Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/ipwireless/
Dnetwork.c43 struct ipw_tty *associated_ttys[NO_OF_IPW_CHANNELS][MAX_ASSOCIATED_TTYS]; member
323 network->associated_ttys[channel_idx][i]; in ipwireless_network_notify_control_line_change()
372 struct ipw_tty *tty = network->associated_ttys[channel_idx][i]; in ipwireless_network_packet_received()
457 if (network->associated_ttys[channel_idx][i] == NULL) { in ipwireless_associate_network_tty()
458 network->associated_ttys[channel_idx][i] = tty; in ipwireless_associate_network_tty()
469 network->associated_ttys[channel_idx][i] = NULL; in ipwireless_disassociate_network_ttys()