Home
last modified time | relevance | path

Searched refs:interrupt_type (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/parisc/kernel/
Diosapic_private.h29 u8 interrupt_type; member
Diosapic.c413 p->entry_type, p->entry_length, p->interrupt_type, in iosapic_load_irt()
492 if (i->interrupt_type != IRT_VECTORED_INTR) { in irt_find_irqline()
493 …ULE_NAME ":find_irqline(0x%p): skipping entry %d interrupt_type %d\n", i, cnt, i->interrupt_type); in irt_find_irqline()
/linux-2.4.37.9/include/acpi/
Dactbl.h270 u8 interrupt_type; /* 1=PMI, 2=INIT, 3=corrected */ member
/linux-2.4.37.9/drivers/net/wan/
Dwanpipe_multppp.c1364 if (!flags->interrupt_info_struct.interrupt_type){ in wsppp_isr()
1368 if (flags->interrupt_info_struct.interrupt_type){ in wsppp_isr()
1382 if ((!dev || !dev->priv) && flags->interrupt_info_struct.interrupt_type != in wsppp_isr()
1394 interrupt_type = 0; in wsppp_isr()
1410 switch(flags->interrupt_info_struct.interrupt_type) { in wsppp_isr()
1442 flags->interrupt_info_struct.interrupt_type); in wsppp_isr()
1457 flags->interrupt_info_struct.interrupt_type = 0; in wsppp_isr()
Dsdla_chdlc.c1970 if (!flags->interrupt_info_struct.interrupt_type){ in wpc_isr()
1974 if (flags->interrupt_info_struct.interrupt_type){ in wpc_isr()
1989 flags->interrupt_info_struct.interrupt_type != in wpc_isr()
2011 flags->interrupt_info_struct.interrupt_type = 0; in wpc_isr()
2016 switch(flags->interrupt_info_struct.interrupt_type) { in wpc_isr()
2065 flags->interrupt_info_struct.interrupt_type); in wpc_isr()
2081 flags->interrupt_info_struct.interrupt_type = 0; in wpc_isr()
/linux-2.4.37.9/include/linux/
Dsdla_chdlc.h625 unsigned char interrupt_type; /* type of interrupt triggered */ member