Searched refs:interrupt (Results 376 - 400 of 4553) sorted by relevance

<<11121314151617181920>>

/linux-master/include/linux/perf/
H A Driscv_pmu.h14 #include <linux/interrupt.h>
34 /* Counter overflow interrupt */
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_drv_if.c9 #include <linux/interrupt.h>
/linux-master/include/linux/
H A Dtrace_recursion.h5 #include <linux/interrupt.h>
51 * In the very unlikely case that an interrupt came in
53 * the function in that interrupt, the depth can be greater
57 * followed by an interrupt preempting a start of graph
59 * if an NMI came in at the start of an interrupt function
168 * If an interrupt occurs during a trace, and another trace
169 * happens in that interrupt but before the preempt_count is
170 * updated to reflect the new interrupt context, then this
205 * tracing recursed in the same context (normal vs interrupt),
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dentry.S72 mov r1,r9 ! r9 = interrupt vector
85 mov r1,r9 ! r9 = interrupt vector
105 ! dispatch exception / interrupt
108 bt interrupt_entry ! vec >= 64 is interrupt
196 ldc r0,sr ! all interrupt block (same BL = 1)
/linux-master/arch/x86/kvm/
H A Dx86.h119 vcpu->arch.interrupt.injected = true;
120 vcpu->arch.interrupt.soft = soft;
121 vcpu->arch.interrupt.nr = vector;
126 vcpu->arch.interrupt.injected = false;
131 return vcpu->arch.exception.injected || vcpu->arch.interrupt.injected ||
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva-hw.c9 #include <linux/interrupt.h>
80 * NO_INT_COMPLETION: Time-out on interrupt completion
194 complete(&hva->interrupt);
262 complete(&hva->interrupt);
377 init_completion(&hva->interrupt);
504 * hardware, and is retrieved in the interrupt functions from the
512 if (!wait_for_completion_timeout(&hva->interrupt,
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c20 #include <linux/interrupt.h>
65 dbg("cpqsbd: Switch interrupt received.\n");
235 info("power fault interrupt\n");
888 * Check to see if it was our interrupt
895 * Serial Output interrupt Pending
898 /* Clear the interrupt */
910 /* General-interrupt-input interrupt Pending */
915 /* Clear the interrupt */
2110 /* Wait for SOGO interrupt */
[all...]
/linux-master/drivers/char/tpm/
H A Dtpm_tis_core.c23 #include <linux/interrupt.h>
429 * tpm.c can skip polling for the data to be available as the interrupt is
533 * tpm.c can skip polling for the data to be available as the interrupt is
802 "TPM interrupt storm detected, polling instead\n");
850 u32 interrupt; local
853 rc = tpm_tis_read32(priv, TPM_INT_STATUS(priv->locality), &interrupt);
857 if (interrupt == 0)
861 if (interrupt & TPM_INTF_DATA_AVAIL_INT)
864 if (interrupt &
871 rc = tpm_tis_write32(priv, TPM_INT_STATUS(priv->locality), interrupt);
1013 u32 interrupt; local
[all...]
/linux-master/drivers/clocksource/
H A Dtimer-mp-csky.c5 #include <linux/interrupt.h>
/linux-master/drivers/atm/
H A Deni.h12 #include <linux/interrupt.h>
71 spinlock_t lock; /* sync with interrupt */
72 struct tasklet_struct task; /* tasklet for interrupt work */
/linux-master/arch/mips/pci/
H A Dpci-tx4938.c16 #include <linux/interrupt.h>
H A Dpci-ip32.c11 #include <linux/interrupt.h>
21 * various command and address errors, and the interrupt test. This gets
/linux-master/drivers/irqchip/
H A Dirq-ompic.c36 * - The ompic generates a level interrupt to the CPU PIC when a message is
38 * - The ompic does not have any interrupt input lines.
63 #include <linux/interrupt.h>
/linux-master/arch/sh/drivers/dma/
H A Ddmabrg.c8 #include <linux/interrupt.h>
/linux-master/arch/sh/boards/
H A Dboard-polaris.c10 #include <linux/interrupt.h>
H A Dboard-edosk7760.c12 #include <linux/interrupt.h>
/linux-master/arch/sh/boards/mach-se/7206/
H A Dirq.c13 #include <linux/interrupt.h>
/linux-master/arch/m68k/amiga/
H A Damiints.c2 * Amiga Linux interrupt handling code
10 #include <linux/interrupt.h>
22 * Enable/disable a particular machine specific interrupt source.
23 * Note that this may affect other interrupts in case of a shared interrupt.
25 * internal data, that may not be changed by the interrupt at the same time.
46 * The builtin Amiga hardware interrupt handlers.
53 /* if serial transmit buffer empty, interrupt */
59 /* if floppy disk transfer complete, interrupt */
65 /* if software interrupt set, interrupt */
[all...]
/linux-master/drivers/char/
H A Duv_mmtimer.c23 #include <linux/interrupt.h>
H A Dnwbutton.c11 #include <linux/interrupt.h>
/linux-master/drivers/video/fbdev/
H A Dn411.c31 #include <linux/interrupt.h>
/linux-master/drivers/input/touchscreen/
H A Dhp680_ts_input.c5 #include <linux/interrupt.h>
/linux-master/drivers/media/pci/bt8xx/
H A Dbt878.h12 #include <linux/interrupt.h>
/linux-master/drivers/media/pci/mantis/
H A Dmantis_evm.c13 #include <linux/interrupt.h>
H A Dmantis_ioc.c14 #include <linux/interrupt.h>

Completed in 354 milliseconds

<<11121314151617181920>>