Searched refs:intr (Results 101 - 115 of 115) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpc_main.c59 #include <asm/sn/intr.h>
H A Dxpc_partition.c27 #include <asm/sn/intr.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_neo.c1413 .intr = neo_intr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dips.h1068 int (*intr)(struct ips_ha *); member in struct:__anon6672
H A Daha152x.c678 static irqreturn_t intr(int irq, void *dev_id);
886 if ( request_irq(shpnt->irq, intr, IRQF_DISABLED|IRQF_SHARED, "aha152x", shpnt) ) {
1445 static irqreturn_t intr(int irqno, void *dev_id) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dide.h237 unsigned long intr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc4_serial.c71 #define IOC4_SIO_IR_S0_INT 0x00000040 /* Port 0 pass-thru intr */
133 #define IOC4_OTHER_IR_ATA_INT 0x00000001 /* ATAPI intr pass-thru */
963 * @intr: handler function
968 uint32_t intrbits, ioc4_intr_func_f * intr, void *info)
982 intr_ptr->sd_intr = intr;
1248 /* Re-enable DMA, set default threshold to intr whenever there is
1282 threshold = 1; /* otherwise we'll intr all the time! */
1382 * entire ring on tx, place an EXPLICIT intr to generate a lowat
1439 * entire ring buffer, we must place an EXPLICIT intr here
967 intr_connect(struct ioc4_soft *soft, int type, uint32_t intrbits, ioc4_intr_func_f * intr, void *info) argument
H A Dioc3_serial.c520 /* Re-enable DMA, set default threshold to intr whenever there is
554 threshold = 1; /* otherwise we'll intr all the time! */
654 * entire ring on tx, place an EXPLICIT intr to generate a lowat
710 * entire ring buffer, we must place an EXPLICIT intr here
2151 /* call .intr for both ports initially */
2153 .intr = ioc3uart_intr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcciss_scsi.c621 sh->irq = hba[ctlr]->intr[SIMPLE_MODE_INT];
1263 /* the cmd'll come back via intr handler in complete_scsi_command() */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dmain.c464 card->mpuout->intr = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dconnect.c76 unsigned intr:1; member in struct:smb_vol
1201 vol->intr = 0;
1202 } else if (strnicmp(data, "intr", 4) == 0) {
1203 vol->intr = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dt3_hw.c1890 unsigned int intr = 0; local
1903 intr = V_RQ_MSI_VEC(irq_vec_idx) | F_RQ_INTR_EN;
1905 V_CQ_BASE_HI((u32) base_addr) | intr | V_RQ_GEN(gen));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dhead.S527 or %g0, (0x1e<<4), %g2 ! offset to lvl14 intr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dstallion.c489 void (*intr)(struct stlpanel *panelp, unsigned int iobase); member in struct:uart
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dfore200e.c1750 tpd->spec.intr = 1;

Completed in 322 milliseconds

12345