Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dusb_serial.h183 #define UCOM_FLAG_FREE_UNIT 0x0200 /* set if we must free the unit */ macro
H A Dusb_serial.c296 UCOM_FLAG_FREE_UNIT | (ssc->sc_flag & UCOM_FLAG_DEVICE_MODE); in ucom_attach()
1710 if (!(ssc->sc_flag & UCOM_FLAG_FREE_UNIT)) in ucom_free_unit()
1715 ssc->sc_flag &= ~UCOM_FLAG_FREE_UNIT; in ucom_free_unit()