Lines Matching refs:UWB_RSV_STATE_NONE
29 [UWB_RSV_STATE_NONE] = "none ",
88 if (state < UWB_RSV_STATE_NONE || state >= UWB_RSV_STATE_LAST) in uwb_rsv_state_str()
254 if (rsv->state == UWB_RSV_STATE_NONE) { in uwb_rsv_stroke_timer()
313 case UWB_RSV_STATE_NONE: in uwb_rsv_set_state()
327 case UWB_RSV_STATE_NONE: in uwb_rsv_set_state()
328 uwb_rsv_state_update(rsv, UWB_RSV_STATE_NONE); in uwb_rsv_set_state()
450 case UWB_RSV_STATE_NONE: in uwb_rsv_handle_timeout_work()
513 if (rsv->state != UWB_RSV_STATE_NONE) in uwb_rsv_remove()
514 uwb_rsv_set_state(rsv, UWB_RSV_STATE_NONE); in uwb_rsv_remove()
687 if (rsv->state != UWB_RSV_STATE_NONE) in uwb_rsv_terminate()
688 uwb_rsv_set_state(rsv, UWB_RSV_STATE_NONE); in uwb_rsv_terminate()
781 rsv->state = UWB_RSV_STATE_NONE; in uwb_rsv_new_target()
961 if (rsv->state != UWB_RSV_STATE_NONE) in uwb_rsv_remove_all()
962 uwb_rsv_set_state(rsv, UWB_RSV_STATE_NONE); in uwb_rsv_remove_all()