Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.h191 #define UCOM_FLAG_FREE_UNIT 0x0200 /* set if we must free the unit */ macro
H A Dusb_serial.c204 UCOM_FLAG_FREE_UNIT; in ucom_attach()
988 if (!(ssc->sc_flag & UCOM_FLAG_FREE_UNIT)) in ucom_free_unit()
993 ssc->sc_flag &= ~UCOM_FLAG_FREE_UNIT; in ucom_free_unit()

Completed in 3 milliseconds