Home
last modified time | relevance | path

Searched refs:roc_grant (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x.h239 bool roc_grant; member
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmain.c578 phy->roc_grant = false; in mt7925_set_roc()
587 if (!wait_event_timeout(phy->roc_wait, phy->roc_grant, 4 * HZ)) { in mt7925_set_roc()
606 phy->roc_grant = false; in mt7925_set_mlo_roc()
614 if (!wait_event_timeout(phy->roc_wait, phy->roc_grant, 4 * HZ)) { in mt7925_set_mlo_roc()
H A Dmcu.c377 dev->phy.roc_grant = true; in mt7925_mcu_roc_handle_grant()
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c432 phy->roc_grant = false; in mt7921_set_roc()
441 if (!wait_event_timeout(phy->roc_wait, phy->roc_grant, HZ)) { in mt7921_set_roc()
H A Dmcu.c155 dev->phy.roc_grant = true; in mt7921_mcu_uni_roc_event()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c1180 if (!wait_event_timeout(phy->roc_wait, phy->roc_grant, HZ)) { in mt7615_remain_on_channel()