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

/freebsd-11.0-release/sys/dev/usb/serial/
H A Dusb_serial.h181 #define UCOM_FLAG_FREE_UNIT 0x0200 /* set if we must free the unit */ macro
H A Dusb_serial.c288 UCOM_FLAG_FREE_UNIT;
1645 if (!(ssc->sc_flag & UCOM_FLAG_FREE_UNIT))
1650 ssc->sc_flag &= ~UCOM_FLAG_FREE_UNIT;

Completed in 50 milliseconds