Lines Matching full:external
65 * enum eint_type - possible external interrupt types.
66 * @EINT_TYPE_NONE: bank does not support external interrupts
67 * @EINT_TYPE_GPIO: bank supportes external gpio interrupts
68 * @EINT_TYPE_WKUP: bank supportes external wakeup interrupts
69 * @EINT_TYPE_WKUP_MUX: bank supports multiplexed external wakeup interrupts
72 * in a pin bank can support external gpio interrupts or external wakeup
74 * difference between external gpio and external wakeup interrupts is that
122 * @eint_type: type of the external interrupt supported by the bank.
147 * @eint_type: type of the external interrupt supported by the bank.
158 * @irq_chip: link to irq chip for external gpio and wakeup interrupts.
230 * @eint_gpio_init: platform specific callback to setup the external gpio
232 * @eint_wkup_init: platform specific callback to setup the external wakeup
239 * External wakeup interrupts must define at least eint_wkup_init,