Searched defs:gpio_pin (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/drivers/ |
| H A D | ls_gpio.c | 30 unsigned int gpio_pin) in ls_gpio_get_value() 55 static void ls_gpio_set_value(struct gpio_chip *chip, unsigned int gpio_pin, in ls_gpio_set_value() 81 unsigned int gpio_pin) in ls_gpio_get_direction() 106 static void ls_gpio_set_direction(struct gpio_chip *chip, unsigned int gpio_pin, in ls_gpio_set_direction() 130 unsigned int gpio_pin) in gpio_get_interrupt() 155 static void gpio_set_interrupt(struct gpio_chip *chip, unsigned int gpio_pin, in gpio_set_interrupt()
|
| H A D | pl061_gpio.c | 44 unsigned int gpio_pin) in pl061_get_direction() 61 unsigned int gpio_pin, enum gpio_dir direction) in pl061_set_direction() 85 unsigned int gpio_pin) in pl061_get_value() 105 unsigned int gpio_pin, enum gpio_level value) in pl061_set_value() 121 unsigned int gpio_pin) in pl061_get_interrupt() 138 unsigned int gpio_pin, in pl061_set_interrupt() 187 enum pl061_mode_control pl061_get_mode_control(unsigned int gpio_pin) in pl061_get_mode_control() 203 void pl061_set_mode_control(unsigned int gpio_pin, in pl061_set_mode_control()
|
| H A D | atmel_piobu.c | 94 unsigned int gpio_pin) in secumod_gpio_get_value() 118 unsigned int gpio_pin, enum gpio_level value) in secumod_gpio_set_value() 139 unsigned int gpio_pin) in secumod_gpio_get_direction() 163 unsigned int gpio_pin, in secumod_gpio_set_direction() 186 unsigned int gpio_pin) in secumod_gpio_get_interrupt() 209 unsigned int gpio_pin, in secumod_gpio_set_interrupt() 307 static void secumod_cfg_input_pio(uint8_t gpio_pin, uint32_t config) in secumod_cfg_input_pio() 351 uint8_t gpio_pin = 0; in secumod_hw_init() local
|
| H A D | stm32_gpio.c | 240 unsigned int gpio_pin) in stm32_gpio_get_level() 276 static void stm32_gpio_set_level(struct gpio_chip *chip, unsigned int gpio_pin, in stm32_gpio_set_level() 295 unsigned int gpio_pin) in stm32_gpio_get_direction() 321 unsigned int gpio_pin, in stm32_gpio_set_direction()
|
| H A D | ls_sfp.c | 74 uint32_t gpio_pin; member
|
| /optee_os/core/drivers/amd/ |
| H A D | ps_gpio_driver.c | 36 unsigned int gpio_pin) in ps_gpio_get_value() 52 unsigned int gpio_pin, in ps_gpio_set_value() 84 unsigned int gpio_pin) in ps_gpio_get_dir() 100 unsigned int gpio_pin, in ps_gpio_set_dir() 126 unsigned int gpio_pin) in ps_gpio_get_intr() 142 unsigned int gpio_pin, in ps_gpio_set_intr()
|
| /optee_os/core/pta/tests/ |
| H A D | dt_driver_test.c | 647 unsigned int gpio_pin) in dt_test_gpio_get_direction() 658 unsigned int gpio_pin, in dt_test_gpio_set_direction() 668 unsigned int gpio_pin) in dt_test_gpio_get_value() 679 unsigned int gpio_pin, in dt_test_gpio_set_value()
|