Searched refs:can_sleep (Results 101 - 125 of 188) sorted by relevance

12345678

/linux-master/drivers/gpio/
H A Dgpio-virtio.c586 vgpio->gc.can_sleep = true;
H A Dgpio-ml-ioh.c229 gpio->can_sleep = false;
H A Dgpio-winbond.c490 .can_sleep = true,
H A Dgpio-thunderx.c525 chip->can_sleep = false;
H A Dgpio-adnp.c457 chip->can_sleep = true;
H A Dgpio-max732x.c587 gc->can_sleep = true;
H A Dgpio-f7188x.c179 .can_sleep = true, \
H A Dgpio-ljca.c432 ljca_gpio->gc.can_sleep = true;
H A Dgpio-stmpe.c138 .can_sleep = true,
/linux-master/drivers/iio/adc/
H A Dti-ads7950.c637 st->chip.can_sleep = true;
/linux-master/arch/arm/plat-orion/
H A Dgpio.c547 ochip->chip.can_sleep = 0;
/linux-master/drivers/iio/dac/
H A Dad5592r-base.c140 st->gpiochip.can_sleep = true;
/linux-master/drivers/staging/greybus/
H A Dgpio.c567 gpio->can_sleep = true;
/linux-master/sound/soc/codecs/
H A Dzl38060.c441 .can_sleep = true,
/linux-master/drivers/hwmon/pmbus/
H A Ducd9000.c424 data->gpio.can_sleep = true;
/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-nsp-gpio.c647 gc->can_sleep = false;
/linux-master/drivers/pinctrl/meson/
H A Dpinctrl-meson.c621 pc->chip.can_sleep = false;
/linux-master/drivers/leds/
H A Dleds-pca9532.c434 data->gpio.can_sleep = 1;
H A Dleds-pca955x.c611 pca955x->gpio.can_sleep = 1;
/linux-master/drivers/media/dvb-frontends/
H A Dcxd2820r_core.c658 priv->gpio_chip.can_sleep = 1;
/linux-master/drivers/pinctrl/vt8500/
H A Dpinctrl-wmt.c546 .can_sleep = false,
/linux-master/drivers/pinctrl/
H A Dpinctrl-rk805.c329 .can_sleep = true,
H A Dpinctrl-as3722.c527 .can_sleep = true,
/linux-master/drivers/input/touchscreen/
H A Dad7879.c476 ts->gc.can_sleep = 1;
/linux-master/fs/
H A Dlocks.c2133 int can_sleep, error, type; local
2168 can_sleep = !(cmd & LOCK_NB);
2169 if (can_sleep)
2174 (can_sleep) ? F_SETLKW : F_SETLK,

Completed in 403 milliseconds

12345678