Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch6 + modify reset command to avoid altering clocal if the terminal uses a
337 + /* leave clocal alone if this appears to use a modem */
/openbmc/linux/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()