Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c203 ssc->sc_flag = UCOM_FLAG_ATTACHED | in ucom_attach()
207 ssc->sc_flag |= UCOM_FLAG_WAIT_REFS; in ucom_attach()
228 sc[subunit].sc_flag = UCOM_FLAG_ATTACHED; in ucom_attach()
247 if (!(ssc->sc_flag & UCOM_FLAG_ATTACHED)) in ucom_detach()
252 if (sc[subunit].sc_flag & UCOM_FLAG_ATTACHED) { in ucom_detach()
256 sc[subunit].sc_flag &= ~UCOM_FLAG_ATTACHED; in ucom_detach()
273 if (ssc->sc_flag & UCOM_FLAG_WAIT_REFS) in ucom_detach()
277 ssc->sc_flag &= ~UCOM_FLAG_ATTACHED; in ucom_detach()
339 sc->sc_flag |= UCOM_FLAG_GONE; in ucom_detach_tty()
340 sc->sc_flag in ucom_detach_tty()
[all...]
H A Dusb_serial.h145 int sc_flag; /* see UCOM_FLAG_XXX */ member
181 uint16_t sc_flag; member

Completed in 2 milliseconds