Home
last modified time | relevance | path

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

/linux-4.4.14/include/asm-generic/
Dgpio.h104 return gpiod_cansleep(gpio_to_desc(gpio)); in __gpio_cansleep()
/linux-4.4.14/include/linux/gpio/
Dconsumer.h126 int gpiod_cansleep(const struct gpio_desc *desc);
385 static inline int gpiod_cansleep(const struct gpio_desc *desc) in gpiod_cansleep() function
/linux-4.4.14/drivers/leds/
Dleds-gpio.c127 led_dat->can_sleep = gpiod_cansleep(led_dat->gpiod); in create_gpio_led()
/linux-4.4.14/drivers/input/keyboard/
Dgpio_keys_polled.c336 bdata->can_sleep = gpiod_cansleep(button->gpiod); in gpio_keys_polled_probe()
/linux-4.4.14/drivers/gpio/
Dgpiolib.c1582 int gpiod_cansleep(const struct gpio_desc *desc) in gpiod_cansleep() function
1588 EXPORT_SYMBOL_GPL(gpiod_cansleep);
/linux-4.4.14/Documentation/gpio/
Dconsumer.txt205 int gpiod_cansleep(const struct gpio_desc *desc)