Home
last modified time | relevance | path

Searched refs:EHCI_HC_DEVSTR (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/mips/mediatek/
H A Dmtk_ehci.c68 #define EHCI_HC_DEVSTR "MTK USB 2.0 Controller" macro
84 device_set_desc(self, EHCI_HC_DEVSTR); in ehci_fdt_probe()
134 device_set_desc(sc->sc_bus.bdev, EHCI_HC_DEVSTR); in ehci_fdt_attach()
/freebsd-13.1/sys/dev/usb/controller/
H A Dehci_msm.c75 #define EHCI_HC_DEVSTR "Qualcomm USB 2.0 controller" macro
87 device_set_desc(dev, EHCI_HC_DEVSTR); in ehci_msm_probe()
136 device_set_desc(sc->sc_bus.bdev, EHCI_HC_DEVSTR); in ehci_msm_attach()
H A Dehci_mv.c84 #define EHCI_HC_DEVSTR "Marvell Integrated USB 2.0 controller" macro
141 device_set_desc(self, EHCI_HC_DEVSTR); in mv_ehci_probe()
224 device_set_desc(sc->sc_bus.bdev, EHCI_HC_DEVSTR); in mv_ehci_attach()
/freebsd-13.1/sys/dev/bhnd/cores/usb/
H A Dbhnd_ehci.c81 #define EHCI_HC_DEVSTR "Broadcom EHCI" macro
96 device_set_desc(self, EHCI_HC_DEVSTR); in bhnd_ehci_probe()
162 device_set_desc(sc->sc_bus.bdev, EHCI_HC_DEVSTR); in bhnd_ehci_attach()
/freebsd-13.1/sys/mips/atheros/
H A Dar71xx_ehci.c64 #define EHCI_HC_DEVSTR "AR71XX Integrated USB 2.0 controller" macro
96 device_set_desc(self, EHCI_HC_DEVSTR); in ar71xx_ehci_probe()
162 device_set_desc(sc->sc_bus.bdev, EHCI_HC_DEVSTR); in ar71xx_ehci_attach()
/freebsd-13.1/sys/mips/ingenic/
H A Djz4780_ehci.c67 #define EHCI_HC_DEVSTR "Ingenic JZ4780 EHCI" macro
164 device_set_desc(dev, EHCI_HC_DEVSTR); in jz4780_ehci_probe()
239 device_set_desc(sc->sc_bus.bdev, EHCI_HC_DEVSTR); in jz4780_ehci_attach()