Searched refs:can_sleep (Results 1 – 25 of 147) sorted by relevance
123456
| /linux/drivers/gpio/ |
| H A D | gpiolib-shared.h | 45 bool can_sleep; member 58 if (_T->lock->can_sleep) 62 if (_T->lock->can_sleep) 70 if (shared_desc->can_sleep) in gpio_shared_lockdep_assert()
|
| 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 | gpiolib.c | 1198 gdev->can_sleep = gc->can_sleep; in gpiochip_add_data_with_key() 2197 if (gc->irq.parent_handler && gc->can_sleep) { in gpiochip_add_irqchip() 3464 int gpiod_get_array_value_complex(bool raw, bool can_sleep, in gpiod_get_array_value_complex() argument 3481 if (!can_sleep) in gpiod_get_array_value_complex() 3482 WARN_ON(array_info->gdev->can_sleep); in gpiod_get_array_value_complex() 3520 gfp_t flags = can_sleep ? GFP_KERNEL : GFP_ATOMIC; in gpiod_get_array_value_complex() 3535 if (!can_sleep) in gpiod_get_array_value_complex() 3536 WARN_ON(guard.gc->can_sleep); in gpiod_get_array_value_complex() 3601 WARN_ON(desc->gdev->can_sleep); in gpiod_get_raw_value() 3623 WARN_ON(desc->gdev->can_sleep); in gpiod_get_value() [all …]
|
| H A D | gpio-tps65219.c | 209 .can_sleep = true, 222 .can_sleep = true,
|
| H A D | gpio-twl6040.c | 73 .can_sleep = true,
|
| H A D | gpio-altera-a10sr.c | 75 .can_sleep = true,
|
| H A D | gpio-tpic2810.c | 87 .can_sleep = true,
|
| H A D | gpiolib-shared.c | 633 if (shared_desc->can_sleep) in gpio_shared_release() 665 shared_desc->can_sleep = gpiod_cansleep(shared_desc->desc); in gpiod_shared_desc_create() 666 if (shared_desc->can_sleep) in gpiod_shared_desc_create()
|
| H A D | gpio-gw-pld.c | 81 gw->chip.can_sleep = true; in gw_pld_probe()
|
| H A D | gpio-tps65912.c | 98 .can_sleep = true,
|
| 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 | 106 chip->can_sleep = true; in wcd_gpio_probe()
|
| H A D | gpio-wm8350.c | 98 .can_sleep = true,
|
| /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/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()
|
| H A D | leds-gpio.c | 27 u8 can_sleep; member 54 if (led_dat->can_sleep) in gpio_led_set() 87 led_dat->can_sleep = gpiod_cansleep(led_dat->gpiod); in create_gpio_led() 88 if (!led_dat->can_sleep) in create_gpio_led()
|
| /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/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/hv/ |
| H A D | connection.c | 439 int vmbus_post_msg(void *buffer, size_t buflen, bool can_sleep) in vmbus_post_msg() argument 490 if (can_sleep && usec > 1000) in vmbus_post_msg()
|
| /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,
|
123456