Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_device.h55 #define USB_UNCFG_FLAG_FREE_EP0 0x02 /* endpoint zero is freed */ macro
H A Dusb_device.c2327 usb_unconfigure(udev, USB_UNCFG_FLAG_FREE_EP0); in usb_free_device()
2838 (!(flag & USB_UNCFG_FLAG_FREE_EP0)) && in usb_fifo_free_wrap()