/hardware/broadcom/wlan/bcm4329/src/include/ |
bcmspibrcm.h | 67 uint irq; /* Client irq */ member in struct:sdioh_info 114 extern int spi_register_irq(sdioh_info_t *sd, uint irq); 115 extern void spi_free_irq(uint irq, sdioh_info_t *sd);
|
bcmsdspi.h | 76 uint irq; /* Client irq */ member in struct:sdioh_info 122 extern int spi_register_irq(sdioh_info_t *sd, uint irq); 123 extern void spi_free_irq(uint irq, sdioh_info_t *sd);
|
/hardware/ti/wlan/wl1271/platforms/hw/linux/ |
host_platform.c | 210 drv->irq = wifi_irqres->start; 214 drv->irq = TNETW_IRQ; 245 if (drv->irq == 0 || handle_add == NULL) 247 print_err("hPlatform_initInterrupt() bad param drv->irq=%d handle_add=0x%x !!!\n",drv->irq,(int)handle_add); 250 printk("drv->irq = %u, %lx\n", drv->irq, drv->irq_flags); 251 if ((rc = request_irq(drv->irq, handle_add, drv->irq_flags, drv->netdev->name, drv))) 256 set_irq_wake(drv->irq, 1); 267 set_irq_wake(drv->irq, 0) [all...] |
/system/wlan/ti/wilink_6_1/platforms/hw/linux/ |
host_platform.c | 210 drv->irq = wifi_irqres->start; 214 drv->irq = TNETW_IRQ; 245 if (drv->irq == 0 || handle_add == NULL) 247 print_err("hPlatform_initInterrupt() bad param drv->irq=%d handle_add=0x%x !!!\n",drv->irq,(int)handle_add); 250 printk("drv->irq = %u, %lx\n", drv->irq, drv->irq_flags); 251 if ((rc = request_irq(drv->irq, handle_add, drv->irq_flags, drv->netdev->name, drv))) 256 set_irq_wake(drv->irq, 1); 267 set_irq_wake(drv->irq, 0) [all...] |
/external/kernel-headers/original/linux/ |
random.h | 45 extern void rand_initialize_irq(int irq); 49 extern void add_interrupt_randomness(int irq);
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmsdh_linux.c | 45 #include <linux/irq.h> 177 int irq = 0; local 184 irq = platform_get_irq(pdev, 0); 185 if (!r || irq == NO_IRQ) 190 irq = dhd_customer_oob_irq_map(&irq_flags); 191 if (irq < 0) { 192 SDLX_MSG(("%s: Host irq is not defined\n", __FUNCTION__)); 214 (void **)®s, irq))) { 220 (void **)®s, irq))) { 226 sdhc->oob_irq = irq; [all...] |
/external/quake/quake/src/WinQuake/ |
net_comx.cpp | 158 byte irq;
member in struct:ComPort_s 320 void TTY_GetComPortConfig (int portNumber, int *port, int *irq, int *baud, qboolean *useModem)
326 *irq = p->irq;
331 void TTY_SetComPortConfig (int portNumber, int port, int irq, int baud, qboolean useModem)
346 p->irq = irq;
356 Cvar_SetValue ("_config_com_irq", (float)irq);
396 p->irq = ISA_IRQs[p->portNumber];
453 _go32_dpmi_get_protected_mode_interrupt_vector(p->irq + 8, &p->protectedModeSaveInfo); [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
|
spinlock_32.h | 22 * Simple spin lock operations. There are two variants, one clears IRQ's 55 * irq-traced, but on CONFIG_TRACE_IRQFLAGS we never use this variant. 136 * can "mix" irq-safe locks - any writer needs to get a 137 * irq-safe write-lock, but readers can get non-irqsafe
|
/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);
|
pcmcia.h | 9 qemu_irq irq; member in struct:__anon4754
|
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/ |
WlanDrvIf.h | 108 int irq; /* The OS IRQ handle */ member in struct:__anon8599 109 unsigned long irq_flags; /* The IRQ flags */
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/inc/ |
WlanDrvIf.h | 106 int irq; /* The OS IRQ handle */ member in struct:__anon14437 107 unsigned long irq_flags; /* The IRQ flags */
|
/bootable/bootloader/legacy/arch_msm7k/ |
vic.c | 37 dprintf("unsolicited irq #%d\n", n); 52 /* select IRQ for all INTs */
|
/bootable/bootloader/legacy/include/msm7k/ |
irqs.h | 84 #define MSM_IRQ_BIT(irq) (1 << ((irq) & 31))
|
/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
|
/bionic/libc/kernel/common/linux/ |
hardirq.h | 63 #define synchronize_irq(irq) barrier()
|
mca.h | 51 int (*mca_transform_irq)(struct mca_device *, int irq);
|
/hardware/ti/omap3/dspbridge/inc/ |
cfgdefs.h | 62 /* IRQ flag */ 63 #define CFG_IRQSHARED 0x01 /* IRQ can be shared */ 82 BYTE bIRQRegisters; /* IRQ Number */ 83 BYTE bIRQAttrib; /* IRQ Attribute */
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
hardirq.h | 63 #define synchronize_irq(irq) barrier()
|
mca.h | 51 int (*mca_transform_irq)(struct mca_device *, int irq);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
hardirq.h | 63 #define synchronize_irq(irq) barrier()
|
mca.h | 51 int (*mca_transform_irq)(struct mca_device *, int irq);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
hardirq.h | 63 #define synchronize_irq(irq) barrier()
|
mca.h | 51 int (*mca_transform_irq)(struct mca_device *, int irq);
|