Searched refs:tpg_data (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/media/tpg/ |
H A D | v4l2-tpg.h | 133 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 D | v4l2-tpg-core.c | 89 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 D | visl.h | 153 struct tpg_data tpg;
|
H A D | visl-dec.c | 22 static void *plane_vaddr(struct tpg_data *tpg, struct vb2_buffer *buf, in plane_vaddr()
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-kthread-cap.c | 202 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 D | vivid-core.h | 378 struct tpg_data tpg;
|
/openbmc/linux/drivers/media/test-drivers/vimc/ |
H A D | vimc-sensor.c | 26 struct tpg_data tpg;
|