Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/implementation/
Dusb_btree.h59 int usbd_remove_bt_node(usbd_bt_tree tree, struct node_info *p_info, struct node_info *rm_info);
Dusb_btree.c254 usbd_remove_bt_node(usbd_bt_tree tree, struct node_info *p_info, struct node_info *rm_info) in usbd_remove_bt_node() function
/third_party/FreeBSD/sys/dev/usb/
Dusb_hub.c1638 (void)usbd_remove_bt_node(hub_tree, &parent_info, &cur_info); in uhub_detach()
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c3379 (void)usbd_remove_bt_node(hub_tree, &parent_info, &cur_info); in umass_detach_dev_sub()