Home
last modified time | relevance | path

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

/openbmc/linux/include/media/tpg/
H A Dv4l2-tpg.h133 struct tpg_data { struct
237 int tpg_alloc(struct tpg_data *tpg, unsigned max_w);
238 void tpg_free(struct tpg_data *tpg);
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,
253 bool tpg_s_fourcc(struct tpg_data *tpg, u32 fourcc);
266 static inline void tpg_s_quality(struct tpg_data *tpg, in tpg_s_quality()
308 static inline void tpg_s_contrast(struct tpg_data *tpg, in tpg_s_contrast()
326 static inline void tpg_s_hue(struct tpg_data *tpg, in tpg_s_hue()
[all …]
/openbmc/linux/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c89 void tpg_init(struct tpg_data *tpg, unsigned w, unsigned h) in tpg_init()
112 int tpg_alloc(struct tpg_data *tpg, unsigned max_w) in tpg_alloc()
186 void tpg_free(struct tpg_data *tpg) in tpg_free()
211 bool tpg_s_fourcc(struct tpg_data *tpg, u32 fourcc) in tpg_s_fourcc()
1133 static void gen_twopix(struct tpg_data *tpg, in gen_twopix()
1790 static void tpg_precalculate_line(struct tpg_data *tpg) in tpg_precalculate_line()
2073 void tpg_update_mv_step(struct tpg_data *tpg) in tpg_update_mv_step()
2158 static void tpg_recalc(struct tpg_data *tpg) in tpg_recalc()
2194 void tpg_calc_text_basep(struct tpg_data *tpg, in tpg_calc_text_basep()
2214 static int tpg_pattern_avg(const struct tpg_data *tpg, in tpg_pattern_avg()
[all …]
/openbmc/linux/drivers/media/test-drivers/visl/
H A Dvisl.h153 struct tpg_data tpg;
H A Dvisl-dec.c22 static void *plane_vaddr(struct tpg_data *tpg, struct vb2_buffer *buf, in plane_vaddr()
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c202 static void *plane_vaddr(struct tpg_data *tpg, struct vivid_buffer *buf, in plane_vaddr()
220 struct tpg_data *tpg = &dev->tpg; in vivid_copy_buffer()
388 struct tpg_data *tpg = &dev->tpg; in vivid_fillbuff()
H A Dvivid-core.h378 struct tpg_data tpg;
/openbmc/linux/drivers/media/test-drivers/vimc/
H A Dvimc-sensor.c26 struct tpg_data tpg;