Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c467 bool entity_active; in __rtw89_core_set_chip_txpwr() local
469 entity_active = rtw89_get_entity_state(rtwdev, phy_idx); in __rtw89_core_set_chip_txpwr()
470 if (!entity_active) in __rtw89_core_set_chip_txpwr()
576 bool entity_active; in __rtw89_set_channel() local
578 entity_active = rtw89_get_entity_state(rtwdev, phy_idx); in __rtw89_set_channel()
590 if (!entity_active || chan_rcd->band_changed) { in __rtw89_set_channel()
H A Dcore.h6410 bool entity_active[RTW89_PHY_NUM]; member