ipw_tty            42 drivers/tty/ipwireless/main.h struct ipw_tty;
ipw_tty            60 drivers/tty/ipwireless/main.h 	struct ipw_tty *tty;
ipw_tty            44 drivers/tty/ipwireless/network.c 	struct ipw_tty *associated_ttys[NO_OF_IPW_CHANNELS][MAX_ASSOCIATED_TTYS];
ipw_tty           323 drivers/tty/ipwireless/network.c 		struct ipw_tty *tty =
ipw_tty           373 drivers/tty/ipwireless/network.c 		struct ipw_tty *tty = network->associated_ttys[channel_idx][i];
ipw_tty           453 drivers/tty/ipwireless/network.c 				      struct ipw_tty *tty)
ipw_tty            25 drivers/tty/ipwireless/network.h struct ipw_tty;
ipw_tty            43 drivers/tty/ipwireless/network.h 		unsigned int channel_idx, struct ipw_tty *tty);
ipw_tty            60 drivers/tty/ipwireless/tty.c static struct ipw_tty *ttys[IPWIRELESS_PCMCIA_MINORS];
ipw_tty            75 drivers/tty/ipwireless/tty.c static struct ipw_tty *get_tty(int index)
ipw_tty            91 drivers/tty/ipwireless/tty.c 	struct ipw_tty *tty = get_tty(linux_tty->index);
ipw_tty           114 drivers/tty/ipwireless/tty.c static void do_ipw_close(struct ipw_tty *tty)
ipw_tty           133 drivers/tty/ipwireless/tty.c 	struct ipw_tty *tty = linux_tty->driver_data;
ipw_tty           155 drivers/tty/ipwireless/tty.c void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data,
ipw_tty           182 drivers/tty/ipwireless/tty.c 	struct ipw_tty *tty = callback_data;
ipw_tty           194 drivers/tty/ipwireless/tty.c 	struct ipw_tty *tty = linux_tty->driver_data;
ipw_tty           234 drivers/tty/ipwireless/tty.c 	struct ipw_tty *tty = linux_tty->driver_data;
ipw_tty           254 drivers/tty/ipwireless/tty.c 	struct ipw_tty *tty = linux_tty->driver_data;
ipw_tty           276 drivers/tty/ipwireless/tty.c 	struct ipw_tty *tty = linux_tty->driver_data;
ipw_tty           287 drivers/tty/ipwireless/tty.c static int get_control_lines(struct ipw_tty *tty)
ipw_tty           306 drivers/tty/ipwireless/tty.c static int set_control_lines(struct ipw_tty *tty, unsigned int set,
ipw_tty           356 drivers/tty/ipwireless/tty.c 	struct ipw_tty *tty = linux_tty->driver_data;
ipw_tty           372 drivers/tty/ipwireless/tty.c 	struct ipw_tty *tty = linux_tty->driver_data;
ipw_tty           387 drivers/tty/ipwireless/tty.c 	struct ipw_tty *tty = linux_tty->driver_data;
ipw_tty           442 drivers/tty/ipwireless/tty.c 	ttys[j] = kzalloc(sizeof(struct ipw_tty), GFP_KERNEL);
ipw_tty           470 drivers/tty/ipwireless/tty.c struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hardware,
ipw_tty           514 drivers/tty/ipwireless/tty.c void ipwireless_tty_free(struct ipw_tty *tty)
ipw_tty           521 drivers/tty/ipwireless/tty.c 		struct ipw_tty *ttyj = ttys[j];
ipw_tty           609 drivers/tty/ipwireless/tty.c int ipwireless_tty_is_modem(struct ipw_tty *tty)
ipw_tty           615 drivers/tty/ipwireless/tty.c ipwireless_tty_notify_control_line_change(struct ipw_tty *tty,
ipw_tty            28 drivers/tty/ipwireless/tty.h struct ipw_tty;
ipw_tty            35 drivers/tty/ipwireless/tty.h struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hw,
ipw_tty            37 drivers/tty/ipwireless/tty.h void ipwireless_tty_free(struct ipw_tty *tty);
ipw_tty            38 drivers/tty/ipwireless/tty.h void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data,
ipw_tty            40 drivers/tty/ipwireless/tty.h int ipwireless_tty_is_modem(struct ipw_tty *tty);
ipw_tty            41 drivers/tty/ipwireless/tty.h void ipwireless_tty_notify_control_line_change(struct ipw_tty *tty,