Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_controller.h127 void (*endpoint_uninit) (struct usb_device *, struct usb_endpoint *); member
H A Dusb_device.c878 udev->bus->methods->endpoint_uninit != NULL) in usb_config_parse()
879 udev->bus->methods->endpoint_uninit(udev, ep); in usb_config_parse()