| /src/sys/dev/usb/ |
| emdtv.c | 97 sc->sc_vendor = uaa->uaa_vendor; 104 sc->sc_board = emdtv_board_lookup(sc->sc_vendor, sc->sc_product); 108 sc->sc_vendor, sc->sc_product); 246 sc->sc_vendor = eeprom->vendor; 255 switch (sc->sc_vendor) { 269 sc->sc_vendor, sc->sc_product); 281 sc->sc_vendor, sc->sc_product); 292 sc->sc_vendor, sc->sc_product); 298 sc->sc_vendor, sc->sc_product);
|
| emdtvvar.h | 71 uint16_t sc_vendor, sc_product; member in struct:emdtv_softc
|
| if_bwfm_usb.c | 195 uint16_t sc_vendor; member in struct:bwfm_usb_softc 291 sc->sc_vendor = uaa->uaa_vendor;
|
| /src/sys/dev/pci/ |
| cxdtvvar.h | 103 pci_vendor_id_t sc_vendor; member in struct:cxdtv_softc
|
| cxdtv.c | 196 sc->sc_vendor = PCI_VENDOR(reg); 199 sc->sc_board = cxdtv_board_lookup(sc->sc_vendor, sc->sc_product); 420 switch(sc->sc_vendor) { 448 if (sc->sc_vendor == PCI_VENDOR_ATI) 450 if (sc->sc_vendor == PCI_VENDOR_PCHDTV) 835 switch(sc->sc_vendor) {
|
| /src/sys/dev/hdaudio/ |
| hdafg.c | 299 uint16_t sc_vendor, sc_product; member in struct:hdafg_softc 698 switch (sc->sc_vendor) { 3276 if (sc->sc_vendor == HDAUDIO_VENDOR_NVIDIA) 3756 prop_dictionary_get_uint16(args, "vendor-id", &sc->sc_vendor); 3758 hdaudio_findvendor(sc->sc_name, sizeof(sc->sc_name), sc->sc_vendor); 3759 hdaudio_findproduct(sc->sc_version, sizeof(sc->sc_version), sc->sc_vendor, 3764 switch (sc->sc_vendor) { 4474 sc->sc_vendor); 4523 switch (sc->sc_vendor) {
|