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

/freebsd-13-stable/sys/dev/usb/
H A Dusb_device.h56 #define USB_UNCFG_FLAG_FREE_EP0 0x02 /* endpoint zero is freed */ macro
H A Dusb_device.c2308 usb_unconfigure(udev, USB_UNCFG_FLAG_FREE_EP0);
2780 * Description of "flag" argument: If the USB_UNCFG_FLAG_FREE_EP0 flag
2782 * all FIFOs. If the USB_UNCFG_FLAG_FREE_EP0 flag is not set and
2819 (!(flag & USB_UNCFG_FLAG_FREE_EP0)) &&

Completed in 163 milliseconds