Lines Matching refs:roc
127 rtwvif->roc.state = RTW89_ROC_IDLE;
131 INIT_DELAYED_WORK(&rtwvif->roc.roc_work, rtw89_roc_work);
181 cancel_delayed_work_sync(&rtwvif->roc.roc_work);
961 struct rtw89_roc *roc = &rtwvif->roc;
968 if (roc->state != RTW89_ROC_IDLE) {
977 roc->state = RTW89_ROC_MGMT;
979 roc->state = RTW89_ROC_NORMAL;
981 roc->duration = duration;
982 roc->chan = *chan;
983 roc->type = type;
1001 cancel_delayed_work_sync(&rtwvif->roc.roc_work);