Home
last modified time | relevance | path

Searched defs:gpio_desc (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/gpio/
A Dgpio.h197 struct gpio_desc struct
199 const unsigned long membase;
201 const uint32_t irq_arry_size;
202 const uint32_t *irq;
203 const uint32_t pin_base;
204 const uint32_t banks;
205 const uint32_t *bank_base;
206 const uint32_t irq_banks;
207 const uint32_t *irq_bank_base;
208 const uint32_t virq_offset;
[all …]
A Dhal_gpio.c282 struct gpio_desc *gpio_desc; in irq_to_gpio_desc() local
301 struct gpio_desc *gpio_desc; in virq_to_gpio_desc() local
378 struct gpio_desc *gpio_desc = irq_to_gpio_desc(hwirq); in gpio_irq_handle() local
461 struct gpio_desc *gpio_desc = pin_to_gpio_desc(pin); in gpio_conf_set() local
491 struct gpio_desc *gpio_desc = pin_to_gpio_desc(pin); in gpio_conf_get() local
706 struct gpio_desc *gpio_desc; in hal_gpio_sel_vol_mode() local
734 struct gpio_desc *gpio_desc; in hal_gpio_set_debounce() local
778 struct gpio_desc *gpio_desc = pin_to_gpio_desc(pin); in hal_gpio_to_irq() local
941 struct gpio_desc *gpio_desc = NULL; in hal_gpio_suspend() local
964 struct gpio_desc *gpio_desc = NULL; in hal_gpio_resume() local
[all …]

Completed in 10 milliseconds