HomeSort by relevance Sort by last modified time
    Searched full:irq (Results 176 - 200 of 270) sorted by null

1 2 3 4 5 6 78 91011

  /external/kernel-headers/original/linux/
netdevice.h 280 unsigned int irq; /* device IRQ number */ member in struct:net_device
727 * and _off may be called from IRQ context, but it is caller
849 /* Try to reschedule poll. Called by irq handler. */
serial_core.h 217 unsigned int irq; /* irq number */ member in struct:uart_port
  /external/qemu/hw/
goldfish_timer.c 242 timer_state.dev.irq = timerirq;
hw.h 6 #include "irq.h"
goldfish_audio.c 37 /* set this to enable IRQ */
78 // irq enable mask for int_status
goldfish_mmc.c 21 /* set this to enable IRQ */
71 // irq enable mask for int_status
  /frameworks/base/services/java/com/android/server/am/
EventLogTags.logtags 6 2721 cpu (total|1|6),(user|1|6),(system|1|6),(iowait|1|6),(irq|1|6),(softirq|1|6)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 144 int irq; member in struct:wandev_conf
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 144 int irq; member in struct:wandev_conf
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
wanrouter.h 144 int irq; member in struct:wandev_conf
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
wanrouter.h 144 int irq; member in struct:wandev_conf
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
wanrouter.h 144 int irq; member in struct:wandev_conf
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
wanrouter.h 144 int irq; member in struct:wandev_conf
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/
TNETWArbSM.c 533 /* Mark to ElpCtrl that the IRQ was received and it should get back to AWAKE */
650 /* check whether IRQ is about to happen or not, depending on the ElpCtrl Mux state */
653 /* Please be patient - IRQ is about to come any minute */
656 else /* No IRQ is supposed to arrive - roll SM to next position */
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdspi.c 91 sdioh_attach(osl_t *osh, void *bar0, uint irq)
110 sd->irq = irq;
141 if (spi_register_irq(sd, irq) != SUCCESS) {
142 sd_err(("%s: spi_register_irq() failed for irq = %d\n", __FUNCTION__, irq));
163 spi_free_irq(sd->irq, sd);
    [all...]
bcmspibrcm.c 94 sdioh_attach(osl_t *osh, void *bar0, uint irq)
112 sd->irq = irq;
141 if (spi_register_irq(sd, irq) != SUCCESS) {
142 sd_err(("%s: spi_register_irq() failed for irq = %d\n", __FUNCTION__, irq));
160 spi_free_irq(sd->irq, sd);
    [all...]
bcmsdh.c 73 bcmsdh_attach(osl_t *osh, void *cfghdl, void **regsva, uint irq)
86 if (!(bcmsdh->sdioh = sdioh_attach(osh, cfghdl, irq))) {
  /external/grub/netboot/
i82586.c 87 #define RESET_IRQ 10 /* Reset the latched IRQ line. */
246 static unsigned short ioaddr, irq, scb_base; variable
507 irq = inb(ioaddr + IRQ_CONFIG) & 0x0f;
529 printf("\n3c507 ioaddr %#hX, IRQ %d, mem [%#X-%#X], %sternal xcvr, addr %!\n",
530 ioaddr, irq, mem_start, mem_end, if_port ? "in" : "ex", nic->node_addr);
sk_g16.c 54 * - Test if IRQ 3 is not switched off. Use autoirq() functionality.
60 * If in 8 Bit mode don't use IRQ 11.
112 * SK_G16 I/O PORT's + IRQ's + Boot_ROM locations
118 * only a few possible IRQ's.
146 #define SK_POS4 ioaddr+4 /* IRQ */
3c509.c 97 /* Configure IRQ to none */
544 printf("%s board found on MCA at %#hx IRQ %d -",
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osapi.c 570 disable_irq (drv->irq);
576 enable_irq (drv->irq);
582 Routine Description: Called when IRQ line is not asserted any more
583 (i.e. we can enable IRQ in Level sensitive platform)
591 /* To be implemented with Level IRQ */
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osapi.c 566 disable_irq (drv->irq);
572 enable_irq (drv->irq);
578 Routine Description: Called when IRQ line is not asserted any more
579 (i.e. we can enable IRQ in Level sensitive platform)
587 /* To be implemented with Level IRQ */
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
HwInit.c     [all...]
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
HwInit.c     [all...]
  /external/qemu/target-arm/
cpu.h 355 void armv7m_nvic_set_pending(void *opaque, int irq);
357 void armv7m_nvic_complete_irq(void *opaque, int irq);

Completed in 215 milliseconds

1 2 3 4 5 6 78 91011