HomeSort by: relevance | last modified time | path
    Searched defs:sc_vendor (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
cxdtvvar.h 103 pci_vendor_id_t sc_vendor; member in struct:cxdtv_softc
  /src/sys/dev/usb/
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/hdaudio/
hdafg.c 299 uint16_t sc_vendor, sc_product; member in struct:hdafg_softc
698 switch (sc->sc_vendor) {
3247 if (sc->sc_vendor == HDAUDIO_VENDOR_NVIDIA)
3727 prop_dictionary_get_uint16(args, "vendor-id", &sc->sc_vendor);
3729 hdaudio_findvendor(sc->sc_name, sizeof(sc->sc_name), sc->sc_vendor);
3730 hdaudio_findproduct(sc->sc_version, sizeof(sc->sc_version), sc->sc_vendor,
3735 switch (sc->sc_vendor) {
4453 sc->sc_vendor);
4502 switch (sc->sc_vendor) {

Completed in 16 milliseconds