Lines Matching refs:hardware
49 struct ipw_hardware *hardware; member
218 ret = ipwireless_send_packet(tty->hardware, IPW_CHANNEL_RAS, in ipw_write()
312 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 1); in set_control_lines()
316 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
323 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 1); in set_control_lines()
327 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines()
334 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 0); in set_control_lines()
336 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
343 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 0); in set_control_lines()
345 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines()
438 struct ipw_hardware *hardware, in add_tty() argument
446 ttys[j]->hardware = hardware; in add_tty()
470 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hardware, in ipwireless_tty_create() argument
488 if (add_tty(j, hardware, network, in ipwireless_tty_create()
494 if (add_tty(j, hardware, network, in ipwireless_tty_create()
500 if (add_tty(j, hardware, network, in ipwireless_tty_create()