Searched refs:handle_interrupt (Results  1 – 22 of 22) sorted by relevance
| /Linux-v5.4/arch/arc/kernel/ | 
| D | entry-arcv2.S | 47 VECTOR	handle_interrupt	; (16) Timer048 VECTOR	handle_interrupt	; unused (Timer1)
 49 VECTOR	handle_interrupt	; unused (WDT)
 50 VECTOR	handle_interrupt	; (19) Inter core Interrupt (IPI)
 51 VECTOR	handle_interrupt	; (20) perf Interrupt
 52 VECTOR	handle_interrupt	; (21) Software Triggered Intr (Self IPI)
 53 VECTOR	handle_interrupt	; unused
 54 VECTOR	handle_interrupt	; (23) unused
 58 	VECTOR	handle_interrupt
 68 ENTRY(handle_interrupt)
 [all …]
 
 | 
| /Linux-v5.4/arch/alpha/oprofile/ | 
| D | op_model_ev5.c | 195 	.handle_interrupt	= ev5_handle_interrupt,205 	.handle_interrupt	= ev5_handle_interrupt,
 
 | 
| D | op_impl.h | 48 	void (*handle_interrupt) (unsigned long, struct pt_regs *,  member
 | 
| D | op_model_ev4.c | 110 	.handle_interrupt	= ev4_handle_interrupt,
 | 
| D | op_model_ev6.c | 97 	.handle_interrupt	= ev6_handle_interrupt,
 | 
| D | common.c | 39 	model->handle_interrupt(which, regs, ctr);  in op_handle_interrupt()
 | 
| D | op_model_ev67.c | 257 	.handle_interrupt	= ev67_handle_interrupt,
 | 
| /Linux-v5.4/arch/sh/boards/mach-hp6xx/ | 
| D | pm_wakeup.S | 34 4:	.long	handle_interrupt
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | oprofile_impl.h | 54 	void (*handle_interrupt) (struct pt_regs *,  member
 | 
| /Linux-v5.4/arch/powerpc/oprofile/ | 
| D | op_model_7450.c | 206 	.handle_interrupt	= fsl7450_handle_interrupt,
 | 
| D | common.c | 31 	model->handle_interrupt(regs, ctr);  in op_handle_interrupt()
 | 
| D | op_model_pa6t.c | 226 	.handle_interrupt	= pa6t_handle_interrupt,
 | 
| D | op_model_fsl_emb.c | 379 	.handle_interrupt	= fsl_emb_handle_interrupt,
 | 
| D | op_model_power4.c | 437 	.handle_interrupt	= power4_handle_interrupt,
 | 
| D | op_model_cell.c | 1708 	.handle_interrupt = cell_handle_interrupt,
 | 
| /Linux-v5.4/sound/aoa/soundbus/i2sbus/ | 
| D | pcm.c | 634 static inline void handle_interrupt(struct i2sbus_dev *i2sdev, int in)  in handle_interrupt()  function711 	handle_interrupt((struct i2sbus_dev *)devid, 0);  in i2sbus_tx_intr()
 717 	handle_interrupt((struct i2sbus_dev *)devid, 1);  in i2sbus_rx_intr()
 
 | 
| /Linux-v5.4/drivers/net/phy/ | 
| D | phy.c | 756 	if (phydev->drv->handle_interrupt) {  in phy_interrupt()757 		if (phydev->drv->handle_interrupt(phydev))  in phy_interrupt()
 
 | 
| /Linux-v5.4/drivers/misc/cxl/ | 
| D | native.c | 1200 		if (afu->adapter->native->sl_ops->handle_interrupt)  in native_irq_multiplexed()1201 			ret = afu->adapter->native->sl_ops->handle_interrupt(irq, ctx, &irq_info);  in native_irq_multiplexed()
 
 | 
| D | pci.c | 1581 	.handle_interrupt = cxl_irq_psl9,1604 	.handle_interrupt = cxl_irq_psl8,
 
 | 
| D | cxl.h | 632 	irqreturn_t (*handle_interrupt)(int irq, struct cxl_context *ctx, struct cxl_irq_info *irq_info);  member
 | 
| /Linux-v5.4/include/linux/ | 
| D | phy.h | 531 	int (*handle_interrupt)(struct phy_device *phydev);  member
 | 
| /Linux-v5.4/drivers/staging/comedi/drivers/ | 
| D | cb_pcidas64.c | 3043 static irqreturn_t handle_interrupt(int irq, void *d)  in handle_interrupt()  function4037 	retval = request_irq(pcidev->irq, handle_interrupt, IRQF_SHARED,  in auto_attach()
 
 |