Lines Matching defs:tpg
217 static inline void tpg_s_pattern(struct tpg_data *tpg, enum tpg_pattern pattern) in tpg_s_pattern()
225 static inline void tpg_s_quality(struct tpg_data *tpg, in tpg_s_quality()
235 static inline enum tpg_quality tpg_g_quality(const struct tpg_data *tpg) in tpg_g_quality()
240 static inline void tpg_s_alpha_component(struct tpg_data *tpg, in tpg_s_alpha_component()
249 static inline void tpg_s_alpha_mode(struct tpg_data *tpg, in tpg_s_alpha_mode()
258 static inline void tpg_s_brightness(struct tpg_data *tpg, in tpg_s_brightness()
267 static inline void tpg_s_contrast(struct tpg_data *tpg, in tpg_s_contrast()
276 static inline void tpg_s_saturation(struct tpg_data *tpg, in tpg_s_saturation()
285 static inline void tpg_s_hue(struct tpg_data *tpg, in tpg_s_hue()
294 static inline void tpg_s_rgb_range(struct tpg_data *tpg, in tpg_s_rgb_range()
303 static inline void tpg_s_real_rgb_range(struct tpg_data *tpg, in tpg_s_real_rgb_range()
312 static inline void tpg_s_colorspace(struct tpg_data *tpg, u32 colorspace) in tpg_s_colorspace()
320 static inline u32 tpg_g_colorspace(const struct tpg_data *tpg) in tpg_g_colorspace()
325 static inline void tpg_s_ycbcr_enc(struct tpg_data *tpg, u32 ycbcr_enc) in tpg_s_ycbcr_enc()
333 static inline u32 tpg_g_ycbcr_enc(const struct tpg_data *tpg) in tpg_g_ycbcr_enc()
338 static inline void tpg_s_xfer_func(struct tpg_data *tpg, u32 xfer_func) in tpg_s_xfer_func()
346 static inline u32 tpg_g_xfer_func(const struct tpg_data *tpg) in tpg_g_xfer_func()
351 static inline void tpg_s_quantization(struct tpg_data *tpg, u32 quantization) in tpg_s_quantization()
359 static inline u32 tpg_g_quantization(const struct tpg_data *tpg) in tpg_g_quantization()
364 static inline unsigned tpg_g_buffers(const struct tpg_data *tpg) in tpg_g_buffers()
369 static inline unsigned tpg_g_planes(const struct tpg_data *tpg) in tpg_g_planes()
374 static inline bool tpg_g_interleaved(const struct tpg_data *tpg) in tpg_g_interleaved()
379 static inline unsigned tpg_g_twopixelsize(const struct tpg_data *tpg, unsigned plane) in tpg_g_twopixelsize()
384 static inline unsigned tpg_hdiv(const struct tpg_data *tpg, in tpg_hdiv()
391 static inline unsigned tpg_hscale(const struct tpg_data *tpg, unsigned x) in tpg_hscale()
396 static inline unsigned tpg_hscale_div(const struct tpg_data *tpg, in tpg_hscale_div()
402 static inline unsigned tpg_g_bytesperline(const struct tpg_data *tpg, unsigned plane) in tpg_g_bytesperline()
407 static inline void tpg_s_bytesperline(struct tpg_data *tpg, unsigned plane, unsigned bpl) in tpg_s_bytesperline()
424 static inline unsigned tpg_g_line_width(const struct tpg_data *tpg, unsigned plane) in tpg_g_line_width()
439 static inline unsigned tpg_calc_line_width(const struct tpg_data *tpg, in tpg_calc_line_width()
456 static inline unsigned tpg_calc_plane_size(const struct tpg_data *tpg, unsigned plane) in tpg_calc_plane_size()
465 static inline void tpg_s_buf_height(struct tpg_data *tpg, unsigned h) in tpg_s_buf_height()
470 static inline void tpg_s_field(struct tpg_data *tpg, unsigned field, bool alternate) in tpg_s_field()
476 static inline void tpg_s_perc_fill(struct tpg_data *tpg, in tpg_s_perc_fill()
482 static inline unsigned tpg_g_perc_fill(const struct tpg_data *tpg) in tpg_g_perc_fill()
487 static inline void tpg_s_perc_fill_blank(struct tpg_data *tpg, in tpg_s_perc_fill_blank()
493 static inline void tpg_s_video_aspect(struct tpg_data *tpg, in tpg_s_video_aspect()
502 static inline enum tpg_video_aspect tpg_g_video_aspect(const struct tpg_data *tpg) in tpg_g_video_aspect()
507 static inline void tpg_s_pixel_aspect(struct tpg_data *tpg, in tpg_s_pixel_aspect()
516 static inline void tpg_s_show_border(struct tpg_data *tpg, in tpg_s_show_border()
522 static inline void tpg_s_show_square(struct tpg_data *tpg, in tpg_s_show_square()
528 static inline void tpg_s_insert_sav(struct tpg_data *tpg, bool insert_sav) in tpg_s_insert_sav()
533 static inline void tpg_s_insert_eav(struct tpg_data *tpg, bool insert_eav) in tpg_s_insert_eav()
540 static inline void tpg_s_mv_hor_mode(struct tpg_data *tpg, in tpg_s_mv_hor_mode()
547 static inline void tpg_s_mv_vert_mode(struct tpg_data *tpg, in tpg_s_mv_vert_mode()
554 static inline void tpg_init_mv_count(struct tpg_data *tpg) in tpg_init_mv_count()
559 static inline void tpg_update_mv_count(struct tpg_data *tpg, bool frame_is_field) in tpg_update_mv_count()
565 static inline void tpg_s_hflip(struct tpg_data *tpg, bool hflip) in tpg_s_hflip()
574 static inline bool tpg_g_hflip(const struct tpg_data *tpg) in tpg_g_hflip()
579 static inline void tpg_s_vflip(struct tpg_data *tpg, bool vflip) in tpg_s_vflip()
584 static inline bool tpg_g_vflip(const struct tpg_data *tpg) in tpg_g_vflip()
589 static inline bool tpg_pattern_is_static(const struct tpg_data *tpg) in tpg_pattern_is_static()