Home
last modified time | relevance | path

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

/optee_os/core/drivers/
A Dpl061_gpio.c44 unsigned int gpio_pin) in pl061_get_direction() argument
53 offset = gpio_pin % GPIOS_PER_PL061; in pl061_get_direction()
69 offset = gpio_pin % GPIOS_PER_PL061; in pl061_set_direction()
85 unsigned int gpio_pin) in pl061_get_value() argument
93 offset = gpio_pin % GPIOS_PER_PL061; in pl061_get_value()
113 offset = gpio_pin % GPIOS_PER_PL061; in pl061_set_value()
121 unsigned int gpio_pin) in pl061_get_interrupt() argument
130 offset = gpio_pin % GPIOS_PER_PL061; in pl061_get_interrupt()
138 unsigned int gpio_pin, in pl061_set_interrupt() argument
147 offset = gpio_pin % GPIOS_PER_PL061; in pl061_set_interrupt()
[all …]
A Dls_gpio.c30 unsigned int gpio_pin) in gpio_get_value() argument
38 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_get_value()
43 if (data & PIN_SHIFT(gpio_pin)) in gpio_get_value()
63 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_set_value()
81 unsigned int gpio_pin) in gpio_get_direction() argument
89 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_get_direction()
94 if (data & PIN_SHIFT(gpio_pin)) in gpio_get_direction()
114 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_set_direction()
130 unsigned int gpio_pin) in gpio_get_interrupt() argument
138 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_get_interrupt()
[all …]
/optee_os/core/include/
A Dgpio.h30 unsigned int gpio_pin);
31 void (*set_direction)(struct gpio_chip *chip, unsigned int gpio_pin,
34 unsigned int gpio_pin);
35 void (*set_value)(struct gpio_chip *chip, unsigned int gpio_pin,
38 unsigned int gpio_pin);
39 void (*set_interrupt)(struct gpio_chip *chip, unsigned int gpio_pin,
/optee_os/core/include/drivers/
A Dpl061_gpio.h25 enum pl061_mode_control pl061_get_mode_control(unsigned int gpio_pin);
26 void pl061_set_mode_control(unsigned int gpio_pin,

Completed in 5 milliseconds