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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
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;
64 struct ipw_tty *tty;
H A Dnetwork.h24 struct ipw_tty;
42 unsigned int channel_idx, struct ipw_tty *tty);
H A Dtty.c46 struct ipw_tty { struct
61 static struct ipw_tty *ttys[IPWIRELESS_PCMCIA_MINORS];
76 static void report_registering(struct ipw_tty *tty)
84 static void report_deregistering(struct ipw_tty *tty)
93 static struct ipw_tty *get_tty(int minor)
119 struct ipw_tty *tty = get_tty(minor);
147 static void do_ipw_close(struct ipw_tty *tty)
166 struct ipw_tty *tty = linux_tty->driver_data;
188 void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data,
224 struct ipw_tty *tt
[all...]
H A Dnetwork.c43 struct ipw_tty *associated_ttys[NO_OF_IPW_CHANNELS][MAX_ASSOCIATED_TTYS];
317 struct ipw_tty *tty =
365 struct ipw_tty *tty = network->associated_ttys[channel_idx][i];
443 struct ipw_tty *tty)

Completed in 58 milliseconds