Lines Matching refs:active_state
1036 * @active_state: Active state for the subdev (NULL for subdevs tracking the
1084 * TODO: active_state should most likely be changed from a pointer to an
1086 * easily catch uses of active_state in the cases where the driver
1089 struct v4l2_subdev_state *active_state;
1377 ":" __stringify(__LINE__) ":sd->active_state->lock"; \
1433 if (sd->active_state)
1434 lockdep_assert_not_held(sd->active_state->lock);
1435 return sd->active_state;
1454 if (sd->active_state)
1455 lockdep_assert_held(sd->active_state->lock);
1456 return sd->active_state;
1472 if (sd->active_state)
1473 v4l2_subdev_lock_state(sd->active_state);
1474 return sd->active_state;