Lines Matching defs:fd
82 int fd; in __v4l2_open() local
95 int fd; in exynos_v4l2_open() local
111 int fd = -1; in exynos_v4l2_open_devname() local
182 int exynos_v4l2_close(int fd) in exynos_v4l2_close()
198 bool exynos_v4l2_enuminput(int fd, int index, char *input_name_buf) in exynos_v4l2_enuminput()
226 int exynos_v4l2_s_input(int fd, int index) in exynos_v4l2_s_input()
251 bool exynos_v4l2_querycap(int fd, unsigned int need_caps) in exynos_v4l2_querycap()
290 bool exynos_v4l2_enum_fmt(int fd, enum v4l2_buf_type type, unsigned int fmt) in exynos_v4l2_enum_fmt()
320 int exynos_v4l2_g_fmt(int fd, struct v4l2_format *fmt) in exynos_v4l2_g_fmt()
352 static int __v4l2_s_fmt(int fd, unsigned int request, struct v4l2_format *fmt) in __v4l2_s_fmt()
388 int exynos_v4l2_try_fmt(int fd, struct v4l2_format *fmt) in exynos_v4l2_try_fmt()
393 int exynos_v4l2_s_fmt(int fd, struct v4l2_format *fmt) in exynos_v4l2_s_fmt()
398 int exynos_v4l2_reqbufs(int fd, struct v4l2_requestbuffers *req) in exynos_v4l2_reqbufs()
444 int exynos_v4l2_querybuf(int fd, struct v4l2_buffer *buf) in exynos_v4l2_querybuf()
482 int exynos_v4l2_qbuf(int fd, struct v4l2_buffer *buf) in exynos_v4l2_qbuf()
521 int exynos_v4l2_dqbuf(int fd, struct v4l2_buffer *buf) in exynos_v4l2_dqbuf()
563 int exynos_v4l2_streamon(int fd, enum v4l2_buf_type type) in exynos_v4l2_streamon()
590 int exynos_v4l2_streamoff(int fd, enum v4l2_buf_type type) in exynos_v4l2_streamoff()
617 int exynos_v4l2_cropcap(int fd, struct v4l2_cropcap *crop) in exynos_v4l2_cropcap()
649 int exynos_v4l2_g_crop(int fd, struct v4l2_crop *crop) in exynos_v4l2_g_crop()
681 int exynos_v4l2_s_crop(int fd, struct v4l2_crop *crop) in exynos_v4l2_s_crop()
713 int exynos_v4l2_g_ctrl(int fd, unsigned int id, int *value) in exynos_v4l2_g_ctrl()
740 int exynos_v4l2_s_ctrl(int fd, unsigned int id, int value) in exynos_v4l2_s_ctrl()
766 int exynos_v4l2_prepare(int fd, struct v4l2_buffer *arg) in exynos_v4l2_prepare()
788 int exynos_v4l2_g_parm(int fd, struct v4l2_streamparm *streamparm) in exynos_v4l2_g_parm()
815 int exynos_v4l2_s_parm(int fd, struct v4l2_streamparm *streamparm) in exynos_v4l2_s_parm()
842 int exynos_v4l2_g_ext_ctrl(int fd, struct v4l2_ext_controls *ctrl) in exynos_v4l2_g_ext_ctrl()
867 int exynos_v4l2_s_ext_ctrl(int fd, struct v4l2_ext_controls *ctrl) in exynos_v4l2_s_ext_ctrl()