Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-vid-cap.c749 tpg_s_buf_height(&dev->tpg, mp->height); in vivid_s_fmt_vid_cap()
922 tpg_s_buf_height(&dev->tpg, fmt.height); in vivid_vid_cap_s_selection()
931 tpg_s_buf_height(&dev->tpg, fmt.height); in vivid_vid_cap_s_selection()
941 tpg_s_buf_height(&dev->tpg, dev->fmt_cap_rect.height); in vivid_vid_cap_s_selection()
Dvivid-tpg.h465 static inline void tpg_s_buf_height(struct tpg_data *tpg, unsigned h) in tpg_s_buf_height() function