Searched refs:EHCI_HC_DEVSTR (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/mips/mediatek/ |
| H A D | mtk_ehci.c | 68 #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 D | ehci_msm.c | 75 #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 D | ehci_mv.c | 84 #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 D | bhnd_ehci.c | 81 #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 D | ar71xx_ehci.c | 64 #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 D | jz4780_ehci.c | 67 #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()
|