Searched refs:interrupt (Results 276 - 300 of 4542) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec_pdphy_stub.c7 #include <linux/interrupt.h>
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_ct_types.h9 #include <linux/interrupt.h>
/linux-master/tools/hv/
H A Dvmbus_testing227 interrupt = file_map[device][f_names.buff_f.value]
230 # delay[0]- buffer interrupt delay, delay[1]- message delay
232 write_test_files(interrupt, delay_length[0])
237 .format(read_test_files(interrupt),
238 interrupt.split("/")[5]))
245 .format(errno, strerror, interrupt, message))
311 help = "Delay the ring buffer interrupt or the "
317 description = "Delay the ring buffer interrupt for "
/linux-master/drivers/pci/endpoint/
H A Dpci-epc-core.c205 * pci_epc_raise_irq() - interrupt the host system
206 * @epc: the EPC device which has to interrupt the host
209 * @type: specify the type of interrupt; INTX, MSI or MSI-X
210 * @interrupt_num: the MSI or MSI-X interrupt number with range (1-N)
212 * Invoke to raise an INTX, MSI or MSI-X interrupt
243 * @interrupt_num: the MSI interrupt number with range (1-N)
244 * @entry_size: Size of Outbound address region for each interrupt
245 * @msi_data: the data that should be written in order to raise MSI interrupt
246 * with interrupt number as 'interrupt nu
292 int interrupt; local
360 int interrupt; local
[all...]
/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S15 ; A maximum number of supported interrupts in the core interrupt controller.
16 ; This number is not equal to the maximum interrupt number (256) because
74 # global interrupt enable bits in STATUS32 (.IE for 1 prio, .E[] for 2 prio)
75 # However a taken interrupt doesn't clear these bits. Thus irqs_disabled()
77 # trips genirq interrupt handling asserts.
89 ; so a higher prio interrupt taken here won't clobber prev prio icause
182 # reenabled after we return from interrupt/exception.
234 ; Solution is to drop out of interrupt context into pure kernel mode
244 ; drop out of interrupt context (clear AUX_IRQ_ACT.active)
H A Dentry-compact.S145 ; Level 2 ISR: Can interrupt a Level 1 ISR
209 ; out of the L2 interrupt context (drop to pure kernel mode) and jump
313 # reenabled after we return from interrupt/exception.
331 ; Level 2 interrupt return Path - from hardware standpoint
368 INTERRUPT_EPILOGUE 2 ; return from level 2 interrupt
376 INTERRUPT_EPILOGUE 1 ; return from level 1 interrupt
/linux-master/drivers/accel/habanalabs/common/
H A Dcommand_submission.c40 struct hl_user_interrupt *interrupt; member in struct:wait_interrupt_data
1097 wake_pending_user_interrupt_threads(struct hl_user_interrupt *interrupt) argument
1102 spin_lock_irqsave(&interrupt->wait_list_lock, flags);
1103 list_for_each_entry_safe(pend, temp, &interrupt->wait_list_head, list_node) {
1107 spin_unlock_irqrestore(&interrupt->wait_list_lock, flags);
1109 spin_lock_irqsave(&interrupt->ts_list_lock, flags);
1110 list_for_each_entry_safe(pend, temp, &interrupt->ts_list_head, list_node) {
1115 spin_unlock_irqrestore(&interrupt->ts_list_lock, flags);
1121 struct hl_user_interrupt *interrupt; local
1127 /* We iterate through the user interrupt request
3248 struct hl_user_interrupt *interrupt = record->ts_reg_info.interrupt; local
3521 _hl_interrupt_wait_ioctl_user_addr(struct hl_device *hdev, struct hl_ctx *ctx, u64 timeout_us, u64 user_address, u64 target_value, struct hl_user_interrupt *interrupt, u32 *status, u64 *timestamp) argument
3642 struct hl_user_interrupt *interrupt; local
[all...]
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dp1023si-post.dtsi69 #interrupt-cells = <1>;
88 #interrupt-cells = <1>;
107 #interrupt-cells = <1>;
/linux-master/sound/pci/ctxfi/
H A Dcttimer.c25 void (*interrupt)(struct ct_timer *); member in struct:ct_timer_ops
78 apcm->interrupt(apcm);
238 ti->apcm->interrupt(ti->apcm);
244 /* Handle timer-interrupt */
325 .interrupt = ct_xfitimer_callback,
400 /* Interval timer interrupt */
401 if ((status & IT_INT) && timer->ops->interrupt)
402 timer->ops->interrupt(timer);
/linux-master/drivers/scsi/
H A Dmesh.c30 #include <linux/interrupt.h>
316 mr->exception, mr->error, mr->intr_mask, mr->interrupt,
384 out_8(&mr->interrupt, 0xff); /* clear all interrupt bits */
437 MKWORD(mr->interrupt, mr->exception, mr->error, mr->fifo_count));
438 out_8(&mr->interrupt, INT_CMDDONE);
449 MKWORD(mr->interrupt, mr->exception,
454 if (in_8(&mr->interrupt) != 0) {
456 MKWORD(mr->interrupt, mr->exception,
492 if (in_8(&mr->interrupt) !
[all...]
H A Dmac53c94.h26 unsigned char interrupt; member in struct:mac53c94_regs
54 #define sel_timeout interrupt
115 * Bits in interrupt register.
/linux-master/arch/sparc/include/asm/
H A Dopenprom.h265 unsigned int interrupt; member in struct:linux_prom_pci_intmap
275 unsigned int interrupt; member in struct:linux_prom_pci_intmask
/linux-master/arch/powerpc/kernel/
H A Dtau_6xx.c20 #include <linux/interrupt.h>
25 #include <asm/interrupt.h>
48 * we get an interrupt. These are based on the limit that was out of range */
59 /* setup THRM1, threshold, valid bit, interrupt when below threshold */
62 /* setup THRM2, threshold, valid bit, interrupt when above threshold */
99 * TAU interrupts - called when we have a thermal assist unit interrupt
/linux-master/arch/alpha/kernel/
H A Dhead.S61 # on the PC164 (at least), since that PALcode manages the interrupt
/linux-master/arch/sh/kernel/cpu/irq/
H A Dipr.c17 #include <linux/interrupt.h>
/linux-master/arch/sh/drivers/pci/
H A Dpci-dreamcast.c16 #include <linux/interrupt.h>
/linux-master/arch/sh/boards/mach-landisk/
H A Dpsw.c12 #include <linux/interrupt.h>
/linux-master/arch/sh/boards/mach-rsk/
H A Ddevices-rsk7203.c10 #include <linux/interrupt.h>
/linux-master/arch/m68k/coldfire/
H A Damcore.c15 #include <linux/interrupt.h>
50 /* IRQ line the device's interrupt pin is connected to */
75 /* Set the dm9000 interrupt to be auto-vectored */
H A Dintc-525x.c15 #include <linux/interrupt.h>
79 /* set the interrupt base for the second interrupt controller */
82 /* GPIO interrupt sources */
/linux-master/arch/mips/sgi-ip22/
H A Dip22-time.c17 #include <linux/interrupt.h>
77 * an interrupt driving timer it does not because of bug, this is why
127 printk(KERN_ALERT "Oops, got 8254 interrupt.\n");
/linux-master/arch/sh/boards/mach-hp6xx/
H A Dhp6xx_apm.c11 #include <linux/interrupt.h>
/linux-master/arch/sh/boards/mach-highlander/
H A Dpsw.c11 #include <linux/interrupt.h>
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dpio.h7 #include <linux/interrupt.h>
/linux-master/include/linux/irqchip/
H A Dirq-madera.h12 #include <linux/interrupt.h>

Completed in 347 milliseconds

<<11121314151617181920>>