Home
last modified time | relevance | path

Searched refs:bus_get_device (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/implementation/
Dusb_init.c105 bus_get_device(device_t dev, const char *name);
206 udc = bus_get_device(nexus, "hiudc3"); in composite_add()
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c1446 bus_get_device(device_t dev, const char *name) in bus_get_device() function