Searched refs:get_direction (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/include/drivers/ |
| H A D | gpio.h | 81 enum gpio_dir (*get_direction)(struct gpio_chip *chip, member 118 return ops->set_direction && ops->get_direction && ops->get_value && in gpio_ops_is_valid() 129 return gpio->chip->ops->get_direction(gpio->chip, gpio->pin); in gpio_get_direction()
|
| /optee_os/core/pta/bcm/ |
| H A D | gpio.c | 118 if (gc->ops->get_direction(NULL, gpio_num) != GPIO_DIR_OUT) { in pta_gpio_set()
|
| /optee_os/core/drivers/ |
| H A D | ls_gpio.c | 213 .get_direction = ls_gpio_get_direction,
|
| H A D | pl061_gpio.c | 167 .get_direction = pl061_get_direction,
|
| H A D | bcm_gpio.c | 150 .get_direction = iproc_gpio_get_dir,
|
| H A D | versal_gpio.c | 214 .get_direction = do_get_dir,
|
| H A D | atmel_piobu.c | 224 .get_direction = secumod_gpio_get_direction,
|
| H A D | stm32_gpio.c | 424 .get_direction = stm32_gpio_get_direction,
|
| /optee_os/core/drivers/amd/ |
| H A D | ps_gpio_driver.c | 174 .get_direction = ps_gpio_get_dir,
|
| /optee_os/core/pta/tests/ |
| H A D | dt_driver_test.c | 689 .get_direction = dt_test_gpio_get_direction,
|