Searched defs:isa_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
79 .bustype = isa_bustype,
250 case isa_bustype:
325 if (thisboard->bustype == isa_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
112 .bustype = isa_bustype,
348 case isa_bustype:
442 if (thisboard->bustype == isa_bustype) {
H A Damplc_dio200.c265 enum dio200_bustype { isa_bustype, pci_bustype }; enumerator in enum:dio200_bustype
295 .bustype = isa_bustype,
301 .bustype = isa_bustype,
307 .bustype = isa_bustype,
322 .bustype = isa_bustype,
328 .bustype = isa_bustype,
1357 case isa_bustype:
1477 if (thisboard->bustype == isa_bustype) {

Completed in 267 milliseconds