Home
last modified time | relevance | path

Searched refs:get_direction (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/include/drivers/
H A Dgpio.h81 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 Dgpio.c118 if (gc->ops->get_direction(NULL, gpio_num) != GPIO_DIR_OUT) { in pta_gpio_set()
/optee_os/core/drivers/
H A Dls_gpio.c213 .get_direction = ls_gpio_get_direction,
H A Dpl061_gpio.c167 .get_direction = pl061_get_direction,
H A Dbcm_gpio.c150 .get_direction = iproc_gpio_get_dir,
H A Dversal_gpio.c214 .get_direction = do_get_dir,
H A Datmel_piobu.c224 .get_direction = secumod_gpio_get_direction,
H A Dstm32_gpio.c424 .get_direction = stm32_gpio_get_direction,
/optee_os/core/drivers/amd/
H A Dps_gpio_driver.c174 .get_direction = ps_gpio_get_dir,
/optee_os/core/pta/tests/
H A Ddt_driver_test.c689 .get_direction = dt_test_gpio_get_direction,