Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/
Dsh_veu.c287 static bool sh_veu_is_streamer(struct sh_veu_dev *veu, struct sh_veu_file *veu_file, in sh_veu_is_streamer() argument
291 veu_file == veu->capture) || in sh_veu_is_streamer()
293 veu_file == veu->output); in sh_veu_is_streamer()
307 static int sh_veu_stream_init(struct sh_veu_dev *veu, struct sh_veu_file *veu_file, in sh_veu_stream_init() argument
323 if (*stream == veu_file) in sh_veu_stream_init()
329 *stream = veu_file; in sh_veu_stream_init()
392 static int sh_veu_g_fmt(struct sh_veu_file *veu_file, struct v4l2_format *f) in sh_veu_g_fmt() argument
395 struct sh_veu_dev *veu = veu_file->veu_dev; in sh_veu_g_fmt()
545 static int sh_veu_s_fmt(struct sh_veu_file *veu_file, struct v4l2_format *f) in sh_veu_s_fmt() argument
548 struct sh_veu_dev *veu = veu_file->veu_dev; in sh_veu_s_fmt()
[all …]