Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/ipwireless/
Dtty.h27 struct ipw_tty;
34 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hw,
36 void ipwireless_tty_free(struct ipw_tty *tty);
37 void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data,
39 int ipwireless_tty_is_modem(struct ipw_tty *tty);
40 void ipwireless_tty_notify_control_line_change(struct ipw_tty *tty,
Dtty.c46 struct ipw_tty { struct
61 static struct ipw_tty *ttys[IPWIRELESS_PCMCIA_MINORS]; argument
76 static void report_registering(struct ipw_tty *tty) in report_registering()
84 static void report_deregistering(struct ipw_tty *tty) in report_deregistering()
93 static struct ipw_tty *get_tty(int minor) in get_tty()
119 struct ipw_tty *tty = get_tty(minor); in ipw_open()
147 static void do_ipw_close(struct ipw_tty *tty) in do_ipw_close()
166 struct ipw_tty *tty = linux_tty->driver_data; in ipw_hangup()
188 void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data, in ipwireless_tty_received()
224 struct ipw_tty *tty = callback_data; in ipw_write_packet_sent_callback()
[all …]
Dmain.h41 struct ipw_tty;
59 struct ipw_tty *tty;
Dnetwork.h24 struct ipw_tty;
42 unsigned int channel_idx, struct ipw_tty *tty);
Dnetwork.c43 struct ipw_tty *associated_ttys[NO_OF_IPW_CHANNELS][MAX_ASSOCIATED_TTYS];
317 struct ipw_tty *tty = in ipwireless_network_notify_control_line_change()
365 struct ipw_tty *tty = network->associated_ttys[channel_idx][i]; in ipwireless_network_packet_received()
444 struct ipw_tty *tty) in ipwireless_associate_network_tty()