Searched refs:vsensor (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/test-drivers/vimc/ |
| H A D | vimc-sensor.c | 28 struct vimc_sensor_device *vsensor = 35 vsensor->hw.size.width = fmt_default.width; 36 vsensor->hw.size.height = fmt_default.height; 77 static void vimc_sensor_tpg_s_format(struct vimc_sensor_device *vsensor, in vimc_sensor_enum_frame_size() 82 tpg_reset_source(&vsensor->tpg, format->width, format->height, in vimc_sensor_enum_frame_size() 84 tpg_s_bytesperline(&vsensor->tpg, 0, format->width * vpix->bpp); in vimc_sensor_enum_frame_size() 85 tpg_s_buf_height(&vsensor->tpg, format->height); in vimc_sensor_enum_frame_size() 86 tpg_s_fourcc(&vsensor->tpg, vpix->pixelformat); in vimc_sensor_enum_frame_size() 88 tpg_s_field(&vsensor->tpg, format->field, false); in vimc_sensor_enum_frame_size() 89 tpg_s_colorspace(&vsensor in vimc_sensor_enum_frame_size() 98 vimc_sensor_tpg_s_format(struct vimc_sensor_device * vsensor,const struct v4l2_mbus_framefmt * format) vimc_sensor_tpg_s_format() argument 141 struct vimc_sensor_device *vsensor = v4l2_get_subdevdata(sd); vimc_sensor_set_fmt() local 180 struct vimc_sensor_device *vsensor = vimc_sensor_process_frame() local 230 struct vimc_sensor_device *vsensor = vimc_sensor_s_stream() local 294 struct vimc_sensor_device *vsensor = vimc_sensor_s_ctrl() local 334 struct vimc_sensor_device *vsensor = vimc_sensor_release() local 381 struct vimc_sensor_device *vsensor; vimc_sensor_add() local [all...] |