Lines Matching refs:hardware
48 struct ipw_hardware *hardware; member
217 ret = ipwireless_send_packet(tty->hardware, IPW_CHANNEL_RAS, in ipw_write()
313 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 1); in set_control_lines()
317 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
324 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 1); in set_control_lines()
328 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines()
335 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 0); in set_control_lines()
337 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
344 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 0); in set_control_lines()
346 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines()
448 struct ipw_hardware *hardware, in add_tty() argument
456 ttys[j]->hardware = hardware; in add_tty()
480 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hardware, in ipwireless_tty_create() argument
498 if (add_tty(j, hardware, network, in ipwireless_tty_create()
504 if (add_tty(j, hardware, network, in ipwireless_tty_create()
510 if (add_tty(j, hardware, network, in ipwireless_tty_create()