Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7615/
HDinit.c563 init_waitqueue_head(&phy->roc_wait); in mt7615_register_ext_phy()
638 init_waitqueue_head(&dev->phy.roc_wait); in mt7615_init_device()
HDmt7615.h192 wait_queue_head_t roc_wait; member
HDmain.c1190 if (!wait_event_timeout(phy->roc_wait, phy->roc_grant, HZ)) { in mt7615_remain_on_channel()
HDmcu.c490 wake_up(&phy->roc_wait); in mt7615_mcu_roc_event()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7921/
HDinit.c224 init_waitqueue_head(&dev->phy.roc_wait); in mt7921_register_device()
HDmcu.c153 wake_up(&dev->phy.roc_wait); in mt7921_mcu_uni_roc_event()
HDmain.c403 if (!wait_event_timeout(phy->roc_wait, phy->roc_grant, HZ)) { in mt7921_set_roc()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/
HDmt792x.h126 wait_queue_head_t roc_wait; member