Searched refs:UCOM_FLAG_FREE_UNIT (Results 1 – 2 of 2) sorted by relevance
183 #define UCOM_FLAG_FREE_UNIT 0x0200 /* set if we must free the unit */ macro
296 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()