Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dinit.c563 init_waitqueue_head(&phy->roc_wait); in mt7615_register_ext_phy()
638 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.c1190 if (!wait_event_timeout(phy->roc_wait, phy->roc_grant, HZ)) { in mt7615_remain_on_channel()
H A Dmcu.c490 wake_up(&phy->roc_wait); in mt7615_mcu_roc_event()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dinit.c224 init_waitqueue_head(&dev->phy.roc_wait); in mt7921_register_device()
H A Dmcu.c153 wake_up(&dev->phy.roc_wait); in mt7921_mcu_uni_roc_event()
H A Dmain.c403 if (!wait_event_timeout(phy->roc_wait, phy->roc_grant, HZ)) { in mt7921_set_roc()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x.h126 wait_queue_head_t roc_wait; member