Home
last modified time | relevance | path

Searched refs:__v4l2_subdev_state_alloc (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/media/
H A Dv4l2-subdev.h1348 struct v4l2_subdev_state *__v4l2_subdev_state_alloc(struct v4l2_subdev *sd,
1887 __v4l2_subdev_state_alloc(sd, name, &__key); \
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-subdev.c55 state = __v4l2_subdev_state_alloc(sd, "fh->state->lock", &key); in subdev_fh_init()
1401 __v4l2_subdev_state_alloc(struct v4l2_subdev *sd, const char *lock_name, in __v4l2_subdev_state_alloc() function
1448 EXPORT_SYMBOL_GPL(__v4l2_subdev_state_alloc);
1469 state = __v4l2_subdev_state_alloc(sd, name, key); in __v4l2_subdev_init_finalize()
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_entity.c682 entity->config = __v4l2_subdev_state_alloc(&entity->subdev, in vsp1_entity_init()
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-v4l2.c269 sd_state = __v4l2_subdev_state_alloc(sd, "rvin:state->lock", &key); in rvin_try_format()
/openbmc/linux/drivers/staging/media/tegra-video/
H A Dvi.c452 sd_state = __v4l2_subdev_state_alloc(subdev, "tegra:state->lock", in __tegra_channel_try_format()