/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ad1848.h | 64 #define AD1848_GLOBALIRQ 0x01 /* IRQ is active */ 98 #define AD1848_IRQ_ENABLE 0x02 /* enable IRQ */ 133 int irq; /* IRQ line */ member in struct:snd_ad1848 165 int irq, int dma,
|
cs4231.h | 72 int irq; /* IRQ line */ member in struct:snd_cs4231 123 irqreturn_t snd_cs4231_interrupt(int irq, void *dev_id); 130 int irq, int dma1, int dma2, 141 int irq, int dma1, int dma2,
|
initval.h | 56 static irqreturn_t snd_legacy_empty_irq_handler(int irq, void *dev_id) 65 IRQF_DISABLED | IRQF_PROBE_SHARED, "ALSA Test IRQ",
|
ymfpci.h | 161 #define YMFPCI_LEGACY_MIEN (1 << 4) /* MPU RX irq enable */ 164 #define YMFPCI_LEGACY_SBIRQ (7 << 8) /* SB IRQ select */ 165 #define YMFPCI_LEGACY_MPUIRQ (7 << 11) /* MPU IRQ select */ 166 #define YMFPCI_LEGACY_SIEN (1 << 14) /* serialized IRQ */ 176 #define YMFPCI_LEGACY2_IMOD (1 << 15) /* legacy IRQ mode */ 177 /* SIEN:IMOD 0:0 = legacy irq, 0:1 = INTA, 1:0 = serialized IRQ */ 287 int irq; member in struct:snd_ymfpci
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ad1848.h | 64 #define AD1848_GLOBALIRQ 0x01 /* IRQ is active */ 98 #define AD1848_IRQ_ENABLE 0x02 /* enable IRQ */ 133 int irq; /* IRQ line */ member in struct:snd_ad1848 165 int irq, int dma,
|
cs4231.h | 72 int irq; /* IRQ line */ member in struct:snd_cs4231 123 irqreturn_t snd_cs4231_interrupt(int irq, void *dev_id); 130 int irq, int dma1, int dma2, 141 int irq, int dma1, int dma2,
|
initval.h | 56 static irqreturn_t snd_legacy_empty_irq_handler(int irq, void *dev_id) 65 IRQF_DISABLED | IRQF_PROBE_SHARED, "ALSA Test IRQ",
|
ymfpci.h | 161 #define YMFPCI_LEGACY_MIEN (1 << 4) /* MPU RX irq enable */ 164 #define YMFPCI_LEGACY_SBIRQ (7 << 8) /* SB IRQ select */ 165 #define YMFPCI_LEGACY_MPUIRQ (7 << 11) /* MPU IRQ select */ 166 #define YMFPCI_LEGACY_SIEN (1 << 14) /* serialized IRQ */ 176 #define YMFPCI_LEGACY2_IMOD (1 << 15) /* legacy IRQ mode */ 177 /* SIEN:IMOD 0:0 = legacy irq, 0:1 = INTA, 1:0 = serialized IRQ */ 287 int irq; member in struct:snd_ymfpci
|
/external/kernel-headers/original/asm-mips/sgi/ |
hpc3.h | 26 #define HPCDMA_XIE 0x20000000 /* irq generated when at end of this desc */ 68 #define HPC3_SBCD_XIE 0x00004000 /* Send IRQ when done with cur buf */ 72 #define HPC3_SCTRL_IRQ 0x01 /* IRQ asserted, either dma done or parity */ 121 #define HPC3_ERXCTRL_STAT6 0x00000040 /* Rdonly irq status */ 168 #define HPC3_ETXCTRL_STAT75 0x000000e0 /* Rdonly irq status from seeq */ 193 /* HPC3 irq status regs. Due to a peculiar bug you need to 197 * reliably report bits 9:5 of the hpc3 irq status. I told 200 volatile u32 istat0; /* Irq status, only bits <4:0> reliable. */ 201 #define HPC3_ISTAT_PBIMASK 0x0ff /* irq bits for pbus devs 0 --> 7 */ 202 #define HPC3_ISTAT_SC0MASK 0x100 /* irq bit for scsi channel 0 * [all...] |
/external/kernel-headers/original/asm-x86/ |
irqflags_32.h | 4 * IRQ flags handling 137 * otherwise impossible to know the irq state, like in traps. 156 * Do the CPU's IRQ-state tracing from assembly code. We call a
|
/external/qemu/hw/ |
goldfish_interrupt.c | 15 #include "irq.h" 73 static void goldfish_int_set_irq(void *opaque, int irq, int level) 76 uint32_t mask = (1U << irq);
|
mips_timer.c | 66 qemu_irq_lower(env->irq[(env->CP0_IntCtl >> CP0IntCtl_IPTI) & 0x7]); 101 qemu_irq_raise(env->irq[(env->CP0_IntCtl >> CP0IntCtl_IPTI) & 0x7]);
|
piix_pci.c | 48 /* return the global irq number corresponding to a given device irq 220 /* now we change the pic irq level according to the piix irq mappings */ 287 pci_conf[0x60] = 0x0a; // PCI A -> IRQ 10 288 pci_conf[0x61] = 0x0a; // PCI B -> IRQ 10 289 pci_conf[0x62] = 0x0b; // PCI C -> IRQ 11 290 pci_conf[0x63] = 0x0b; // PCI D -> IRQ 11
|
mc146818rtc.c | 70 qemu_irq irq; member in struct:RTCState 87 static void rtc_irq_raise(qemu_irq irq) { 98 qemu_irq_raise(irq); 125 rtc_irq_raise(s->irq); 189 rtc_irq_raise(s->irq); 196 rtc_irq_raise(s->irq); 425 rtc_irq_raise(s->irq); 432 rtc_irq_raise(s->irq); 464 qemu_irq_lower(s->irq); 589 qemu_irq_lower(s->irq); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
lp.h | 74 #define LPSETIRQ 0x0605 /* call with new IRQ number, 75 or 0 for polling (no IRQ) */ 76 #define LPGETIRQ 0x0606 /* get the current IRQ number */
|
serial.h | 18 int irq; member in struct:serial_struct 92 #define ASYNC_AUTO_IRQ 0x0080 /* Do automatic IRQ during autoconfiguration */ 131 int irq; member in struct:serial_multiport_struct
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
lp.h | 74 #define LPSETIRQ 0x0605 /* call with new IRQ number, 75 or 0 for polling (no IRQ) */ 76 #define LPGETIRQ 0x0606 /* get the current IRQ number */
|
serial.h | 18 int irq; member in struct:serial_struct 92 #define ASYNC_AUTO_IRQ 0x0080 /* Do automatic IRQ during autoconfiguration */ 131 int irq; member in struct:serial_multiport_struct
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
lp.h | 74 #define LPSETIRQ 0x0605 /* call with new IRQ number, 75 or 0 for polling (no IRQ) */ 76 #define LPGETIRQ 0x0606 /* get the current IRQ number */
|
serial.h | 18 int irq; member in struct:serial_struct 92 #define ASYNC_AUTO_IRQ 0x0080 /* Do automatic IRQ during autoconfiguration */ 131 int irq; member in struct:serial_multiport_struct
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_screen.h | 64 unsigned int irq; /* IRQ number (0 means none) */ member in struct:radeon_screen
|
/external/kernel-headers/original/asm-arm/ |
smp.h | 111 * Platform provides this to acknowledge a local timer IRQ 133 * Called from assembly, this is the local timer IRQ handler
|
/external/kernel-headers/original/asm-mips/dec/ |
kn02xa.h | 36 #define KN02XA_MEM_INTR 0x0e00000c /* write err IRQ stat & ack */ 81 extern irqreturn_t dec_kn02xa_be_interrupt(int irq, void *dev_id);
|
/external/kernel-headers/original/asm-mips/vr41xx/ |
irq.h | 2 * include/asm-mips/vr41xx/irq.h 78 #define GIU_IRQ(x) (GIU_IRQ_BASE + (x)) /* IRQ 40-71 */
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_screen.h | 64 unsigned int irq; /* IRQ number (0 means none) */ member in struct:radeon_screen
|