Home
last modified time | relevance | path

Searched refs:clocal (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/class/
H A Dcdc-acm.h126 unsigned char clocal; /* termios CLOCAL */ member
H A Dcdc-acm.c314 if (!acm->clocal && (acm->ctrlin & ~newctrl & ACM_CTRL_DCD)) { in acm_process_notification()
1087 acm->clocal = ((termios->c_cflag & CLOCAL) != 0); in acm_tty_set_termios()
/kernel/linux/linux-6.6/drivers/usb/class/
H A Dcdc-acm.h98 unsigned char clocal; /* termios CLOCAL */ member
H A Dcdc-acm.c315 if (!acm->clocal && (acm->ctrlin & ~newctrl & USB_CDC_SERIAL_STATE_DCD)) { in acm_process_notification()
1094 acm->clocal = ((termios->c_cflag & CLOCAL) != 0); in acm_tty_set_termios()
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Duart.c51 unsigned char clocal; member
514 gb_tty->clocal = ((termios->c_cflag & CLOCAL) != 0); in gb_tty_set_termios()
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Duart.c51 unsigned char clocal; member
499 gb_tty->clocal = ((termios->c_cflag & CLOCAL) != 0); in gb_tty_set_termios()

Completed in 8 milliseconds