Home
last modified time | relevance | path

Searched refs:can_sleep (Results 1 – 25 of 126) sorted by relevance

123456

/linux/arch/mips/kernel/
H A Drtlx.c91 int rtlx_open(int index, int can_sleep) in rtlx_open() argument
112 if (can_sleep) { in rtlx_open()
127 if (can_sleep) { in rtlx_open()
192 unsigned int rtlx_read_poll(int index, int can_sleep) in rtlx_read_poll() argument
203 if (can_sleep) { in rtlx_read_poll()
/linux/arch/mips/include/asm/
H A Drtlx.h33 int rtlx_open(int index, int can_sleep);
37 unsigned int rtlx_read_poll(int index, int can_sleep);
/linux/drivers/leds/
H A Dleds-ns2.c49 bool can_sleep; member
90 if (!led->can_sleep) { in ns2_led_set_mode()
213 led->can_sleep = gpiod_cansleep(led->cmd) || gpiod_cansleep(led->slow); in ns2_led_register()
214 if (led->can_sleep) in ns2_led_register()
/linux/drivers/gpio/
H A Dgpio-lpc32xx.c416 .can_sleep = false,
432 .can_sleep = false,
447 .can_sleep = false,
463 .can_sleep = false,
477 .can_sleep = false,
491 .can_sleep = false,
H A Dgpio-latch.c165 priv->gc.can_sleep = true; in gpio_latch_probe()
169 priv->gc.can_sleep = false; in gpio_latch_probe()
H A Dgpio-aggregator.c296 return chip->can_sleep ? gpiod_get_value_cansleep(fwd->descs[offset]) in gpio_fwd_get()
312 if (fwd->chip.can_sleep) in gpio_fwd_get_multiple()
333 if (chip->can_sleep) { in gpio_fwd_get_multiple_locked()
361 if (chip->can_sleep) in gpio_fwd_delay()
372 if (chip->can_sleep) in gpio_fwd_set()
397 if (fwd->chip.can_sleep) in gpio_fwd_set_multiple()
412 if (chip->can_sleep) { in gpio_fwd_set_multiple_locked()
756 chip->can_sleep = true; in gpiochip_fwd_desc_add()
795 chip->can_sleep = true; in gpiochip_fwd_register()
797 if (chip->can_sleep) in gpiochip_fwd_register()
H A Dgpiolib.c1233 gdev->can_sleep = gc->can_sleep; in gpiochip_add_data_with_key()
2232 if (gc->irq.parent_handler && gc->can_sleep) { in gpiochip_add_irqchip()
3492 int gpiod_get_array_value_complex(bool raw, bool can_sleep, in gpiod_get_array_value_complex() argument
3509 if (!can_sleep) in gpiod_get_array_value_complex()
3510 WARN_ON(array_info->gdev->can_sleep); in gpiod_get_array_value_complex()
3548 gfp_t flags = can_sleep ? GFP_KERNEL : GFP_ATOMIC; in gpiod_get_array_value_complex()
3563 if (!can_sleep) in gpiod_get_array_value_complex()
3564 WARN_ON(guard.gc->can_sleep); in gpiod_get_array_value_complex()
3629 WARN_ON(desc->gdev->can_sleep); in gpiod_get_raw_value()
3651 WARN_ON(desc->gdev->can_sleep); in gpiod_get_value()
[all …]
H A Dgpio-twl6040.c73 .can_sleep = true,
H A Dgpio-altera-a10sr.c74 .can_sleep = true,
H A Dgpio-line-mux.c65 glm->gc.can_sleep = true; in gpio_lmux_probe()
H A Dgpio-octeon.c106 chip->can_sleep = false; in octeon_gpio_probe()
H A Dgpio-bd71828.c110 bdgpio->gpio.can_sleep = true; in bd71828_probe()
H A Dgpio-bd71815.c90 .can_sleep = true,
H A Dgpio-tps6586x.c97 tps6586x_gpio->gpio_chip.can_sleep = true; in tps6586x_gpio_probe()
H A Dgpio-wcd934x.c105 chip->can_sleep = true; in wcd_gpio_probe()
H A Dgpio-wm8350.c98 .can_sleep = true,
H A Dgpio-mc33880.c109 mc->chip.can_sleep = true; in mc33880_probe()
H A Dgpio-pisosr.c108 .can_sleep = true,
H A Dgpio-rc5t583.c125 rc5t583_gpio->gpio_chip.can_sleep = true, in rc5t583_gpio_probe()
H A Dgpio-moxtet.c148 chip->gpio_chip.can_sleep = true; in moxtet_gpio_probe()
/linux/drivers/target/iscsi/
H A Discsi_target.h42 extern int iscsit_close_session(struct iscsit_session *, bool can_sleep);
H A Discsi_target_util.h40 extern bool iscsit_check_session_usage_count(struct iscsit_session *sess, bool can_sleep);
/linux/drivers/regulator/
H A Drpi-panel-v2-regulator.c35 .can_sleep = true,
/linux/drivers/soc/renesas/
H A Dpwc-rzv2m.c69 .can_sleep = false,
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-gpio.c157 solo_dev->gpio_dev.can_sleep = 0; in solo_gpio_init()

123456