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

/freebsd-11.0-release/sys/dev/usb/serial/
H A Dusb_serial.h182 #define UCOM_FLAG_INWAKEUP 0x0400 /* set if we are in the tsw_inwakeup callback */ macro
H A Dusb_serial.c804 (sc->sc_flag & UCOM_FLAG_INWAKEUP) != 0) {
809 sc->sc_flag |= UCOM_FLAG_INWAKEUP;
832 sc->sc_flag &= ~UCOM_FLAG_INWAKEUP;

Completed in 128 milliseconds