Home
last modified time | relevance | path

Searched refs:gpiod_get_direction (Results 1 – 4 of 4) sorted by relevance

/drivers/video/backlight/
Dpwm_bl.c281 gpiod_get_direction(pb->enable_gpio) == GPIOF_DIR_OUT && in pwm_backlight_probe()
/drivers/gpio/
Dgpiolib.c182 int gpiod_get_direction(struct gpio_desc *desc) in gpiod_get_direction() function
206 EXPORT_SYMBOL_GPL(gpiod_get_direction);
1997 gpiod_get_direction(desc); in __gpiod_request()
3541 gpiod_get_direction(gdesc); in gpiolib_dbg_show()
Dgpiolib-sysfs.c65 gpiod_get_direction(desc); in direction_show()
/drivers/tty/serial/
Dmxs-auart.c1600 if (gpiod && (gpiod_get_direction(gpiod) == GPIOF_DIR_IN)) in mxs_auart_init_gpios()