Home
last modified time | relevance | path

Searched refs:sc_flag (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c294 ssc->sc_flag = UCOM_FLAG_ATTACHED | in ucom_attach()
295 UCOM_FLAG_FREE_UNIT | (ssc->sc_flag & UCOM_FLAG_DEVICE_MODE); in ucom_attach()
298 ssc->sc_flag |= UCOM_FLAG_WAIT_REFS; in ucom_attach()
319 sc[subunit].sc_flag |= UCOM_FLAG_ATTACHED; in ucom_attach()
337 if (!(ssc->sc_flag & UCOM_FLAG_ATTACHED)) in ucom_detach()
353 if (sc[subunit].sc_flag & UCOM_FLAG_ATTACHED) { in ucom_detach()
357 sc[subunit].sc_flag &= ~UCOM_FLAG_ATTACHED; in ucom_detach()
364 if (ssc->sc_flag & UCOM_FLAG_WAIT_REFS) in ucom_detach()
368 ssc->sc_flag &= ~UCOM_FLAG_ATTACHED; in ucom_detach()
467 sc->sc_flag |= UCOM_FLAG_CONSOLE; in ucom_attach_tty()
[all …]
H A Dusb_serial.h136 int sc_flag; /* see UCOM_FLAG_XXX */ member
174 uint16_t sc_flag; member
231 sc->sc_flag |= UCOM_FLAG_LSRTXIDLE; in ucom_use_lsr_txbits()
H A Duvisor.c179 uint16_t sc_flag; member
329 sc->sc_flag = USB_GET_DRIVER_INFO(uaa); in uvisor_attach()
407 if (sc->sc_flag & UVISOR_FLAG_VISOR) { in uvisor_init()
423 if (sc->sc_flag & UVISOR_FLAG_VISOR) { in uvisor_init()
457 if (sc->sc_flag & UVISOR_FLAG_PALM4) { in uvisor_init()
500 if (sc->sc_flag & UVISOR_FLAG_PALM35) { in uvisor_init()
H A Dumodem.c635 if ((sc->sc_super_ucom.sc_flag & UCOM_FLAG_DEVICE_MODE) == 0) { in umodem_cfg_open()