Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/class/
Dcdc-acm.h118 unsigned char clocal; /* termios CLOCAL */ member
Dcdc-acm.c314 if (!acm->clocal && (acm->ctrlin & ~newctrl & ACM_CTRL_DCD)) { in acm_process_notification()
1067 acm->clocal = ((termios->c_cflag & CLOCAL) != 0); in acm_tty_set_termios()
/linux-5.19.10/drivers/staging/greybus/
Duart.c51 unsigned char clocal; member
500 gb_tty->clocal = ((termios->c_cflag & CLOCAL) != 0); in gb_tty_set_termios()