Searched refs:vendorid (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10-stable/sys/dev/atkbdc/
H A Datkbdc_subr.h41 u_int32_t vendorid; member in struct:atkbdc_device
H A Datkbdc_subr.c80 *val = (u_long)ivar->vendorid;
105 ivar->vendorid = (u_int32_t)val;
/freebsd-10-stable/sys/dev/jedec_ts/
H A Djedec_ts.c208 uint16_t vendorid; local
218 err = ts_readw_be(dev, 6, &vendorid);
229 match = ts_match_device(vendorid, devid);
233 ", 0x%x and 0x%x\n", vendorid, devid);
/freebsd-10-stable/sys/dev/vte/
H A Dif_vtevar.h115 uint16_t vendorid; member in struct:vte_ident
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c312 ar5312Probe(uint16_t vendorid, uint16_t devid) argument
314 if (vendorid == ATHEROS_VENDOR_ID) {
/freebsd-10-stable/sys/dev/ath/ath_hal/ar9001/
H A Dar9130_attach.c315 ar9130Probe(uint16_t vendorid, uint16_t devid) argument
317 if (vendorid == ATHEROS_VENDOR_ID && devid == AR5416_AR9130_DEVID)
H A Dar9160_attach.c334 ar9160Probe(uint16_t vendorid, uint16_t devid) argument
336 if (vendorid == ATHEROS_VENDOR_ID && devid == AR9160_DEVID_PCI)
/freebsd-10-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_attach.c571 ar9285Probe(uint16_t vendorid, uint16_t devid) argument
573 if (vendorid == ATHEROS_VENDOR_ID && devid == AR9285_DEVID_PCIE)
575 if (vendorid == ATHEROS_VENDOR_ID && (devid == AR2427_DEVID_PCIE))
H A Dar9287_attach.c483 ar9287Probe(uint16_t vendorid, uint16_t devid) argument
485 if (vendorid == ATHEROS_VENDOR_ID) {
H A Dar9280_attach.c965 ar9280Probe(uint16_t vendorid, uint16_t devid) argument
967 if (vendorid == ATHEROS_VENDOR_ID) {
/freebsd-10-stable/sys/isa/
H A Disavar.h153 ISA_ACCESSOR(vendorid, VENDORID, int)
/freebsd-10-stable/sys/dev/jedec_dimm/
H A Djedec_dimm.c190 uint16_t vendorid; local
293 rc = jedec_dimm_readw_be(sc, TSOD_REG_MANUFACTURER, &vendorid);
307 tsod_match = jedec_dimm_tsod_match(vendorid, devid);
312 " 0x%x and 0x%x\n", vendorid, devid);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c408 ar5210Probe(uint16_t vendorid, uint16_t devid) argument
410 if (vendorid == ATHEROS_VENDOR_ID &&
/freebsd-10-stable/sys/dev/siba/
H A Dsiba.c459 uint16_t vendorid, devid; local
468 vendorid = (idhi & SIBA_IDHIGH_VENDORMASK) >>
474 sdi->sdi_vid = vendorid;
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c541 ar5211Probe(uint16_t vendorid, uint16_t devid) argument
543 if (vendorid == ATHEROS_VENDOR_ID) {
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c923 ar5212Probe(uint16_t vendorid, uint16_t devid) argument
925 if (vendorid == ATHEROS_VENDOR_ID ||
926 vendorid == ATHEROS_3COM_VENDOR_ID ||
927 vendorid == ATHEROS_3COM2_VENDOR_ID) {
/freebsd-10-stable/sys/dev/alc/
H A Dif_alcvar.h195 uint16_t vendorid; member in struct:alc_ident
/freebsd-10-stable/sys/dev/ahci/
H A Dahci.h419 uint16_t vendorid; /* Vendor ID from the bus */ member in struct:ahci_channel
483 uint16_t vendorid; /* Vendor ID from the bus */ member in struct:ahci_controller
H A Dahci_pci.c416 ctlr->vendorid = pci_get_vendor(dev);
/freebsd-10-stable/sys/dev/sound/pci/hda/
H A Dhdac.c1481 uint32_t vendorid, revisionid; local
1527 vendorid = hdac_send_command(sc, i,
1532 if (vendorid == HDA_INVALID &&
1539 HDA_PARAM_VENDOR_ID_VENDOR_ID(vendorid);
1541 HDA_PARAM_VENDOR_ID_DEVICE_ID(vendorid);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c1066 ar5416Probe(uint16_t vendorid, uint16_t devid) argument
1068 if (vendorid == ATHEROS_VENDOR_ID) {
/freebsd-10-stable/sys/dev/ae/
H A Dif_ae.c78 uint16_t vendorid; member in struct:ae_dev
213 uint16_t deviceid, vendorid; local
216 vendorid = pci_get_vendor(dev);
223 if (vendorid == ae_devs[i].vendorid &&
/freebsd-10-stable/sys/dev/ath/ath_hal/
H A Dah.c37 ath_hal_probe(uint16_t vendorid, uint16_t devid) argument
42 const char *name = (*pchip)->probe(vendorid, devid);
66 /* XXX don't have vendorid, assume atheros one works */
H A Dah_internal.h91 const char *(*probe)(uint16_t vendorid, uint16_t devid);
/freebsd-10-stable/sys/dev/nxge/
H A Dif_nxge.c56 int vendorid = pci_get_vendor(dev); local
59 if(vendorid == XGE_PCI_VENDOR_ID) {

Completed in 529 milliseconds

12