Lines Matching refs:external
98 The controller supports two types of external interrupts over gpio. The first
99 is the external gpio interrupt and second is the external wakeup interrupts.
100 The difference between the two is that the external wakeup interrupts can be
103 A. External GPIO Interrupts: For supporting external gpio interrupts, the
106 - interrupt-parent: phandle of the interrupt parent to which the external
116 - First Cell: represents the external gpio interrupt number local to the
117 external gpio interrupt space of the controller.
125 B. External Wakeup Interrupts: For supporting external wakeup interrupts, a
126 child node representing the external wakeup interrupt controller should be
130 - compatible: identifies the type of the external wakeup interrupt controller
142 - interrupt-parent: phandle of the interrupt parent to which the external
151 - First Cell: represents the external wakeup interrupt number local to
152 the external wakeup interrupt space of the controller.
163 - interrupt-parent: phandle of the interrupt parent to which the external
165 - interrupts: interrupts of the interrupt parent which are used for external
195 /* Pin bank without external interrupts */
203 /* Pin bank with external GPIO or muxed wake-up interrupts */
214 /* Pin bank with external direct wake-up interrupts */
291 Example 2: A pin-controller node with external wakeup interrupt controller node.