Searched defs:subdevice (Results 1 - 22 of 22) sorted by relevance

/drivers/pci/
H A Dpci-stub.c26 "\"vendor:device[:subvendor[:subdevice[:class[:class_mask]]]]\""
58 subdevice = PCI_ANY_ID, class = 0, class_mask = 0; local
65 &vendor, &device, &subvendor, &subdevice,
76 vendor, device, subvendor, subdevice, class, class_mask);
79 subvendor, subdevice, class, class_mask, 0);
H A Dpci-driver.c36 * @subdevice: PCI subdevice ID
53 unsigned int subvendor, unsigned int subdevice,
66 dynid->id.subdevice = subdevice;
105 subdevice = PCI_ANY_ID, class = 0, class_mask = 0; local
111 &vendor, &device, &subvendor, &subdevice,
124 pdev->subsystem_device = subdevice;
151 retval = pci_add_dynid(pdrv, vendor, device, subvendor, subdevice,
173 subdevice local
51 pci_add_dynid(struct pci_driver *drv, unsigned int vendor, unsigned int device, unsigned int subvendor, unsigned int subdevice, unsigned int class, unsigned int class_mask, unsigned long driver_data) argument
[all...]
/drivers/media/rc/
H A Dir-sony-decoder.c47 u8 device, subdevice, function; local
133 subdevice = 0;
143 subdevice = 0;
153 subdevice = bitrev8((data->bits >> 0) & 0xFF);
162 scancode = device << 16 | subdevice << 8 | function;
/drivers/staging/comedi/kcomedilib/
H A Dkcomedilib_main.c89 /* a subdevice instruction */
98 "%d not useable subdevice\n", insn->subdev);
200 * Fix this here if the subdevice has <= 32 channels.
239 int comedi_get_n_channels(struct comedi_device *dev, unsigned int subdevice) argument
244 if (!dev->attached || subdevice >= dev->n_subdevices)
247 n = dev->subdevices[subdevice].n_chan;
/drivers/ide/
H A Dpiix.c247 u16 subdevice; member in struct:ich_laptop
281 lap->subdevice == pdev->subsystem_device) {
H A Dsis5513.c512 u16 subdevice; member in struct:sis_laptop
533 lap->subdevice == pdev->subsystem_device)
/drivers/ata/
H A Dpata_sis.c50 u16 subdevice; member in struct:sis_laptop
69 lap->subdevice == dev->subsystem_device)
H A Data_piix.c475 u16 subdevice; member in struct:ich_laptop
532 lap->subdevice == pdev->subsystem_device)
/drivers/net/wan/lmc/
H A Dlmc_main.c822 u16 subdevice; local
898 * Check either the subvendor or the subdevice, some systems reverse
902 if ((subdevice = pdev->subsystem_device) == PCI_VENDOR_ID_LMC)
903 subdevice = pdev->subsystem_vendor;
905 switch (subdevice) {
946 subdevice != PCI_DEVICE_ID_LMC_T1) &&
948 subdevice != PCI_DEVICE_ID_LMC_SSI) &&
950 subdevice != PCI_DEVICE_ID_LMC_DS3) &&
952 subdevice != PCI_DEVICE_ID_LMC_HSSI))
955 dev->name, AdapModelNum, subdevice);
[all...]
/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c55 ahd_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor) argument
60 | (subdevice << 16)
262 uint16_t subdevice; local
270 subdevice = ahd_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2);
273 subdevice,
H A Daic7xxx_pci.c58 ahc_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor) argument
63 | (subdevice << 16)
605 uint16_t subvendor, uint16_t subdevice);
638 uint16_t subdevice, uint16_t subvendor)
646 && subdevice != device
647 && SUBID_9005_TYPE_KNOWN(subdevice) != 0) {
649 switch (SUBID_9005_TYPE(subdevice)) {
676 uint16_t subdevice; local
684 subdevice = ahc_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2);
685 full_id = ahc_compose_id(device, vendor, subdevice, subvendo
637 ahc_9005_subdevinfo_valid(uint16_t device, uint16_t vendor, uint16_t subdevice, uint16_t subvendor) argument
[all...]
/drivers/media/pci/dm1105/
H A Ddm1105.c219 u16 subdevice; member in struct:dm1105_subid
276 .subdevice = 0x2002,
280 .subdevice = 0x2002,
284 .subdevice = 0x2004,
288 .subdevice = 0x2004,
292 .subdevice = 0x1105,
1008 dm1105_subids[i].subdevice)
1222 .subdevice = PCI_ANY_ID,
1227 .subdevice = PCI_ANY_ID,
/drivers/media/pci/saa7164/
H A Dsaa7164.h180 u16 subdevice; member in struct:saa7164_subid
/drivers/net/irda/
H A Dsmsc-ircc2.c116 unsigned short subdevice; /* PCI subsystem device ID */ member in struct:smsc_ircc_subsystem_configuration
2408 .subdevice = 0x08bc,
2421 .subdevice = 0x088c,
2435 .subdevice = 0x0890,
2448 .subdevice = 0x0860,
2463 .subdevice = 0xffff, /* 0xffff is "any" */
2476 .subdevice = 0xffff, /* 0xffff is "any" */
2490 .subdevice = 0xffff, /* 0xffff is "any" */
2504 .subdevice = 0xffff, /* 0xffff is "any" */
2857 (conf->subdevice
[all...]
/drivers/staging/comedi/drivers/
H A Dme4000.c471 struct comedi_subdevice *subdevice,
1418 Analog input subdevice
1445 Analog output subdevice
1467 Digital I/O subdevice
1495 Counter subdevice
470 me4000_ai_insn_read(struct comedi_device *dev, struct comedi_subdevice *subdevice, struct comedi_insn *insn, unsigned int *data) argument
/drivers/staging/dgnc/
H A Ddgnc_driver.h211 u16 subdevice; /* PCI subsystem device ID */ member in struct:dgnc_board
/drivers/media/pci/cx23885/
H A Dcx23885.h217 u16 subdevice; member in struct:cx23885_subid
/drivers/media/pci/cx88/
H A Dcx88.h285 u16 subdevice; member in struct:cx88_subid
/drivers/net/ethernet/emulex/benet/
H A Dbe_hw.h490 u32 subdevice; member in struct:controller_id
/drivers/tty/serial/8250/
H A D8250_pci.c43 u32 subdevice; member in struct:pci_serial_quirk
589 * Check the third digit of the subdevice ID
594 "ignoring Timedia subdevice %04x for parport_serial\n",
843 /* subdevice 0x00PS means <P> parallel, <S> serial */
1838 .subdevice = PCI_ANY_ID,
1849 .subdevice = PCI_ANY_ID,
1859 .subdevice = PCI_ANY_ID,
1870 .subdevice = PCI_ANY_ID,
1878 .subdevice = PCI_ANY_ID,
1885 .subdevice
[all...]
/drivers/staging/comedi/
H A Dcomedi.h184 /* subdevice flags */
188 #define SDF_LOCKED 0x0004 /* subdevice is locked */
199 #define SDF_SOFT_CALIBRATED 0x2000 /* subdevice uses software calibration */
203 /* subdevice can be read (e.g. analog input) */
205 /* subdevice can be written (e.g. analog output) */
208 /* subdevice does not have externally visible lines */
217 #define SDF_RUNNING 0x08000000 /* subdevice is acquiring data */
218 #define SDF_LSAMPL 0x10000000 /* subdevice uses 32-bit samples */
219 #define SDF_PACKED 0x20000000 /* subdevice can do packed DIO */
224 /* subdevice type
478 unsigned int subdevice; member in struct:comedi_bufconfig
488 unsigned int subdevice; member in struct:comedi_bufinfo
[all...]
/drivers/staging/dgap/
H A Ddgap.h539 u16 subdevice; /* PCI subsystem device ID */ member in struct:board_t

Completed in 413 milliseconds