Home
last modified time | relevance | path

Searched refs:tpg_data (Results 1 – 2 of 2) sorted by relevance

/linux/include/media/tpg/
H A Dv4l2-tpg.h133 struct tpg_data { struct
236 void tpg_init(struct tpg_data *tpg, unsigned w, unsigned h); argument
237 int tpg_alloc(struct tpg_data *tpg, unsigned max_w);
238 void tpg_free(struct tpg_data *tpg);
239 void tpg_reset_source(struct tpg_data *tpg, unsigned width, unsigned height,
241 void tpg_log_status(struct tpg_data *tpg);
244 void tpg_gen_text(const struct tpg_data *tpg,
246 void tpg_calc_text_basep(struct tpg_data *tpg,
248 unsigned tpg_g_interleaved_plane(const struct tpg_data *tpg, unsigned buf_line);
249 void tpg_fill_plane_buffer(struct tpg_data *tpg, v4l2_std_id std,
[all …]
/linux/drivers/media/test-drivers/vimc/
H A Dvimc-sensor.c26 struct tpg_data tpg;