Searched refs:gpio_pin (Results 1 – 4 of 4) sorted by relevance
44 unsigned int gpio_pin) in pl061_get_direction() argument53 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() argument93 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() argument130 offset = gpio_pin % GPIOS_PER_PL061; in pl061_get_interrupt()138 unsigned int gpio_pin, in pl061_set_interrupt() argument147 offset = gpio_pin % GPIOS_PER_PL061; in pl061_set_interrupt()[all …]
30 unsigned int gpio_pin) in gpio_get_value() argument38 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() argument89 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() argument138 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_get_interrupt()[all …]
30 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,
25 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