Home
last modified time | relevance | path

Searched refs:crtscts (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/mctp/files/
H A Dmctp-local.service9 ExecStartPre=stty -F /dev/ttyAMA1 115200 litout -crtscts -ixon -echo raw
/openbmc/linux/drivers/usb/serial/
H A Dcp210x.c296 bool crtscts;
1146 bool crtscts; in cp210x_set_flow_control()
1216 crtscts = true; in cp210x_set_flow_control()
1223 crtscts = false; in cp210x_set_flow_control()
1251 port_priv->crtscts = crtscts; in cp210x_set_flow_control()
1373 if (port_priv->crtscts && control & CONTROL_WRITE_RTS) { in cp210x_tiocmset_port()
295 bool crtscts; global() member
1145 bool crtscts; cp210x_set_flow_control() local