Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.h196 #define UCOM_FLAG_WAIT_REFS 0x0100 /* set if we must wait for refs */ macro
H A Dusb_serial.c332 ssc->sc_flag |= UCOM_FLAG_WAIT_REFS; in ucom_attach()
409 if (ssc->sc_flag & UCOM_FLAG_WAIT_REFS) in ucom_detach()