Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/broadcom/b43/
Dphy_common.h257 unsigned long next_txpwr_check_time; member
Dphy_common.c489 if (time_before(now, phy->next_txpwr_check_time)) in b43_phy_txpower_check()
493 phy->next_txpwr_check_time = round_jiffies(now + (HZ * 2)); in b43_phy_txpower_check()
Dmain.c4652 phy->next_txpwr_check_time = jiffies; in setup_struct_phy_for_init()