Searched refs:intr_type (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dplatform.h118 enum ps3_interrupt_type *intr_type, unsigned int *interrupt_id);
148 enum ps3_interrupt_type intr_type, unsigned int *interrupt_id);
H A Drepository.c261 enum ps3_interrupt_type *intr_type, unsigned int* interrupt_id)
273 *intr_type = v1;
328 enum ps3_interrupt_type intr_type; local
332 res_index, &intr_type, &interrupt_id);
342 pr_debug("%s:%d (%u:%u) intr_type %u, interrupt_id %u\n",
343 __func__, __LINE__, bus_index, dev_index, intr_type,
635 enum ps3_interrupt_type intr_type, unsigned int *interrupt_id)
640 pr_debug("%s:%d: find intr_type %u\n", __func__, __LINE__, intr_type);
657 if (t == intr_type) {
259 ps3_repository_read_dev_intr(unsigned int bus_index, unsigned int dev_index, unsigned int intr_index, enum ps3_interrupt_type *intr_type, unsigned int* interrupt_id) argument
634 ps3_repository_find_interrupt(const struct ps3_repository_device *dev, enum ps3_interrupt_type intr_type, unsigned int *interrupt_id) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dioc4_serial.c997 int intr_type; local
1002 for (intr_type = 0; intr_type < IOC4_NUM_INTR_TYPES; intr_type++) {
1004 &soft->is_intr_type[intr_type].is_num_intrs);
1006 this_mir = this_ir = pending_intrs(soft, intr_type);
1012 intr_info = &soft->is_intr_type[intr_type].is_intr_info[xx];
1017 intr_type);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Ds2io.c39 * intr_type: This defines the type of interrupt. The values can be 0(INTA),
430 S2IO_PARM_INT(intr_type, 0);
1579 if (nic->intr_type == MSI_X)
1717 if (nic->intr_type != INTA)
3612 if (sp->intr_type == INTA)
3635 if (sp->intr_type == INTA)
3925 if (sp->intr_type == MSI_X) {
6444 if (sp->intr_type == MSI)
6446 else if (sp->intr_type == MSI_X)
6450 sp->intr_type
[all...]
H A Ds2io.h882 u8 intr_type; member in struct:s2io_nic

Completed in 479 milliseconds