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()
515 if (rsv->state != UWB_RSV_STATE_NONE) in uwb_rsv_remove()
516 uwb_rsv_set_state(rsv, UWB_RSV_STATE_NONE); in uwb_rsv_remove()
689 if (rsv->state != UWB_RSV_STATE_NONE) in uwb_rsv_terminate()
690 uwb_rsv_set_state(rsv, UWB_RSV_STATE_NONE); in uwb_rsv_terminate()
783 rsv->state = UWB_RSV_STATE_NONE; in uwb_rsv_new_target()
963 if (rsv->state != UWB_RSV_STATE_NONE) in uwb_rsv_remove_all()
964 uwb_rsv_set_state(rsv, UWB_RSV_STATE_NONE); in uwb_rsv_remove_all()