Lines Matching refs:driver_present
1025 ctx->driver_present = true; in drv_add_chanctx()
1033 if (WARN_ON(!ctx->driver_present)) in drv_remove_chanctx()
1040 ctx->driver_present = false; in drv_remove_chanctx()
1049 WARN_ON_ONCE(!ctx->driver_present); in drv_change_chanctx()
1066 WARN_ON_ONCE(!ctx->driver_present); in drv_assign_vif_chanctx()
1085 WARN_ON_ONCE(!ctx->driver_present); in drv_unassign_vif_chanctx()
1115 WARN_ON_ONCE(!old_ctx->driver_present); in drv_switch_vif_chanctx()
1117 new_ctx->driver_present) || in drv_switch_vif_chanctx()
1119 !new_ctx->driver_present)); in drv_switch_vif_chanctx()
1138 new_ctx->driver_present = true; in drv_switch_vif_chanctx()
1139 old_ctx->driver_present = false; in drv_switch_vif_chanctx()