Home | Sort by: relevance | last modified time | path |
/src/sys/dev/usb/ | |
umodemvar.h | 48 usb_cdc_line_state_t sc_line_state; /* current line state */ member in struct:umodem_softc |
umct.c | 91 usb_cdc_line_state_t sc_line_state; /* current line state */ member in struct:umct_softc |
uplcom.c | 144 usb_cdc_line_state_t sc_line_state; /* current line state */ member in struct:uplcom_softc 765 if (memcmp(state, &sc->sc_line_state, UCDC_LINE_STATE_LENGTH) == 0) { 782 sc->sc_line_state = *state; |