Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/ipwireless/
H A Dnetwork.c44 struct ipw_tty *associated_ttys[NO_OF_IPW_CHANNELS][MAX_ASSOCIATED_TTYS]; member
324 network->associated_ttys[channel_idx][i]; in ipwireless_network_notify_control_line_change()
373 struct ipw_tty *tty = network->associated_ttys[channel_idx][i]; in ipwireless_network_packet_received()
458 if (network->associated_ttys[channel_idx][i] == NULL) { in ipwireless_associate_network_tty()
459 network->associated_ttys[channel_idx][i] = tty; in ipwireless_associate_network_tty()
470 network->associated_ttys[channel_idx][i] = NULL; in ipwireless_disassociate_network_ttys()