Searched refs:interrupt (Results 1 – 25 of 4494) sorted by relevance
12345678910>>...180
/linux/drivers/net/ipa/ |
A D | ipa_interrupt.c | 67 interrupt->handler[irq_id](interrupt->ipa, irq_id); in ipa_interrupt_process() 238 interrupt = kzalloc(sizeof(*interrupt), GFP_KERNEL); in ipa_interrupt_config() 239 if (!interrupt) in ipa_interrupt_config() 241 interrupt->ipa = ipa; in ipa_interrupt_config() 242 interrupt->irq = irq; in ipa_interrupt_config() 249 "ipa", interrupt); in ipa_interrupt_config() 261 return interrupt; in ipa_interrupt_config() 264 free_irq(interrupt->irq, interrupt); in ipa_interrupt_config() 266 kfree(interrupt); in ipa_interrupt_config() 280 free_irq(interrupt->irq, interrupt); in ipa_interrupt_deconfig() [all …]
|
/linux/arch/powerpc/boot/dts/ |
A D | fsp2.dts | 64 #interrupt-cells = <2>; 66 interrupt-controller; 79 interrupt-controller; 93 interrupt-controller; 107 interrupt-controller; 121 interrupt-controller; 134 interrupt-controller; 147 interrupt-controller; 161 interrupt-controller; 465 /* index interrupt-parent interrupt# type */ [all …]
|
/linux/arch/mips/boot/dts/loongson/ |
A D | ls7a-pch.dtsi | 16 interrupt-controller; 17 interrupt-parent = <&htvec>; 19 #interrupt-cells = <2>; 26 interrupt-parent = <&pic>; 36 interrupt-parent = <&pic>; 46 interrupt-parent = <&pic>; 56 interrupt-parent = <&pic>; 66 #interrupt-cells = <2>; 241 #interrupt-cells = <1>; 256 #interrupt-cells = <1>; [all …]
|
A D | loongson64-2k1000.dtsi | 42 #interrupt-cells = <1>; 43 interrupt-controller; 62 interrupt-controller; 63 #interrupt-cells = <2>; 67 interrupt-names = "int0"; 82 interrupt-controller; 83 #interrupt-cells = <2>; 87 interrupt-names = "int1"; 109 #interrupt-cells = <2>; 203 #interrupt-cells = <1>; [all …]
|
/linux/arch/arm/boot/dts/ |
A D | exynos5410-pinctrl.dtsi | 16 interrupt-controller; 17 #interrupt-cells = <2>; 24 interrupt-controller; 25 #interrupt-cells = <2>; 32 interrupt-controller; 40 interrupt-controller; 48 interrupt-controller; 56 interrupt-controller; 64 interrupt-controller; 72 interrupt-controller; [all …]
|
/linux/arch/mips/boot/dts/brcm/ |
A D | bcm7358.dtsi | 28 interrupt-controller; 29 #interrupt-cells = <1>; 57 interrupt-controller; 58 #interrupt-cells = <1>; 67 interrupt-controller; 68 #interrupt-cells = <1>; 92 interrupt-controller; 93 #interrupt-cells = <1>; 108 interrupt-controller; 230 interrupt-controller; [all …]
|
A D | bcm7346.dtsi | 34 interrupt-controller; 35 #interrupt-cells = <1>; 63 interrupt-controller; 64 #interrupt-cells = <1>; 73 interrupt-controller; 74 #interrupt-cells = <1>; 98 interrupt-controller; 99 #interrupt-cells = <1>; 114 interrupt-controller; 246 interrupt-controller; [all …]
|
A D | bcm7360.dtsi | 28 interrupt-controller; 29 #interrupt-cells = <1>; 57 interrupt-controller; 58 #interrupt-cells = <1>; 67 interrupt-controller; 68 #interrupt-cells = <1>; 92 interrupt-controller; 93 #interrupt-cells = <1>; 108 interrupt-controller; 222 interrupt-controller; [all …]
|
A D | bcm7362.dtsi | 34 interrupt-controller; 35 #interrupt-cells = <1>; 63 interrupt-controller; 64 #interrupt-cells = <1>; 73 interrupt-controller; 74 #interrupt-cells = <1>; 98 interrupt-controller; 99 #interrupt-cells = <1>; 114 interrupt-controller; 218 interrupt-controller; [all …]
|
A D | bcm7125.dtsi | 34 interrupt-controller; 35 #interrupt-cells = <1>; 63 interrupt-controller; 64 #interrupt-cells = <1>; 73 interrupt-controller; 74 #interrupt-cells = <1>; 98 interrupt-controller; 99 #interrupt-cells = <1>; 212 #interrupt-cells = <2>; 214 interrupt-controller; [all …]
|
A D | bcm7425.dtsi | 34 interrupt-controller; 35 #interrupt-cells = <1>; 63 interrupt-controller; 64 #interrupt-cells = <1>; 73 interrupt-controller; 74 #interrupt-cells = <1>; 100 interrupt-controller; 101 #interrupt-cells = <1>; 116 interrupt-controller; 245 interrupt-controller; [all …]
|
A D | bcm7435.dtsi | 46 interrupt-controller; 47 #interrupt-cells = <1>; 76 interrupt-controller; 77 #interrupt-cells = <1>; 86 interrupt-controller; 87 #interrupt-cells = <1>; 115 interrupt-controller; 116 #interrupt-cells = <1>; 131 interrupt-controller; 260 interrupt-controller; [all …]
|
A D | bcm7420.dtsi | 34 interrupt-controller; 35 #interrupt-cells = <1>; 63 interrupt-controller; 64 #interrupt-cells = <1>; 73 interrupt-controller; 74 #interrupt-cells = <1>; 99 interrupt-controller; 100 #interrupt-cells = <1>; 228 #interrupt-cells = <2>; 230 interrupt-controller; [all …]
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
A D | brcm,bcm7120-l2-intc.txt | 3 This interrupt controller hardware is a second level interrupt controller that 12 directly output an interrupt signal towards the interrupt controller parent, 13 or if they will output an interrupt signal at this 2nd level interrupt 20 - not all bits within the interrupt controller actually map to an interrupt 56 - interrupt-controller: identifies the node as an interrupt controller 57 - #interrupt-cells: specifies the number of cells needed to encode an interrupt 59 - interrupts: specifies the interrupt line(s) in the interrupt-parent controller 73 respective interrupt outputs bypass this 2nd level interrupt controller 81 interrupt-parent = <&intc>; 82 #interrupt-cells = <1>; [all …]
|
A D | marvell,orion-intc.txt | 3 * Main interrupt controller 8 - interrupt-controller: identifies the node as an interrupt controller 9 - #interrupt-cells: number of cells to encode an interrupt source, shall be 1 11 The interrupt sources map to the corresponding bits in the interrupt 20 interrupt-controller; 21 #interrupt-cells = <1>; 31 - interrupts: bridge interrupt of the main interrupt controller 32 - interrupt-controller: identifies the node as an interrupt controller 33 - #interrupt-cells: number of cells to encode an interrupt source, shall be 1 42 interrupt-controller; [all …]
|
A D | interrupts.txt | 11 properties contain a list of interrupt specifiers, one per output interrupt. The 12 format of the interrupt specifier is determined by the interrupt controller to 16 interrupt-parent = <&intc1>; 26 to reference multiple interrupt parents or a different interrupt parent than 36 A device is marked as an interrupt controller with the "interrupt-controller" 53 interrupt-controller; 54 #interrupt-cells = <1>; 60 interrupt-controller; 61 #interrupt-cells = <1>; 91 interrupt-controller; [all …]
|
A D | marvell,icu.txt | 36 - interrupt-controller: Identifies the node as an interrupt 55 #interrupt-cells = <2>; 56 interrupt-controller; 63 #interrupt-cells = <2>; 64 interrupt-controller; 70 interrupt-parent = <&icu_nsr>; 75 interrupt-parent = <&icu_sei>; 81 interrupt-parent = <&icu_nsr>; 104 #interrupt-cells = <3>; 105 interrupt-controller; [all …]
|
A D | snps,dw-apb-ictl.txt | 12 - interrupt-controller: identifies the node as an interrupt controller 13 - #interrupt-cells: number of cells to encode an interrupt-specifier, shall be 1 16 - interrupts: interrupt reference to primary interrupt controller 18 The interrupt sources map to the corresponding bits in the interrupt 28 aic: interrupt-controller@3000 { 31 interrupt-controller; 32 #interrupt-cells = <1>; 33 interrupt-parent = <&gic>; 38 vic: interrupt-controller@10130000 { 41 interrupt-controller; [all …]
|
A D | samsung,exynos4210-combiner.yaml | 14 can combine interrupt sources as a group and provide a single interrupt 20 combined interrupt for its eight interrupt sources. The combined interrupt is 28 8 interrupt sources). 31 - $ref: /schemas/interrupt-controller.yaml# 37 interrupt-controller: true 43 "#interrupt-cells": 64 - interrupt-controller 66 - "#interrupt-cells" 75 interrupt-controller@10440000 { 77 interrupt-controller; [all …]
|
/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
A D | mpic.txt | 9 additional cells in the interrupt specifier defining interrupt type 29 - interrupt-controller 35 - #interrupt-cells 73 - last-interrupt-source 102 <3rd-cell> interrupt-type 143 - For interrupt-type 1 (error interrupt), 154 interrupt-controller; 155 #interrupt-cells = <4>; 170 * To compute the interrupt specifier interrupt number 222 * Definition of an error interrupt (interrupt type 1). [all …]
|
/linux/Documentation/devicetree/bindings/net/wireless/ |
A D | qcom,ath11k.yaml | 29 - description: misc-pulse1 interrupt events 30 - description: misc-latch interrupt events 32 - description: watchdog interrupt events 33 - description: interrupt event for ring CE0 34 - description: interrupt event for ring CE1 35 - description: interrupt event for ring CE2 36 - description: interrupt event for ring CE3 37 - description: interrupt event for ring CE4 83 interrupt-names: 157 - interrupt-names [all …]
|
/linux/arch/arm64/boot/dts/exynos/ |
A D | exynos7-pinctrl.dtsi | 19 interrupt-controller; 21 #interrupt-cells = <2>; 36 interrupt-controller; 53 interrupt-controller; 61 interrupt-controller; 71 interrupt-controller; 79 interrupt-controller; 87 interrupt-controller; 95 interrupt-controller; 103 interrupt-controller; [all …]
|
A D | exynos5433-pinctrl.dtsi | 27 interrupt-controller; 44 interrupt-controller; 61 interrupt-controller; 69 interrupt-controller; 77 interrupt-controller; 85 interrupt-controller; 93 interrupt-controller; 101 interrupt-controller; 109 interrupt-controller; 119 interrupt-controller; [all …]
|
/linux/arch/mips/boot/dts/img/ |
A D | boston.dts | 46 #interrupt-cells = <1>; 48 interrupt-parent = <&gic>; 63 interrupt-controller; 65 #interrupt-cells = <1>; 76 #interrupt-cells = <1>; 93 interrupt-controller; 95 #interrupt-cells = <1>; 106 #interrupt-cells = <1>; 123 interrupt-controller; 185 interrupt-controller; [all …]
|
/linux/Documentation/devicetree/bindings/pci/ |
A D | xilinx-pcie.txt | 12 - interrupt-map-mask, 14 PCI interface to interrupt numbers. 26 - interrupt-controller: identifies the node as an interrupt controller 34 created a interrupt controller node to support 'interrupt-map' DT 45 #interrupt-cells = <1>; 50 interrupt-map-mask = <0 0 0 7>; 58 interrupt-controller; 60 #interrupt-cells = <1>; 69 #interrupt-cells = <1>; 83 interrupt-controller; [all …]
|
Completed in 47 milliseconds
12345678910>>...180