Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/ipwireless/
Dtty.h27 struct ipw_tty;
34 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hw,
36 void ipwireless_tty_free(struct ipw_tty *tty);
37 void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data,
39 int ipwireless_tty_is_modem(struct ipw_tty *tty);
40 void ipwireless_tty_notify_control_line_change(struct ipw_tty *tty,
Dtty.c45 struct ipw_tty { struct
59 static struct ipw_tty *ttys[IPWIRELESS_PCMCIA_MINORS]; argument
74 static struct ipw_tty *get_tty(int index) in get_tty()
90 struct ipw_tty *tty = get_tty(linux_tty->index); in ipw_open()
113 static void do_ipw_close(struct ipw_tty *tty) in do_ipw_close()
132 struct ipw_tty *tty = linux_tty->driver_data; in ipw_hangup()
154 void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data, in ipwireless_tty_received()
181 struct ipw_tty *tty = callback_data; in ipw_write_packet_sent_callback()
193 struct ipw_tty *tty = linux_tty->driver_data; in ipw_write()
233 struct ipw_tty *tty = linux_tty->driver_data; in ipw_write_room()
[all …]
Dmain.h41 struct ipw_tty;
59 struct ipw_tty *tty;
Dnetwork.h24 struct ipw_tty;
42 unsigned int channel_idx, struct ipw_tty *tty);
Dnetwork.c43 struct ipw_tty *associated_ttys[NO_OF_IPW_CHANNELS][MAX_ASSOCIATED_TTYS];
322 struct ipw_tty *tty = in ipwireless_network_notify_control_line_change()
372 struct ipw_tty *tty = network->associated_ttys[channel_idx][i]; in ipwireless_network_packet_received()
452 struct ipw_tty *tty) in ipwireless_associate_network_tty()