Lines Matching defs:ipw_tty
46 struct ipw_tty {
60 static struct ipw_tty *ttys[IPWIRELESS_PCMCIA_MINORS];
75 static struct ipw_tty *get_tty(int index)
91 struct ipw_tty *tty = get_tty(linux_tty->index);
114 static void do_ipw_close(struct ipw_tty *tty)
133 struct ipw_tty *tty = linux_tty->driver_data;
155 void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data,
182 struct ipw_tty *tty = callback_data;
194 struct ipw_tty *tty = linux_tty->driver_data;
234 struct ipw_tty *tty = linux_tty->driver_data;
254 struct ipw_tty *tty = linux_tty->driver_data;
276 struct ipw_tty *tty = linux_tty->driver_data;
287 static int get_control_lines(struct ipw_tty *tty)
306 static int set_control_lines(struct ipw_tty *tty, unsigned int set,
356 struct ipw_tty *tty = linux_tty->driver_data;
372 struct ipw_tty *tty = linux_tty->driver_data;
387 struct ipw_tty *tty = linux_tty->driver_data;
442 ttys[j] = kzalloc(sizeof(struct ipw_tty), GFP_KERNEL);
470 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hardware,
514 void ipwireless_tty_free(struct ipw_tty *tty)
521 struct ipw_tty *ttyj = ttys[j];
609 int ipwireless_tty_is_modem(struct ipw_tty *tty)
615 ipwireless_tty_notify_control_line_change(struct ipw_tty *tty,