Searched refs:secondary_channel_idx (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/ipwireless/
H A Dtty.c50 unsigned int secondary_channel_idx; member in struct:ipw_tty
316 if (tty->secondary_channel_idx != -1) { set_control_lines()
318 tty->secondary_channel_idx, 1); set_control_lines()
327 if (tty->secondary_channel_idx != -1) { set_control_lines()
329 tty->secondary_channel_idx, 1); set_control_lines()
336 if (tty->secondary_channel_idx != -1) { set_control_lines()
338 tty->secondary_channel_idx, 0); set_control_lines()
345 if (tty->secondary_channel_idx != -1) { set_control_lines()
347 tty->secondary_channel_idx, 0); set_control_lines()
450 int secondary_channel_idx, int tty_type) add_tty()
458 ttys[j]->secondary_channel_idx = secondary_channel_idx; add_tty()
467 if (secondary_channel_idx != -1) add_tty()
469 secondary_channel_idx, add_tty()
447 add_tty(int j, struct ipw_hardware *hardware, struct ipw_network *network, int channel_idx, int secondary_channel_idx, int tty_type) add_tty() argument

Completed in 84 milliseconds