Searched refs:can_sleep (Results 1 – 25 of 126) sorted by relevance
123456
| /linux/arch/mips/kernel/ |
| H A D | rtlx.c | 91 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 D | rtlx.h | 33 int rtlx_open(int index, int can_sleep); 37 unsigned int rtlx_read_poll(int index, int can_sleep);
|
| /linux/drivers/leds/ |
| H A D | leds-ns2.c | 49 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 D | gpio-lpc32xx.c | 416 .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 D | gpio-latch.c | 165 priv->gc.can_sleep = true; in gpio_latch_probe() 169 priv->gc.can_sleep = false; in gpio_latch_probe()
|
| H A D | gpio-aggregator.c | 296 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 D | gpiolib.c | 1233 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 D | gpio-twl6040.c | 73 .can_sleep = true,
|
| H A D | gpio-altera-a10sr.c | 74 .can_sleep = true,
|
| H A D | gpio-line-mux.c | 65 glm->gc.can_sleep = true; in gpio_lmux_probe()
|
| H A D | gpio-octeon.c | 106 chip->can_sleep = false; in octeon_gpio_probe()
|
| H A D | gpio-bd71828.c | 110 bdgpio->gpio.can_sleep = true; in bd71828_probe()
|
| H A D | gpio-bd71815.c | 90 .can_sleep = true,
|
| H A D | gpio-tps6586x.c | 97 tps6586x_gpio->gpio_chip.can_sleep = true; in tps6586x_gpio_probe()
|
| H A D | gpio-wcd934x.c | 105 chip->can_sleep = true; in wcd_gpio_probe()
|
| H A D | gpio-wm8350.c | 98 .can_sleep = true,
|
| H A D | gpio-mc33880.c | 109 mc->chip.can_sleep = true; in mc33880_probe()
|
| H A D | gpio-pisosr.c | 108 .can_sleep = true,
|
| H A D | gpio-rc5t583.c | 125 rc5t583_gpio->gpio_chip.can_sleep = true, in rc5t583_gpio_probe()
|
| H A D | gpio-moxtet.c | 148 chip->gpio_chip.can_sleep = true; in moxtet_gpio_probe()
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target.h | 42 extern int iscsit_close_session(struct iscsit_session *, bool can_sleep);
|
| H A D | iscsi_target_util.h | 40 extern bool iscsit_check_session_usage_count(struct iscsit_session *sess, bool can_sleep);
|
| /linux/drivers/regulator/ |
| H A D | rpi-panel-v2-regulator.c | 35 .can_sleep = true,
|
| /linux/drivers/soc/renesas/ |
| H A D | pwc-rzv2m.c | 69 .can_sleep = false,
|
| /linux/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-gpio.c | 157 solo_dev->gpio_dev.can_sleep = 0; in solo_gpio_init()
|
123456