Lines Matching refs:ctrl_ul
249 struct ctrl_ul { struct
309 struct ctrl_ul { struct
321 struct ctrl_ul ctrl_ul; argument
653 memset(&dc->port[i].ctrl_ul, 0, sizeof(struct ctrl_ul)); in nozomi_read_config_table()
1013 dc->port[i].ctrl_ul.port = port2ctrl(i, dc); in send_flow_control()
1014 ctrl = (u16 *)&dc->port[i].ctrl_ul; in send_flow_control()
1481 struct ctrl_ul ctrl; in nozomi_card_exit()
1526 port->ctrl_ul.RTS = rts; in set_rts()
1537 port->ctrl_ul.DTR = dtr; in set_dtr()
1679 const struct ctrl_ul *ctrl_ul = &port->ctrl_ul; in ntty_tiocmget() local
1683 return (ctrl_ul->RTS ? TIOCM_RTS : 0) in ntty_tiocmget()
1684 | (ctrl_ul->DTR ? TIOCM_DTR : 0) in ntty_tiocmget()