/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
if.h | 98 unsigned char irq; member in struct:ifmap
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
if.h | 98 unsigned char irq; member in struct:ifmap
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
if.h | 98 unsigned char irq; member in struct:ifmap
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
if.h | 98 unsigned char irq; member in struct:ifmap
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
if.h | 98 unsigned char irq; member in struct:ifmap
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
if.h | 98 unsigned char irq; member in struct:ifmap
|
/external/qemu/hw/ |
usb-ohci.c | 69 qemu_irq irq; member in struct:__anon4769 311 /* Update IRQ levels */ 320 qemu_set_irq(ohci->irq, level); [all...] |
pci.c | 45 /* The bus IRQ state is the logical OR of the connected devices. 268 pci_dev->irq = qemu_allocate_irqs(pci_set_irq, pci_dev, 4); 319 qemu_free_irqs(pci_dev->irq); 644 /* generic PCI irq support */ 741 monitor_printf(mon, " IRQ %d.\n",
|
smc91c111.c | 29 qemu_irq irq; member in struct:__anon4764 91 qemu_set_irq(s->irq, level); 710 sysbus_init_irq(dev, &s->irq); 729 void smc91c111_init(NICInfo *nd, uint32_t base, qemu_irq irq) 740 sysbus_connect_irq(s, 0, irq);
|
/external/grub/netboot/ |
depca.c | 96 shared memory to ensure that each slot has the correct IRQ, I/O address 114 The board IRQ setting must be at an unused IRQ which is auto-probed 117 really IRQ9 in machines with 16 IRQ lines. 130 address and IRQ you're using (see also 5). 135 5) insmod depca.o [irq=7] [io=0x200] [mem=0xd0000] [adapter_name=DE100] 136 [Alan Cox: Changed the code to allow command line irq/io assignments] 166 not the command line for IRQ and memory address. You can
|
3c509.h | 94 #define EEPROM_RESOURCE_CFG 0x9 /* IRQ. Bits 12-15 */ 357 #define SET_IRQ(i) ( ((i)<<12) | 0xF00) /* set IRQ i */
|
/external/kernel-headers/original/asm-arm/arch/ |
fpga.h | 168 /* The FPGA IRQ is cascaded through GPIO_13 */ 171 /* IRQ Numbers for interrupts muxed through the FPGA */
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
WlanDrvIf.c | 277 * \param irq - The interrupt type 283 irqreturn_t wlanDrvIf_HandleInterrupt (int irq, void *hDrv, struct pt_regs *cpu_regs) 295 * \brief WLAN IRQ polling handler - for debug! 849 * Initialize driver OS resources (IRQ, workqueue, events socket) 878 /* Dm: drv->irq = TNETW_IRQ; */ 987 * Release driver OS resources (IRQ, workqueue, events socket) 1029 if (drv->irq) [all...] |
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
WlanDrvIf.c | 276 * \param irq - The interrupt type 282 irqreturn_t wlanDrvIf_HandleInterrupt (int irq, void *hDrv, struct pt_regs *cpu_regs) 294 * \brief WLAN IRQ polling handler - for debug! 824 * Initialize driver OS resources (IRQ, workqueue, events socket) 852 /* Dm: drv->irq = TNETW_IRQ; */ 959 * Release driver OS resources (IRQ, workqueue, events socket) 991 if (drv->irq) {
|
/development/pdk/docs/porting/ |
keymaps_keyboard_input.jd | 387 #include <asm/irq.h> 397 int irq; 400 static irqreturn_t pguide_events_interrupt(int irq, void *dev_id) 423 /* Setup edev->irq and do any hardware init */ 426 if(request_irq(edev->irq, pguide_events_interrupt, 0,
|
/hardware/ti/wlan/wl1271/platforms/os/common/inc/ |
osApi.h | 112 /** \brief OS Disable IRQ 124 /** \brief OS Enable IRQ 136 /** \brief OS IRQ Serviced 142 * This function is used in Level IRQ only. At this point the interrupt line is not asserted anymore 143 * and we can inform the OS to enable IRQ again.
|
/system/wlan/ti/wilink_6_1/platforms/os/common/inc/ |
osApi.h | 112 /** \brief OS Disable IRQ 124 /** \brief OS Enable IRQ 136 /** \brief OS IRQ Serviced 142 * This function is used in Level IRQ only. At this point the interrupt line is not asserted anymore 143 * and we can inform the OS to enable IRQ again.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/ELP_Controller/ |
ElpCtrl.c | 496 * DESCRIPTION: Check if IRQ is about to come from Fw - depending on the ELP state 503 * RETURNS: TRUE - IRQ will arrive from WLAN_READY. FALSE - Otherwise 523 * RETURNS: TRUE - IRQ will arrive from WLAN_READY. FALSE - Otherwise
|
/external/quake/quake/src/WinQuake/ |
net.h | 328 extern void (*GetComPortConfig) (int portNumber, int *port, int *irq, int *baud, qboolean *useModem); 329 extern void (*SetComPortConfig) (int portNumber, int port, int irq, int baud, qboolean useModem);
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
linuxver.h | 108 typedef irqreturn_t(*FN_ISR) (int irq, void *dev_id, struct pt_regs *ptregs); 368 pci_write_config_byte(dev, PCI_INTERRUPT_LINE, dev->irq);
|
/bionic/libc/kernel/common/linux/ |
wanrouter.h | 144 int irq; member in struct:wandev_conf
|
/bootable/bootloader/legacy/include/msm7k/ |
hsusb.h | 100 #define CONFIG_IOS (1 << 15) /* IRQ on setup */
|
/external/kernel-headers/original/asm-x86/ |
desc_32.h | 34 extern void set_intr_gate(unsigned int irq, void * addr);
|
thread_info_32.h | 44 of nested (IRQ) stacks
|
/external/kernel-headers/original/linux/ |
if.h | 122 unsigned char irq; member in struct:ifmap
|