Home
last modified time | relevance | path

Searched refs:roc_wait (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dinit.c561 init_waitqueue_head(&phy->roc_wait); in mt7615_register_ext_phy()
632 init_waitqueue_head(&dev->phy.roc_wait); in mt7615_init_device()
H A Dmt7615.h192 wait_queue_head_t roc_wait; member
H A Dmain.c1176 if (!wait_event_timeout(phy->roc_wait, phy->roc_grant, HZ)) { in mt7615_remain_on_channel()
H A Dmcu.c486 wake_up(&phy->roc_wait); in mt7615_mcu_roc_event()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dinit.c298 init_waitqueue_head(&dev->phy.roc_wait); in mt7921_register_device()
H A Dmcu.c159 wake_up(&dev->phy.roc_wait); in mt7921_mcu_uni_roc_event()
H A Dmain.c429 if (!wait_event_timeout(phy->roc_wait, phy->roc_grant, HZ)) { in mt7921_set_roc()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dinit.c364 init_waitqueue_head(&dev->phy.roc_wait); in mt7925_register_device()
H A Dmain.c519 if (!wait_event_timeout(phy->roc_wait, phy->roc_grant, 4 * HZ)) { in mt7925_set_roc()
546 if (!wait_event_timeout(phy->roc_wait, phy->roc_grant, 4 * HZ)) { in mt7925_set_mlo_roc()
H A Dmcu.c337 wake_up(&dev->phy.roc_wait); in mt7925_mcu_roc_handle_grant()
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt792x.h185 wait_queue_head_t roc_wait; member