Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/usbdev/gadget/
Dusbd_audio.c62 dev = devclass_get_device(dc, 0); in get_uac()
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c706 devclass_get_device(devclass_t dc, int unit) in devclass_get_device() function
728 dev = devclass_get_device(dc, unit); in devclass_get_softc()
/third_party/FreeBSD/sys/sys/
Dbus.h353 device_t devclass_get_device(devclass_t dc, int unit);
/third_party/FreeBSD/sys/dev/usb/
Dusb_hub.c1564 device = devclass_get_device(devclass_find("usbus"), 0); in uhub_attach()
2429 dev = devclass_get_device(dc, max); in usb_needs_explore_all()