Searched defs:pci_bustype (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/comedi/drivers/
H A Damplc_pc263.c65 enum pc263_bustype { isa_bustype, pci_bustype }; enumerator in enum:pc263_bustype
87 .bustype = pci_bustype,
96 .bustype = pci_bustype,
185 if (pc263_boards[i].bustype != pci_bustype)
254 case pci_bustype:
H A Dni_labpc.h30 enum labpc_bustype { isa_bustype, pci_bustype, pcmcia_bustype }; enumerator in enum:labpc_bustype
H A Damplc_pc236.c98 enum pc236_bustype { isa_bustype, pci_bustype }; enumerator in enum:pc236_bustype
120 .bustype = pci_bustype,
129 .bustype = pci_bustype,
283 if (pc236_boards[i].bustype != pci_bustype)
354 case pci_bustype:
H A Damplc_dio200.c265 enum dio200_bustype { isa_bustype, pci_bustype }; enumerator in enum:dio200_bustype
315 .bustype = pci_bustype,
336 .bustype = pci_bustype,
345 .bustype = pci_bustype,
577 if (dio200_boards[i].bustype != pci_bustype)
1363 case pci_bustype:

Completed in 90 milliseconds