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()
309 case UWB_RSV_STATE_NONE: in uwb_rsv_set_state()
323 case UWB_RSV_STATE_NONE: in uwb_rsv_set_state()
324 uwb_rsv_state_update(rsv, UWB_RSV_STATE_NONE); in uwb_rsv_set_state()
508 if (rsv->state != UWB_RSV_STATE_NONE) in uwb_rsv_remove()
509 uwb_rsv_set_state(rsv, UWB_RSV_STATE_NONE); in uwb_rsv_remove()
674 if (rsv->state != UWB_RSV_STATE_NONE) in uwb_rsv_terminate()
675 uwb_rsv_set_state(rsv, UWB_RSV_STATE_NONE); in uwb_rsv_terminate()
768 rsv->state = UWB_RSV_STATE_NONE; in uwb_rsv_new_target()
948 if (rsv->state != UWB_RSV_STATE_NONE) in uwb_rsv_remove_all()
949 uwb_rsv_set_state(rsv, UWB_RSV_STATE_NONE); in uwb_rsv_remove_all()