Home
last modified time | relevance | path

Searched refs:sc_vendor (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/sys/dev/usb/controller/
H A Dehci_pci.c376 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 Dohci_pci.c256 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 Dxhci_pci.c400 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 Duhci_pci.c339 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 Dgeneric_ehci.c109 strlcpy(sc->sc_vendor, "Generic", sizeof(sc->sc_vendor)); in generic_ehci_attach()
H A Dehci_fsl.c322 strlcpy(sc->sc_vendor, "Freescale", sizeof(sc->sc_vendor)); in fsl_ehci_attach()
H A Dgeneric_ohci.c151 strlcpy(sc->ohci_sc.sc_vendor, "Generic", in generic_ohci_attach()
152 sizeof(sc->ohci_sc.sc_vendor)); in generic_ohci_attach()
H A Dehci_imx.c448 strlcpy(esc->sc_vendor, "Freescale", sizeof(esc->sc_vendor)); in imx_ehci_attach()
H A Dgeneric_xhci.c110 sprintf(sc->sc_vendor, XHCI_HC_VENDOR); in generic_xhci_attach()
H A Dehci_msm.c135 sprintf(sc->sc_vendor, "Qualcomm"); in ehci_msm_attach()
H A Duhci.h241 char sc_vendor[16]; /* vendor string for root hub */ member
H A Dohci.h254 char sc_vendor[16]; member
H A Dehci_mv.c223 sprintf(sc->sc_vendor, "Marvell"); in mv_ehci_attach()
H A Dehci.h356 char sc_vendor[16]; /* vendor string for root hub */ member
H A Dxhci.h569 char sc_vendor[16]; member
/freebsd/sys/arm/nvidia/
H A Dtegra_ehci.c270 strlcpy(esc->sc_vendor, "Nvidia", sizeof(esc->sc_vendor)); in tegra_ehci_attach()
H A Dtegra_xhci.c1052 strlcpy(xsc->sc_vendor, "Nvidia", sizeof(xsc->sc_vendor)); in tegra_xhci_attach()
/freebsd/sys/dev/atopcase/
H A Datopcase_var.h80 uint8_t sc_vendor[80]; member
H A Datopcase.c195 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 Dvf_ehci.c346 strlcpy(sc->sc_vendor, "Freescale", sizeof(sc->sc_vendor)); in vybrid_ehci_attach()
/freebsd/sys/powerpc/ps3/
H A Dohci_ps3.c123 sprintf(sc->sc_vendor, "Sony"); in ohci_ps3_attach()
H A Dehci_ps3.c133 sprintf(sc->sc_vendor, "Sony"); in ehci_ps3_attach()
/freebsd/sys/arm/ti/usb/
H A Domap_ehci.c313 sprintf(sc->sc_vendor, "Texas Instruments"); in omap_ehci_attach()
/freebsd/sys/arm/xilinx/
H A Dzy7_ehci.c270 strcpy(sc->sc_vendor, "Xilinx"); /* or IP vendor? */ in zy7_ehci_attach()
/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.c139 sprintf(sc->sc_vendor, "Synopsys"); in snps_dwc3_attach_xhci()

12