__v4l2_subdev_state_alloc
entity->state = __v4l2_subdev_state_alloc(&entity->subdev,
EXPORT_SYMBOL_GPL(__v4l2_subdev_state_alloc);
state = __v4l2_subdev_state_alloc(sd, name, key);
state = __v4l2_subdev_state_alloc(sd, "fh->state->lock", &key);
try_sd_state = __v4l2_subdev_state_alloc(input->sensor,
sd_state = __v4l2_subdev_state_alloc(subdev, "tegra:state->lock",
struct v4l2_subdev_state *__v4l2_subdev_state_alloc(struct v4l2_subdev *sd,
__v4l2_subdev_state_alloc(sd, name, &__key); \