Searched refs:ctrl_ul (Results 1 – 1 of 1) sorted by relevance
229 struct ctrl_ul { struct289 struct ctrl_ul { struct301 struct ctrl_ul ctrl_ul; argument624 memset(&dc->port[i].ctrl_ul, 0, sizeof(struct ctrl_ul)); in nozomi_read_config_table()981 ctrl = (u16 *)&dc->port[i].ctrl_ul; in send_flow_control()1444 struct ctrl_ul ctrl; in nozomi_card_exit()1489 port->ctrl_ul.RTS = rts; in set_rts()1500 port->ctrl_ul.DTR = dtr; in set_dtr()1640 const struct ctrl_ul *ctrl_ul = &port->ctrl_ul; in ntty_tiocmget() local1644 return (ctrl_ul->RTS ? TIOCM_RTS : 0) in ntty_tiocmget()[all …]