Lines Matching refs:hardware
49 struct ipw_hardware *hardware; member
216 ret = ipwireless_send_packet(tty->hardware, IPW_CHANNEL_RAS, in ipw_write()
310 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 1); in set_control_lines()
314 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
321 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 1); in set_control_lines()
325 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines()
332 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 0); in set_control_lines()
334 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
341 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 0); in set_control_lines()
343 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines()
436 struct ipw_hardware *hardware, in add_tty() argument
444 ttys[j]->hardware = hardware; in add_tty()
468 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hardware, in ipwireless_tty_create() argument
486 if (add_tty(j, hardware, network, in ipwireless_tty_create()
492 if (add_tty(j, hardware, network, in ipwireless_tty_create()
498 if (add_tty(j, hardware, network, in ipwireless_tty_create()