Home
last modified time | relevance | path

Searched refs:gpiod_cansleep (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/asm-generic/
Dgpio.h104 return gpiod_cansleep(gpio_to_desc(gpio)); in __gpio_cansleep()
/linux-4.1.27/include/linux/gpio/
Dconsumer.h125 int gpiod_cansleep(const struct gpio_desc *desc);
384 static inline int gpiod_cansleep(const struct gpio_desc *desc) in gpiod_cansleep() function
/linux-4.1.27/drivers/leds/
Dleds-gpio.c126 led_dat->can_sleep = gpiod_cansleep(led_dat->gpiod); in create_gpio_led()
/linux-4.1.27/drivers/input/keyboard/
Dgpio_keys_polled.c268 bdata->can_sleep = gpiod_cansleep(button->gpiod); in gpio_keys_polled_probe()
/linux-4.1.27/drivers/gpio/
Dgpiolib.c1452 int gpiod_cansleep(const struct gpio_desc *desc) in gpiod_cansleep() function
1458 EXPORT_SYMBOL_GPL(gpiod_cansleep);
/linux-4.1.27/Documentation/gpio/
Dconsumer.txt202 int gpiod_cansleep(const struct gpio_desc *desc)