Searched refs:ipw_tty (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ipwireless/ |
H A D | tty.h | 28 struct ipw_tty; 35 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hw, 37 void ipwireless_tty_free(struct ipw_tty *tty); 38 void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data, 40 int ipwireless_tty_is_modem(struct ipw_tty *tty); 41 void ipwireless_tty_notify_control_line_change(struct ipw_tty *tty,
|
H A D | tty.c | 46 struct ipw_tty { struct 60 static struct ipw_tty *ttys[IPWIRELESS_PCMCIA_MINORS]; 75 static struct ipw_tty *get_tty(int index) in get_tty() 91 struct ipw_tty *tty = get_tty(linux_tty->index); in ipw_open() 114 static void do_ipw_close(struct ipw_tty *tty) in do_ipw_close() 133 struct ipw_tty *tty = linux_tty->driver_data; in ipw_hangup() 155 void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data, in ipwireless_tty_received() 182 struct ipw_tty *tty = callback_data; in ipw_write_packet_sent_callback() 194 struct ipw_tty *tty = linux_tty->driver_data; in ipw_write() 234 struct ipw_tty *tt in ipw_write_room() [all...] |
H A D | main.h | 42 struct ipw_tty; 60 struct ipw_tty *tty;
|
H A D | network.h | 25 struct ipw_tty; 43 unsigned int channel_idx, struct ipw_tty *tty);
|
H A D | network.c | 44 struct ipw_tty *associated_ttys[NO_OF_IPW_CHANNELS][MAX_ASSOCIATED_TTYS]; 323 struct ipw_tty *tty = in ipwireless_network_notify_control_line_change() 373 struct ipw_tty *tty = network->associated_ttys[channel_idx][i]; in ipwireless_network_packet_received() 453 struct ipw_tty *tty) in ipwireless_associate_network_tty()
|
/kernel/linux/linux-6.6/drivers/tty/ipwireless/ |
H A D | tty.h | 28 struct ipw_tty; 35 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hw, 37 void ipwireless_tty_free(struct ipw_tty *tty); 38 void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data, 40 int ipwireless_tty_is_modem(struct ipw_tty *tty); 41 void ipwireless_tty_notify_control_line_change(struct ipw_tty *tty,
|
H A D | tty.c | 46 struct ipw_tty { struct 59 static struct ipw_tty *ttys[IPWIRELESS_PCMCIA_MINORS]; 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() 112 static void do_ipw_close(struct ipw_tty *tty) in do_ipw_close() 131 struct ipw_tty *tty = linux_tty->driver_data; in ipw_hangup() 153 void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data, in ipwireless_tty_received() 180 struct ipw_tty *tty = callback_data; in ipw_write_packet_sent_callback() 192 struct ipw_tty *tty = linux_tty->driver_data; in ipw_write() 232 struct ipw_tty *tt in ipw_write_room() [all...] |
H A D | main.h | 42 struct ipw_tty; 60 struct ipw_tty *tty;
|
H A D | network.h | 25 struct ipw_tty; 43 unsigned int channel_idx, struct ipw_tty *tty);
|
H A D | network.c | 44 struct ipw_tty *associated_ttys[NO_OF_IPW_CHANNELS][MAX_ASSOCIATED_TTYS]; 323 struct ipw_tty *tty = in ipwireless_network_notify_control_line_change() 373 struct ipw_tty *tty = network->associated_ttys[channel_idx][i]; in ipwireless_network_packet_received() 453 struct ipw_tty *tty) in ipwireless_associate_network_tty()
|
Completed in 4 milliseconds