Lines Matching defs:roc
204 rtwvif->roc.state = RTW89_ROC_IDLE;
205 INIT_DELAYED_WORK(&rtwvif->roc.roc_work, rtw89_roc_work);
249 cancel_delayed_work_sync(&rtwvif->roc.roc_work);
1420 struct rtw89_roc *roc = &rtwvif->roc;
1427 if (roc->state != RTW89_ROC_IDLE) {
1436 roc->state = RTW89_ROC_MGMT;
1438 roc->state = RTW89_ROC_NORMAL;
1440 roc->duration = duration;
1441 roc->chan = *chan;
1442 roc->type = type;
1460 cancel_delayed_work_sync(&rtwvif->roc.roc_work);