Searched refs:can_sleep (Results 76 - 100 of 188) sorted by relevance

12345678

/linux-master/drivers/gpio/
H A Dgpio-pcf857x.c289 gpio->chip.can_sleep = true;
H A Dgpio-tqmx86.c283 chip->can_sleep = false;
H A Dgpio-max77620.c320 mgpio->gpio_chip.can_sleep = 1;
H A Dgpio-timberdale.c254 gc->can_sleep = false;
H A Dgpio-loongson-64bit.c168 lgpio->chip.can_sleep = false;
H A Dgpio-pmic-eic-sprd.c356 pmic_eic->chip.can_sleep = true;
H A Dgpio-crystalcove.c354 cg->chip.can_sleep = true;
H A Dgpio-pch.c224 gpio->can_sleep = false;
H A Dgpio-tc3589x.c154 .can_sleep = true,
H A Dgpio-ich.c278 chip->can_sleep = false;
H A Dgpio-twl4030.c423 .can_sleep = true,
H A Dgpio-max3191x.c424 max3191x->gpio.can_sleep = true;
H A Dgpio-dln2.c470 dln2->gpio.can_sleep = true;
H A Dgpio-wcove.c448 wg->chip.can_sleep = true;
/linux-master/drivers/regulator/
H A Drpi-panel-attiny-regulator.c366 state->gc.can_sleep = true;
/linux-master/drivers/hid/
H A Dhid-mcp2200.c283 .can_sleep = true,
/linux-master/kernel/rcu/
H A Dtree_nocb.h939 bool can_sleep = true; local
981 can_sleep = false;
994 WRITE_ONCE(rdp->nocb_cb_sleep, can_sleep);
/linux-master/drivers/misc/mchp_pci1xxxx/
H A Dmchp_pci1xxxx_gpio.c350 gchip->can_sleep = false;
/linux-master/drivers/hwmon/pmbus/
H A Dadm1266.c304 data->gc.can_sleep = true;
/linux-master/drivers/pinctrl/
H A Dpinctrl-axp209.c463 pctl->chip.can_sleep = true;
/linux-master/drivers/char/
H A Dvirtio_console.c348 static void free_buf(struct port_buffer *buf, bool can_sleep) argument
365 if (!can_sleep) {
1692 static void flush_bufs(struct virtqueue *vq, bool can_sleep) argument
1698 free_buf(buf, can_sleep);
/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-lpass-lpi.c487 pctrl->chip.can_sleep = false;
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.h333 void ionic_link_status_check_request(struct ionic_lif *lif, bool can_sleep);
/linux-master/include/linux/gpio/
H A Ddriver.h382 * @can_sleep: flag must be set iff get()/set() methods sleep, as they
471 bool can_sleep; member in struct:gpio_chip
/linux-master/sound/soc/sof/intel/
H A Dhda-stream.c982 int direction, bool can_sleep)
1027 if (can_sleep)
981 hda_dsp_stream_get_position(struct hdac_stream *hstream, int direction, bool can_sleep) argument

Completed in 474 milliseconds

12345678