Lines Matching defs:ipw_tty
46 struct ipw_tty {
59 static struct ipw_tty *ttys[IPWIRELESS_PCMCIA_MINORS];
74 static struct ipw_tty *get_tty(int index)
90 struct ipw_tty *tty = get_tty(linux_tty->index);
112 static void do_ipw_close(struct ipw_tty *tty)
131 struct ipw_tty *tty = linux_tty->driver_data;
153 void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data,
180 struct ipw_tty *tty = callback_data;
192 struct ipw_tty *tty = linux_tty->driver_data;
232 struct ipw_tty *tty = linux_tty->driver_data;
252 struct ipw_tty *tty = linux_tty->driver_data;
274 struct ipw_tty *tty = linux_tty->driver_data;
285 static int get_control_lines(struct ipw_tty *tty)
304 static int set_control_lines(struct ipw_tty *tty, unsigned int set,
354 struct ipw_tty *tty = linux_tty->driver_data;
370 struct ipw_tty *tty = linux_tty->driver_data;
385 struct ipw_tty *tty = linux_tty->driver_data;
440 ttys[j] = kzalloc(sizeof(struct ipw_tty), GFP_KERNEL);
468 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hardware,
512 void ipwireless_tty_free(struct ipw_tty *tty)
519 struct ipw_tty *ttyj = ttys[j];
601 int ipwireless_tty_is_modem(struct ipw_tty *tty)
607 ipwireless_tty_notify_control_line_change(struct ipw_tty *tty,