Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/class/
Dcdc-acm.h98 unsigned char clocal; /* termios CLOCAL */ member
Dcdc-acm.c315 if (!acm->clocal && (acm->ctrlin & ~newctrl & USB_CDC_SERIAL_STATE_DCD)) { in acm_process_notification()
1096 acm->clocal = ((termios->c_cflag & CLOCAL) != 0); in acm_tty_set_termios()
/linux-6.12.1/drivers/staging/greybus/
Duart.c51 unsigned char clocal; member
499 gb_tty->clocal = ((termios->c_cflag & CLOCAL) != 0); in gb_tty_set_termios()