Home
last modified time | relevance | path

Searched refs:tpg_s_buf_height (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/platform/vimc/
Dvimc-sensor.c128 tpg_s_buf_height(&vsen->tpg, vsen->mbus_format.height); in vimc_sen_tpg_s_format()
/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-vid-cap.c748 tpg_s_buf_height(&dev->tpg, mp->height); in vivid_s_fmt_vid_cap()
921 tpg_s_buf_height(&dev->tpg, fmt.height); in vivid_vid_cap_s_selection()
930 tpg_s_buf_height(&dev->tpg, fmt.height); in vivid_vid_cap_s_selection()
940 tpg_s_buf_height(&dev->tpg, dev->fmt_cap_rect.height); in vivid_vid_cap_s_selection()
/Linux-v4.19/include/media/tpg/
Dv4l2-tpg.h519 static inline void tpg_s_buf_height(struct tpg_data *tpg, unsigned h) in tpg_s_buf_height() function