Home
last modified time | relevance | path

Searched refs:usbd_per_order_probe (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/implementation/
Dusb_btree.h61 struct usbd_bt_node *usbd_per_order_probe(usbd_bt_tree tree, char *devname, uint8_t *port_num);
Dusb_btree.c213 usbd_per_order_probe(usbd_bt_tree tree, char *devname, uint8_t *port_num) in usbd_per_order_probe() function
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c3602 node = usbd_per_order_probe(hub_tree, "umass", &medium); in umass_medium_probe()