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

/drivers/tty/ipwireless/
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 index)
109 struct ipw_tty *tty = get_tty(linux_tty->index);
137 static void do_ipw_close(struct ipw_tty *tty)
156 struct ipw_tty *tty = linux_tty->driver_data;
178 void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data,
214 struct ipw_tty *tt
[all...]

Completed in 167 milliseconds