Home
last modified time | relevance | path

Searched refs:device_set_desc (Results 1 – 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c81 device_set_desc(self, desc); in ehci_pci_probe()
140 device_set_desc(sc->sc_bus.bdev, ehci_pci_match(self)); in ehci_pci_attach()
Dxhci_pci.c78 device_set_desc(self, desc); in xhci_pci_probe()
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c1009 device_set_desc(device_t dev, const char* desc) in device_set_desc() function
2396 device_set_desc(dev, NULL); in device_set_driver()
/third_party/FreeBSD/sys/sys/
Dbus.h327 void device_set_desc(device_t dev, const char* desc);