Home
last modified time | relevance | path

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

/trueos/sys/dev/usb/serial/
HDusb_serial.h180 #define UCOM_FLAG_WAIT_REFS 0x0100 /* set if we must wait for refs */ macro
HDusb_serial.c291 ssc->sc_flag |= UCOM_FLAG_WAIT_REFS; in ucom_attach()
358 if (ssc->sc_flag & UCOM_FLAG_WAIT_REFS) in ucom_detach()