Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dpty.c487 static int legacy_count = CONFIG_LEGACY_PTY_COUNT; variable
492 module_param(legacy_count, int, 0);
533 if (legacy_count <= 0) in legacy_pty_init()
536 pty_driver = tty_alloc_driver(legacy_count, in legacy_pty_init()
543 pty_slave_driver = tty_alloc_driver(legacy_count, in legacy_pty_init()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h266 u64 legacy_count[HAL_RX_MAX_NUM_LEGACY_RATES]; member
H A Ddp_mon.c2291 rx_stats->pkt_stats.legacy_count[ppdu_info->rate] += num_msdu; in ath12k_dp_mon_rx_update_peer_su_stats()
2292 rx_stats->byte_stats.legacy_count[ppdu_info->rate] += ppdu_info->mpdu_len; in ath12k_dp_mon_rx_update_peer_su_stats()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt4708 pty.legacy_count=