Home
last modified time | relevance | path

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

/linux-4.19.296/include/media/tpg/
Dv4l2-tpg.h421 static inline unsigned tpg_g_planes(const struct tpg_data *tpg) in tpg_g_planes() function
468 for (p = 0; p < tpg_g_planes(tpg); p++) { in tpg_s_bytesperline()
485 for (p = 0; p < tpg_g_planes(tpg); p++) { in tpg_g_line_width()
501 for (p = 0; p < tpg_g_planes(tpg); p++) { in tpg_calc_line_width()
512 if (plane >= tpg_g_planes(tpg)) in tpg_calc_plane_size()
/linux-4.19.296/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c2464 for (i = 0; i < tpg_g_planes(tpg); i++) { in tpg_fillbuffer()