Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/test-drivers/vimc/
H A Dvimc-sensor.c114 tpg_reset_source(&vsensor->tpg, vsensor->mbus_format.width, in vimc_sensor_tpg_s_format()
/openbmc/linux/include/media/tpg/
H A Dv4l2-tpg.h239 void tpg_reset_source(struct tpg_data *tpg, unsigned width, unsigned height,
/openbmc/linux/drivers/media/test-drivers/visl/
H A Dvisl-video.c104 tpg_reset_source(&ctx->tpg, width, height, f->field); in visl_tpg_init()
/openbmc/linux/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c523 void tpg_reset_source(struct tpg_data *tpg, unsigned width, unsigned height, in tpg_reset_source() function
546 EXPORT_SYMBOL_GPL(tpg_reset_source);
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c444 tpg_reset_source(&dev->tpg, dev->src_rect.width, dev->src_rect.height, dev->field_cap); in vivid_update_format_cap()