/freebsd/sys/dev/usb/controller/ |
H A D | ehci_pci.c | 376 sprintf(sc->sc_vendor, "AcerLabs"); in ehci_pci_attach() 379 sprintf(sc->sc_vendor, "AMD"); in ehci_pci_attach() 382 sprintf(sc->sc_vendor, "Apple"); in ehci_pci_attach() 385 sprintf(sc->sc_vendor, "ATI"); in ehci_pci_attach() 388 sprintf(sc->sc_vendor, "CMDTECH"); in ehci_pci_attach() 391 sprintf(sc->sc_vendor, "Hygon"); in ehci_pci_attach() 394 sprintf(sc->sc_vendor, "Intel"); in ehci_pci_attach() 397 sprintf(sc->sc_vendor, "NEC"); in ehci_pci_attach() 400 sprintf(sc->sc_vendor, "OPTi"); in ehci_pci_attach() 403 sprintf(sc->sc_vendor, "Philips"); in ehci_pci_attach() [all …]
|
H A D | ohci_pci.c | 256 sprintf(sc->sc_vendor, "AcerLabs"); in ohci_pci_attach() 259 sprintf(sc->sc_vendor, "AMD"); in ohci_pci_attach() 262 sprintf(sc->sc_vendor, "Apple"); in ohci_pci_attach() 265 sprintf(sc->sc_vendor, "ATI"); in ohci_pci_attach() 268 sprintf(sc->sc_vendor, "CMDTECH"); in ohci_pci_attach() 271 sprintf(sc->sc_vendor, "Hygon"); in ohci_pci_attach() 274 sprintf(sc->sc_vendor, "NEC"); in ohci_pci_attach() 278 sprintf(sc->sc_vendor, "nVidia"); in ohci_pci_attach() 281 sprintf(sc->sc_vendor, "OPTi"); in ohci_pci_attach() 284 sprintf(sc->sc_vendor, "SiS"); in ohci_pci_attach() [all …]
|
H A D | xhci_pci.c | 400 strlcpy(sc->sc_vendor, "AMD", sizeof(sc->sc_vendor)); in xhci_pci_attach() 403 strlcpy(sc->sc_vendor, "Intel", sizeof(sc->sc_vendor)); in xhci_pci_attach() 406 strlcpy(sc->sc_vendor, "VMware", sizeof(sc->sc_vendor)); in xhci_pci_attach() 409 strlcpy(sc->sc_vendor, "Zhaoxin", sizeof(sc->sc_vendor)); in xhci_pci_attach() 415 snprintf(sc->sc_vendor, sizeof(sc->sc_vendor), in xhci_pci_attach()
|
H A D | uhci_pci.c | 339 sprintf(sc->sc_vendor, "Intel"); in uhci_pci_attach() 342 sprintf(sc->sc_vendor, "HP"); in uhci_pci_attach() 345 sprintf(sc->sc_vendor, "VIA"); in uhci_pci_attach() 348 sprintf(sc->sc_vendor, "VMware"); in uhci_pci_attach() 351 sprintf(sc->sc_vendor, "Zhaoxin"); in uhci_pci_attach() 358 sprintf(sc->sc_vendor, "(0x%04x)", pci_get_vendor(self)); in uhci_pci_attach()
|
H A D | generic_ehci.c | 109 strlcpy(sc->sc_vendor, "Generic", sizeof(sc->sc_vendor)); in generic_ehci_attach()
|
H A D | ehci_fsl.c | 322 strlcpy(sc->sc_vendor, "Freescale", sizeof(sc->sc_vendor)); in fsl_ehci_attach()
|
H A D | generic_ohci.c | 151 strlcpy(sc->ohci_sc.sc_vendor, "Generic", in generic_ohci_attach() 152 sizeof(sc->ohci_sc.sc_vendor)); in generic_ohci_attach()
|
H A D | ehci_imx.c | 448 strlcpy(esc->sc_vendor, "Freescale", sizeof(esc->sc_vendor)); in imx_ehci_attach()
|
H A D | generic_xhci.c | 110 sprintf(sc->sc_vendor, XHCI_HC_VENDOR); in generic_xhci_attach()
|
H A D | ehci_msm.c | 135 sprintf(sc->sc_vendor, "Qualcomm"); in ehci_msm_attach()
|
H A D | uhci.h | 241 char sc_vendor[16]; /* vendor string for root hub */ member
|
H A D | ohci.h | 254 char sc_vendor[16]; member
|
H A D | ehci_mv.c | 223 sprintf(sc->sc_vendor, "Marvell"); in mv_ehci_attach()
|
H A D | ehci.h | 356 char sc_vendor[16]; /* vendor string for root hub */ member
|
H A D | xhci.h | 569 char sc_vendor[16]; member
|
/freebsd/sys/arm/nvidia/ |
H A D | tegra_ehci.c | 270 strlcpy(esc->sc_vendor, "Nvidia", sizeof(esc->sc_vendor)); in tegra_ehci_attach()
|
H A D | tegra_xhci.c | 1052 strlcpy(xsc->sc_vendor, "Nvidia", sizeof(xsc->sc_vendor)); in tegra_xhci_attach()
|
/freebsd/sys/dev/atopcase/ |
H A D | atopcase_var.h | 80 uint8_t sc_vendor[80]; member
|
H A D | atopcase.c | 195 CPOFF(sc->sc_vendor, dev->vendor_len, dev->vendor_off); in atopcase_process_message() 200 printf(" Vendor: %s\n", sc->sc_vendor); in atopcase_process_message()
|
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_ehci.c | 346 strlcpy(sc->sc_vendor, "Freescale", sizeof(sc->sc_vendor)); in vybrid_ehci_attach()
|
/freebsd/sys/powerpc/ps3/ |
H A D | ohci_ps3.c | 123 sprintf(sc->sc_vendor, "Sony"); in ohci_ps3_attach()
|
H A D | ehci_ps3.c | 133 sprintf(sc->sc_vendor, "Sony"); in ehci_ps3_attach()
|
/freebsd/sys/arm/ti/usb/ |
H A D | omap_ehci.c | 313 sprintf(sc->sc_vendor, "Texas Instruments"); in omap_ehci_attach()
|
/freebsd/sys/arm/xilinx/ |
H A D | zy7_ehci.c | 270 strcpy(sc->sc_vendor, "Xilinx"); /* or IP vendor? */ in zy7_ehci_attach()
|
/freebsd/sys/dev/usb/controller/dwc3/ |
H A D | dwc3.c | 139 sprintf(sc->sc_vendor, "Synopsys"); in snps_dwc3_attach_xhci()
|