| /Linux-v5.15/drivers/net/wireless/ath/ath9k/ | 
| D | mac.c | 24 	ath_dbg(ath9k_hw_common(ah), INTERRUPT,  in ath9k_hw_set_txq_interrupts()785 	ath_dbg(common, INTERRUPT, "disable IER\n");  in ath9k_hw_kill_interrupts()
 824 	ath_dbg(common, INTERRUPT, "enable IER\n");  in __ath9k_hw_enable_interrupts()
 833 	ath_dbg(common, INTERRUPT, "AR_IMR 0x%x IER 0x%x\n",  in __ath9k_hw_enable_interrupts()
 841 		ath_dbg(ath9k_hw_common(ah), INTERRUPT,  in __ath9k_hw_enable_interrupts()
 846 		ath_dbg(ath9k_hw_common(ah), INTERRUPT,  in __ath9k_hw_enable_interrupts()
 854 		ath_dbg(ath9k_hw_common(ah), INTERRUPT,  in __ath9k_hw_enable_interrupts()
 882 		ath_dbg(common, INTERRUPT, "Do not enable IER ref count %d\n",  in ath9k_hw_resume_interrupts()
 899 		ath_dbg(common, INTERRUPT, "Do not enable IER ref count %d\n",  in ath9k_hw_enable_interrupts()
 919 		ath_dbg(common, INTERRUPT, "Clearing AR_INTR_PRIO_ASYNC_ENABLE\n");  in ath9k_hw_set_interrupts()
 [all …]
 
 | 
| D | ar9002_mac.c | 130 			ath_dbg(common, INTERRUPT,  in ar9002_hw_get_isr()193 			ath_dbg(common, INTERRUPT,  in ar9002_hw_get_isr()
 200 			ath_dbg(common, INTERRUPT,  in ar9002_hw_get_isr()
 
 | 
| D | ar9003_mac.c | 344 			ath_dbg(common, INTERRUPT,  in ar9003_hw_get_isr()
 | 
| /Linux-v5.15/drivers/net/ethernet/smsc/ | 
| D | smc9194.c | 539 		status = inb( ioaddr + INTERRUPT );  in smc_wait_to_send_packet()542 			outb( IM_ALLOC_INT, ioaddr + INTERRUPT );  in smc_wait_to_send_packet()
 771 		int_status = inb( ioaddr + INTERRUPT );  in smc_findirq()
 1343 		status = inb( ioaddr + INTERRUPT ) & mask;  in smc_interrupt()
 1361 			outb(IM_TX_INT, ioaddr + INTERRUPT );  in smc_interrupt()
 1377 			outb( IM_TX_EMPTY_INT, ioaddr + INTERRUPT );  in smc_interrupt()
 1400 			outb( IM_RX_OVRN_INT, ioaddr + INTERRUPT );  in smc_interrupt()
 1405 			outb( IM_ERCV_INT, ioaddr + INTERRUPT );  in smc_interrupt()
 
 | 
| D | smc91c92_cs.c | 217 #define	INTERRUPT	12  macro1095     outw(0, ioaddr + INTERRUPT);  in smc_close()
 1167 	 (inw(ioaddr + INTERRUPT) & 0xff00),  in smc_hardware_send_packet()
 1168 	 ioaddr + INTERRUPT);  in smc_hardware_send_packet()
 1241 	ir = inw(ioaddr+INTERRUPT);  in smc_start_xmit()
 1244 	    outw((ir&0xff00) | IM_ALLOC_INT, ioaddr + INTERRUPT);  in smc_start_xmit()
 1253     outw((IM_ALLOC_INT << 8) | (ir & 0xff00), ioaddr + INTERRUPT);  in smc_start_xmit()
 1372     mask = inw(ioaddr + INTERRUPT) >> 8;  in smc_interrupt()
 1374     outw(0, ioaddr + INTERRUPT);  in smc_interrupt()
 1377 	status = inw(ioaddr + INTERRUPT) & 0xff;  in smc_interrupt()
 [all …]
 
 | 
| D | smc9194.h | 137 #define	INTERRUPT	12  macro
 | 
| /Linux-v5.15/Documentation/filesystems/ | 
| D | fuse.rst | 147      this flag is set, an INTERRUPT request is queued.149   -  If the request is already sent to userspace, then an INTERRUPT
 152 INTERRUPT requests take precedence over other requests, so the
 155 The userspace filesystem may ignore the INTERRUPT requests entirely,
 160 original request and its INTERRUPT request.  There are two possibilities:
 162   1. The INTERRUPT request is processed before the original request is
 165   2. The INTERRUPT request is processed after the original request has
 170 should reply to the INTERRUPT request with an EAGAIN error.  In case
 171 1) the INTERRUPT request will be requeued.  In case 2) the INTERRUPT
 
 | 
| /Linux-v5.15/arch/powerpc/include/asm/ | 
| D | sstep.h | 46 	INTERRUPT,  enumerator
 | 
| /Linux-v5.15/Documentation/networking/device_drivers/ethernet/dec/ | 
| D | de4x5.rst | 143     INTERRUPT CARDS FROM THE SLOW INTERRUPT CARDS to ensure that they do not
 | 
| /Linux-v5.15/Documentation/hid/ | 
| D | hidraw.rst | 46 on the INTERRUPT IN endpoint.  By default, read() will block until there is59 the device has an INTERRUPT OUT endpoint, the report will be sent on that
 
 | 
| /Linux-v5.15/Documentation/devicetree/bindings/powerpc/fsl/ | 
| D | mpic.txt | 80 INTERRUPT SPECIFIER DEFINITION
 | 
| /Linux-v5.15/drivers/net/hippi/ | 
| D | rrunner.h | 483 #define  INTERRUPT		0x02  macro
 | 
| /Linux-v5.15/tools/perf/util/ | 
| D | dlfilter.c | 331 	CHECK_FLAG(INTERRUPT);  in dlfilter__init()
 | 
| /Linux-v5.15/Documentation/ide/ | 
| D | ChangeLog.ide-tape.1995-2002 | 156  *                       Add support for INTERRUPT DRQ devices.
 | 
| /Linux-v5.15/Documentation/driver-api/usb/ | 
| D | URB.rst | 78   // Only for PERIODIC transfers (ISO, INTERRUPT)
 | 
| /Linux-v5.15/Documentation/driver-api/gpio/ | 
| D | driver.rst | 280 - CASCADED INTERRUPT CHIPS: this means that the GPIO chip has one common293 - HIERARCHICAL INTERRUPT CHIPS: this means that each GPIO line has a dedicated
 
 | 
| /Linux-v5.15/arch/powerpc/lib/ | 
| D | sstep.c | 3085 	op->type = INTERRUPT | 0x700;  in analyse_instr()3090 	op->type = INTERRUPT | 0x700;  in analyse_instr()
 
 | 
| /Linux-v5.15/Documentation/ | 
| D | memory-barriers.txt | 2111 INTERRUPT DISABLING FUNCTIONS
 | 
| /Linux-v5.15/ | 
| D | MAINTAINERS | 2911 ASPEED SCU INTERRUPT CONTROLLER DRIVER6577 DYNAMIC INTERRUPT MODERATION
 9752 INTERRUPT COUNTER DRIVER
 12742 MSTAR INTERRUPT CONTROLLER DRIVER
 
 |