/external/grub/netboot/ |
epic100.h | 17 INTSTAT= 4, /* Interrupt Status */ 18 INTMASK= 8, /* Interrupt Mask */ 53 /* Interrupt register bits. NI means No Interrupt generated */ 61 #define INTR_INTR_ACTIVE (0x00010000) /* Interrupt active. NI */ 184 #define TD_IAF (0x0004) /* Generate Interrupt after tx */
|
ns8390.h | 113 #define _3COM_CR_SHARE 0x10 /* select interrupt sharing option */ 138 #define _3COM_IDCFR_IRQ2 0x10 /* Interrupt request 2 select */ 139 #define _3COM_IDCFR_IRQ3 0x20 /* Interrupt request 3 select */ 140 #define _3COM_IDCFR_IRQ4 0x40 /* Interrupt request 4 select */ 141 #define _3COM_IDCFR_IRQ5 0x80 /* Interrupt request 5 select */
|
/external/kernel-headers/original/linux/ |
serio.h | 18 #include <linux/interrupt.h> 35 spinlock_t lock; /* protects critical sections from port's interrupt handler */ 45 struct serio_driver *drv; /* accessed from interrupt, must be protected by serio->lock and serio->sem */ 63 irqreturn_t (*interrupt)(struct serio *, unsigned char, member in struct:serio_driver 138 * driver code from port's interrupt handler 172 * bit masks for use in "interrupt" flags (3rd argument)
|
interrupt.h | 0 /* interrupt.h */ 20 * linux/ioport.h to select the interrupt line behaviour. When 21 * requesting an interrupt without specifying a IRQF_TRIGGER, the 42 * IRQF_TIMER - Flag to mark this interrupt as timer interrupt 365 * 1. clear and/or mask the device's internal interrupt. 368 * 4. enable the device and cause it to trigger an interrupt. 369 * 5. wait for the device to interrupt, using non-intrusive polling or a delay. 371 * 7. service the device to clear its pending interrupt.
|
hardirq.h | 63 * Are we doing bottom half or hardware interrupt processing? 64 * Are we in a softirq context? Interrupt context?
|
timer.h | 50 * to this timer, eg. interrupt contexts, or other CPUs on SMP. 71 * timer interrupt at the ->expires point in the future. The
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
pmu.h | 29 #define PMU_SET_INTR_MASK 0x70 /* set PMU interrupt mask */ 30 #define PMU_INT_ACK 0x78 /* read interrupt bits */ 55 /* Bits in PMU interrupt and interrupt mask bytes */ 61 #define PMU_INT_TICK 0x80 /* 1-second tick interrupt */ 63 /* Other bits in PMU interrupt valid when PMU_INT_ADB is set */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pmu.h | 29 #define PMU_SET_INTR_MASK 0x70 /* set PMU interrupt mask */ 30 #define PMU_INT_ACK 0x78 /* read interrupt bits */ 55 /* Bits in PMU interrupt and interrupt mask bytes */ 61 #define PMU_INT_TICK 0x80 /* 1-second tick interrupt */ 63 /* Other bits in PMU interrupt valid when PMU_INT_ADB is set */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pmu.h | 29 #define PMU_SET_INTR_MASK 0x70 /* set PMU interrupt mask */ 30 #define PMU_INT_ACK 0x78 /* read interrupt bits */ 55 /* Bits in PMU interrupt and interrupt mask bytes */ 61 #define PMU_INT_TICK 0x80 /* 1-second tick interrupt */ 63 /* Other bits in PMU interrupt valid when PMU_INT_ADB is set */
|
/external/qemu/hw/ |
arm_gic.c | 2 * ARM Generic/Distributed Interrupt Controller 10 /* This file contains implementation code for the RealView EB interrupt 11 controller, MPCore distributed interrupt controller and ARMv7-M 12 Nested Vectored Interrupt Controller. */ 102 /* Update interrupt status after enabled or pending bits have been changed. */ 158 /* The first external input line is internal interrupt 32. */ 264 /* Interrupt Set/Clear Enable. */ 279 /* Interrupt Set/Clear Pending. */ 295 /* Interrupt Active. */ 307 /* Interrupt Priority. * [all...] |
bt-hid.c | 88 struct bt_l2cap_conn_params_s *interrupt; member in struct:bt_hid_device_s 178 /* Disconnect s->control and s->interrupt */ 402 bt_hid_send_data(hid->interrupt, BT_DATA_INPUT, 437 fprintf(stderr, "%s: bad transaction on Interrupt channel.\n", 446 hid->connected = hid->control && hid->interrupt; 473 hid->interrupt = NULL; 500 if (hid->interrupt) 503 hid->interrupt = params; 504 hid->interrupt->opaque = hid; 505 hid->interrupt->close = bt_hid_close_interrupt [all...] |
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
LockSupport.java | 81 * if (wasInterrupted) // reassert interrupt status on exit 82 * current.interrupt(); 139 * <li>Some other thread {@linkplain Thread#interrupt interrupts} 148 * for example, the interrupt status of the thread upon return. 174 * <li>Some other thread {@linkplain Thread#interrupt interrupts} 185 * for example, the interrupt status of the thread, or the elapsed time 215 * <li>Some other thread {@linkplain Thread#interrupt interrupts} the 226 * for example, the interrupt status of the thread, or the current time 274 * <li>Some other thread {@linkplain Thread#interrupt interrupts} 283 * for example, the interrupt status of the thread upon return [all...] |
Lock.java | 113 * qualities. Further, the ability to interrupt the <em>ongoing</em> 127 * to an interrupt over normal method return. This is true even if it can be 128 * shown that the interrupt occurred after another action may have unblocked 159 * {@linkplain Thread#interrupt interrupted}. 169 * <li>Some other thread {@linkplain Thread#interrupt interrupts} the 176 * <li>is {@linkplain Thread#interrupt interrupted} while acquiring the 184 * <p>The ability to interrupt a lock acquisition in some 190 * <p>An implementation can favor responding to an interrupt over 236 * current thread has not been {@linkplain Thread#interrupt interrupted}. 245 * <li>Some other thread {@linkplain Thread#interrupt interrupts} th [all...] |
/external/mtpd/ |
mtpd.c | 54 static void interrupt(int signal) function 177 signal(SIGHUP, interrupt); 178 signal(SIGINT, interrupt); 179 signal(SIGTERM, interrupt); 180 signal(SIGCHLD, interrupt); 200 interrupt(SIGTERM); 206 interrupt(SIGTERM);
|
/external/libnfc-nci/src/udrv/include/ |
upio.h | 114 UPIO_FEAT_IN_HIGH, /* Support for input with interrupt on high signal level. */ 115 UPIO_FEAT_IN_LOW, /* Support for input with interrupt on low signal level. */ 116 UPIO_FEAT_IN_RISE, /* Support for input with interrupt on rising edge. */ 117 UPIO_FEAT_IN_FALL /* Support for input with interrupt on falling. */ 329 ** - Configure GPIOs to be polled or interrupt driven
|
/external/kernel-headers/original/asm-mips/ |
irq.h | 56 * IRQ affinity hook invoked at the beginning of interrupt dispatch 64 * that cpumask.h macro overhead is reasonable during interrupt dispatch. 84 * Clear interrupt mask handling "backstop" if irq_hwmask
|
/external/chromium_org/tools/gn/secondary/third_party/libusb/ |
BUILD.gn | 19 "src/libusb/interrupt.c", 20 "src/libusb/interrupt.h",
|
/external/kernel-headers/original/asm-generic/ |
local.h | 37 * in interrupt, etc. Some archs can optimize this case well. */ 55 * in interrupt, etc. Some archs can optimize this case well.
|
/libcore/luni/src/main/java/java/nio/channels/ |
InterruptibleChannel.java | 32 * {@link Thread#interrupt()} on the I/O thread). When the I/O thread is 35 * attempts to make an I/O call with the interrupt status set the call will
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldThreadTest.java | 192 // Check that interrupt works 211 st.interrupt(); 239 // Check that interrupt works 258 st.interrupt(); 367 th.interrupt(); 465 st.interrupt(); 470 spinner.interrupt(); 475 ct.interrupt();
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
DownloadUtils.java | 54 thread.interrupt(); 63 Thread.interrupted(); // consume the interrupt signal
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
vm86.h | 25 #define VIF_MASK 0x00080000 /* virtual interrupt flag */ 26 #define VIP_MASK 0x00100000 /* virtual interrupt pending */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
vm86.h | 25 #define VIF_MASK 0x00080000 /* virtual interrupt flag */ 26 #define VIP_MASK 0x00100000 /* virtual interrupt pending */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
vm86.h | 25 #define VIF_MASK 0x00080000 /* virtual interrupt flag */ 26 #define VIP_MASK 0x00100000 /* virtual interrupt pending */
|
/bionic/libc/kernel/arch-mips/asm/dec/ |
ecc.h | 40 #include <linux/interrupt.h>
|