/ndk/build/platforms/android-4/arch-arm/usr/include/asm/arch/ |
gpio.h | 16 #include <asm/arch/irqs.h>
|
/ndk/build/platforms/android-5/arch-arm/usr/include/asm/arch/ |
gpio.h | 16 #include <asm/arch/irqs.h>
|
/ndk/build/platforms/android-8/arch-arm/usr/include/asm/arch/ |
gpio.h | 16 #include <asm/arch/irqs.h>
|
/external/kernel-headers/original/linux/ |
interrupt.h | 38 * IRQF_DISABLED - keep irqs disabled when calling the action handler 94 * irqs-off latencies. 355 * Autoprobing for irqs: 367 * 3. irqs = probe_irq_on(); // "take over" all unassigned idle IRQs 370 * 6. irq = probe_irq_off(irqs); // get IRQ number, 0=none, negative=multiple
|
irq.h | 129 * @irq_count: stats field to detect stalled irqs 153 unsigned int irq_count; /* For detecting broken IRQs */
|
serial_core.h | 524 * UART_ENABLE_MS - determine if port should enable modem status irqs
|
hdreg.h | 411 #define HDIO_SET_UNMASKINTR 0x0322 /* permit other irqs during I/O */
|
/external/qemu/hw/ |
pxa.h | 69 void pxa25x_timer_init(target_phys_addr_t base, qemu_irq *irqs); 70 void pxa27x_timer_init(target_phys_addr_t base, qemu_irq *irqs, qemu_irq irq4);
|
irq.c | 74 /* The default state for IRQs is low, so raise the output now. */
|
sysbus.c | 28 dev->irqs[n] = 0; 67 /* Pass IRQs from a target device. */
|
goldfish_battery.c | 37 // IRQs
|
usb.h | 299 MUSBState *musb_init(qemu_irq *irqs);
|
qdev.c | 106 this function. IRQs and MMIO regions should be connected/mapped after
|
arm_gic.c | 198 Level triggered IRQs will be reasserted once they become inactive. */
|
/external/kernel-headers/original/asm-arm/arch/ |
gpio.h | 30 #include <asm/arch/irqs.h>
|
irqs.h | 2 * linux/include/asm-arm/arch-omap/irqs.h 267 /* Max. 128 level 2 IRQs (OMAP1610), 192 GPIOs (OMAP730) and
|
/external/kernel-headers/original/asm-generic/ |
local.h | 15 * can perform atomic adds and subtracts in a manner which is atomic wrt IRQs
|
/external/kernel-headers/original/asm-arm/ |
system.h | 231 * Save the current interrupt enable state & disable IRQs 247 * Enable IRQs 262 * Disable IRQs
|
/external/kernel-headers/original/asm-x86/ |
spinlock_32.h | 54 * NOTE: there's an irqs-on section here, which normally would have to be
|
/hardware/ti/omap3/dspbridge/inc/ |
cfgdefs.h | 36 *! 27-Oct-1997 cr: Updated CFG_HOSTRES struct to support 1+ IRQs per board.
|
/external/grub/netboot/ |
tiara.c | 68 #define NO_TX_IRQS 0 /* written to clear transmit IRQs */
|
/hardware/ti/wlan/wl1271/Test/ |
TWD_Debug.c | 302 pElem->isr.IRQs = ENDIAN_HANDLE_LONG(pElem->isr.IRQs); 456 WLAN_OS_REPORT(("IRQs = %d\n", pElem->isr.IRQs)); [all...] |
/system/wlan/ti/wilink_6_1/Test/ |
TWD_Debug.c | 302 pElem->isr.IRQs = ENDIAN_HANDLE_LONG(pElem->isr.IRQs); 456 WLAN_OS_REPORT(("IRQs = %d\n", pElem->isr.IRQs)); [all...] |
/external/quake/quake/src/WinQuake/ |
snd_gus.cpp | 694 // Clear any pending IRQs
763 // Clear any pending IRQs
936 // Clear any pending IRQs
[all...] |
/external/qemu/ |
Changelog | 373 - fixed: pop ss, mov ss, x and sti disable hardware irqs for the next insn
|