Home
last modified time | relevance | path

Searched refs:clocal (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/class/
Dcdc-acm.h121 unsigned char clocal; /* termios CLOCAL */ member
Dcdc-acm.c300 if (!acm->clocal && (acm->ctrlin & ~newctrl & ACM_CTRL_DCD)) { in acm_process_notification()
1051 acm->clocal = ((termios->c_cflag & CLOCAL) != 0); in acm_tty_set_termios()
/Linux-v4.19/drivers/staging/greybus/
Duart.c59 unsigned char clocal; member
525 gb_tty->clocal = ((termios->c_cflag & CLOCAL) != 0); in gb_tty_set_termios()