Home
last modified time | relevance | path

Searched refs:ipw_tty (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/tty/ipwireless/
H A Dtty.c46 struct ipw_tty { struct
59 static struct ipw_tty *ttys[IPWIRELESS_PCMCIA_MINORS]; argument
74 static struct ipw_tty *get_tty(int index) in get_tty()
90 struct ipw_tty *tty = get_tty(linux_tty->index); in ipw_open()
112 static void do_ipw_close(struct ipw_tty *tty) in do_ipw_close()
131 struct ipw_tty *tty = linux_tty->driver_data; in ipw_hangup()
153 void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data, in ipwireless_tty_received()
180 struct ipw_tty *tty = callback_data; in ipw_write_packet_sent_callback()
192 struct ipw_tty *tty = linux_tty->driver_data; in ipw_write()
232 struct ipw_tty *tty = linux_tty->driver_data; in ipw_write_room()
[all …]
H A Dtty.h28 struct ipw_tty;
35 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hw,
37 void ipwireless_tty_free(struct ipw_tty *tty);
38 void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data,
40 int ipwireless_tty_is_modem(struct ipw_tty *tty);
41 void ipwireless_tty_notify_control_line_change(struct ipw_tty *tty,
H A Dmain.h42 struct ipw_tty;
57 struct ipw_tty *tty;
H A Dnetwork.h25 struct ipw_tty;
43 unsigned int channel_idx, struct ipw_tty *tty);
H A Dnetwork.c44 struct ipw_tty *associated_ttys[NO_OF_IPW_CHANNELS][MAX_ASSOCIATED_TTYS];
323 struct ipw_tty *tty = in ipwireless_network_notify_control_line_change()
373 struct ipw_tty *tty = network->associated_ttys[channel_idx][i]; in ipwireless_network_packet_received()
453 struct ipw_tty *tty) in ipwireless_associate_network_tty()