Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_device.h49 #define USB_UNCFG_FLAG_FREE_EP0 0x02 /* endpoint zero is freed */ macro
Dusb_device.c2053 usb_unconfigure(udev, USB_UNCFG_FLAG_FREE_EP0); in usb_free_device()
2557 (!(flag & USB_UNCFG_FLAG_FREE_EP0)) && in usb_fifo_free_wrap()