gpiod_get_direction   67 drivers/gpio/gpiolib-sysfs.c 	gpiod_get_direction(desc);
gpiod_get_direction  246 drivers/gpio/gpiolib.c EXPORT_SYMBOL_GPL(gpiod_get_direction);
gpiod_get_direction 2716 drivers/gpio/gpiolib.c 		gpiod_get_direction(desc);
gpiod_get_direction 3888 drivers/gpio/gpiolib.c 		int dir = gpiod_get_direction(desc);
gpiod_get_direction 4976 drivers/gpio/gpiolib.c 		gpiod_get_direction(gdesc);
gpiod_get_direction  273 drivers/i2c/i2c-core-base.c 			if (gpiod_get_direction(bri->sda_gpiod) == 0)
gpiod_get_direction 1597 drivers/tty/serial/mxs-auart.c 		if (gpiod && (gpiod_get_direction(gpiod) == 1))
gpiod_get_direction  520 drivers/video/backlight/pwm_bl.c 	    gpiod_get_direction(pb->enable_gpio) != 0)
gpiod_get_direction  110 include/linux/gpio/consumer.h int gpiod_get_direction(struct gpio_desc *desc);