Searched refs:ctrlin (Results 1 – 2 of 2) sorted by relevance
90 unsigned int ctrlin; /* input control lines (DCD, DSR, RI, break, overruns) */ member
315 if (!acm->clocal && (acm->ctrlin & ~newctrl & USB_CDC_SERIAL_STATE_DCD)) { in acm_process_notification()321 difference = acm->ctrlin ^ newctrl; in acm_process_notification()333 acm->ctrlin = newctrl; in acm_process_notification()959 (acm->ctrlin & USB_CDC_SERIAL_STATE_DSR ? TIOCM_DSR : 0) | in acm_tty_tiocmget()960 (acm->ctrlin & USB_CDC_SERIAL_STATE_RING_SIGNAL ? TIOCM_RI : 0) | in acm_tty_tiocmget()961 (acm->ctrlin & USB_CDC_SERIAL_STATE_DCD ? TIOCM_CD : 0) | in acm_tty_tiocmget()