Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/
H A Dusb_dev.h99 LIST_ENTRY(usb_fs_privdata) pd_next;
H A Dusb_device.c2193 LIST_INSERT_HEAD(&bus->pd_cleanup_list, pd, pd_next); in usb_destroy_dev()
2257 LIST_INSERT_HEAD(&udev->pd_list, pd, pd_next); in usb_cdev_create()
2271 LIST_REMOVE(pd, pd_next); in usb_cdev_free()
/freebsd-14.2/sys/dev/usb/controller/
H A Dusb_controller.c657 LIST_REMOVE(pd, pd_next); in usb_bus_cleanup()