Lines Matching refs:roc
127 rtwvif->roc.state = RTW89_ROC_IDLE;
131 INIT_DELAYED_WORK(&rtwvif->roc.roc_work, rtw89_roc_work);
182 cancel_delayed_work_sync(&rtwvif->roc.roc_work);
1002 struct rtw89_roc *roc = &rtwvif->roc;
1009 if (roc->state != RTW89_ROC_IDLE) {
1018 roc->state = RTW89_ROC_MGMT;
1020 roc->state = RTW89_ROC_NORMAL;
1022 roc->duration = duration;
1023 roc->chan = *chan;
1024 roc->type = type;
1042 cancel_delayed_work_sync(&rtwvif->roc.roc_work);