Searched refs:roc_wait (Results 1 - 11 of 11) sorted by path

/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dinit.c558 init_waitqueue_head(&phy->roc_wait);
629 init_waitqueue_head(&dev->phy.roc_wait);
H A Dmain.c1190 if (!wait_event_timeout(phy->roc_wait, phy->roc_grant, HZ)) {
H A Dmcu.c486 wake_up(&phy->roc_wait);
H A Dmt7615.h192 wait_queue_head_t roc_wait; member in struct:mt7615_phy
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dinit.c288 init_waitqueue_head(&dev->phy.roc_wait);
H A Dmain.c421 if (!wait_event_timeout(phy->roc_wait, phy->roc_grant, HZ)) {
H A Dmcu.c153 wake_up(&dev->phy.roc_wait);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dinit.c238 init_waitqueue_head(&dev->phy.roc_wait);
H A Dmain.c445 if (!wait_event_timeout(phy->roc_wait, phy->roc_grant, 4 * HZ)) {
H A Dmcu.c338 wake_up(&dev->phy.roc_wait);
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt792x.h146 wait_queue_head_t roc_wait; member in struct:mt792x_phy

Completed in 266 milliseconds