Home
last modified time | relevance | path

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

/linux/include/media/
H A Dv4l2-subdev.h1289 * __v4l2_subdev_state_alloc - allocate v4l2_subdev_state
1299 struct v4l2_subdev_state *__v4l2_subdev_state_alloc(struct v4l2_subdev *sd,
1972 __v4l2_subdev_state_alloc(sd, name, &__key); \
/linux/drivers/media/v4l2-core/
H A Dv4l2-subdev.c56 state = __v4l2_subdev_state_alloc(sd, "fh->state->lock", &key); in subdev_fh_init()
1581 __v4l2_subdev_state_alloc(struct v4l2_subdev *sd, const char *lock_name, in __v4l2_subdev_state_alloc() function
1632 EXPORT_SYMBOL_GPL(__v4l2_subdev_state_alloc);
1683 state = __v4l2_subdev_state_alloc(sd, name, key); in __v4l2_subdev_init_finalize()
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_entity.c660 * __v4l2_subdev_state_alloc(). in vsp1_entity_init()
662 entity->state = __v4l2_subdev_state_alloc(&entity->subdev, in vsp1_entity_init()
/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_v4l2.c892 * FIXME: Drivers are not supposed to use __v4l2_subdev_state_alloc() in atomisp_init_sensor()
897 try_sd_state = __v4l2_subdev_state_alloc(input->sensor, in atomisp_init_sensor()
/linux/drivers/staging/media/tegra-video/
H A Dvi.c449 * __v4l2_subdev_state_alloc(). in __tegra_channel_try_format()
451 sd_state = __v4l2_subdev_state_alloc(subdev, "tegra:state->lock", in __tegra_channel_try_format()