Lines Matching refs:hardware
49 struct ipw_hardware *hardware; member
218 ret = ipwireless_send_packet(tty->hardware, IPW_CHANNEL_RAS, in ipw_write()
305 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 1); in set_control_lines()
309 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
316 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 1); in set_control_lines()
320 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines()
327 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 0); in set_control_lines()
329 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
336 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 0); in set_control_lines()
338 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines()
440 struct ipw_hardware *hardware, in add_tty() argument
448 ttys[j]->hardware = hardware; in add_tty()
472 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hardware, in ipwireless_tty_create() argument
490 if (add_tty(j, hardware, network, in ipwireless_tty_create()
496 if (add_tty(j, hardware, network, in ipwireless_tty_create()
502 if (add_tty(j, hardware, network, in ipwireless_tty_create()