Searched refs:secondary_channel_idx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ipwireless/ |
H A D | tty.c | 51 unsigned int secondary_channel_idx; member 315 if (tty->secondary_channel_idx != -1) { in set_control_lines() 317 tty->secondary_channel_idx, 1); in set_control_lines() 326 if (tty->secondary_channel_idx != -1) { in set_control_lines() 328 tty->secondary_channel_idx, 1); in set_control_lines() 335 if (tty->secondary_channel_idx != -1) { in set_control_lines() 337 tty->secondary_channel_idx, 0); in set_control_lines() 344 if (tty->secondary_channel_idx != -1) { in set_control_lines() 346 tty->secondary_channel_idx, 0); in set_control_lines() 440 int secondary_channel_idx, in in add_tty() 437 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 [all...] |
/kernel/linux/linux-6.6/drivers/tty/ipwireless/ |
H A D | tty.c | 51 unsigned int secondary_channel_idx; member 313 if (tty->secondary_channel_idx != -1) { in set_control_lines() 315 tty->secondary_channel_idx, 1); in set_control_lines() 324 if (tty->secondary_channel_idx != -1) { in set_control_lines() 326 tty->secondary_channel_idx, 1); in set_control_lines() 333 if (tty->secondary_channel_idx != -1) { in set_control_lines() 335 tty->secondary_channel_idx, 0); in set_control_lines() 342 if (tty->secondary_channel_idx != -1) { in set_control_lines() 344 tty->secondary_channel_idx, 0); in set_control_lines() 438 int secondary_channel_idx, in in add_tty() 435 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 [all...] |
Completed in 4 milliseconds