• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching defs:fd

81     int fd;  in __v4l2_open()  local
94 int fd; in exynos_v4l2_open() local
110 int fd = -1; in exynos_v4l2_open_devname() local
175 int exynos_v4l2_close(int fd) in exynos_v4l2_close()
191 bool exynos_v4l2_enuminput(int fd, int index, char *input_name_buf) in exynos_v4l2_enuminput()
219 int exynos_v4l2_s_input(int fd, int index) in exynos_v4l2_s_input()
244 bool exynos_v4l2_querycap(int fd, unsigned int need_caps) in exynos_v4l2_querycap()
283 bool exynos_v4l2_enum_fmt(int fd, enum v4l2_buf_type type, unsigned int fmt) in exynos_v4l2_enum_fmt()
313 int exynos_v4l2_g_fmt(int fd, struct v4l2_format *fmt) in exynos_v4l2_g_fmt()
345 static int __v4l2_s_fmt(int fd, unsigned int request, struct v4l2_format *fmt) in __v4l2_s_fmt()
381 int exynos_v4l2_try_fmt(int fd, struct v4l2_format *fmt) in exynos_v4l2_try_fmt()
386 int exynos_v4l2_s_fmt(int fd, struct v4l2_format *fmt) in exynos_v4l2_s_fmt()
391 int exynos_v4l2_reqbufs(int fd, struct v4l2_requestbuffers *req) in exynos_v4l2_reqbufs()
437 int exynos_v4l2_querybuf(int fd, struct v4l2_buffer *buf) in exynos_v4l2_querybuf()
475 int exynos_v4l2_qbuf(int fd, struct v4l2_buffer *buf) in exynos_v4l2_qbuf()
514 int exynos_v4l2_dqbuf(int fd, struct v4l2_buffer *buf) in exynos_v4l2_dqbuf()
553 int exynos_v4l2_streamon(int fd, enum v4l2_buf_type type) in exynos_v4l2_streamon()
580 int exynos_v4l2_streamoff(int fd, enum v4l2_buf_type type) in exynos_v4l2_streamoff()
607 int exynos_v4l2_cropcap(int fd, struct v4l2_cropcap *crop) in exynos_v4l2_cropcap()
639 int exynos_v4l2_g_crop(int fd, struct v4l2_crop *crop) in exynos_v4l2_g_crop()
671 int exynos_v4l2_s_crop(int fd, struct v4l2_crop *crop) in exynos_v4l2_s_crop()
703 int exynos_v4l2_g_ctrl(int fd, unsigned int id, int *value) in exynos_v4l2_g_ctrl()
730 int exynos_v4l2_s_ctrl(int fd, unsigned int id, int value) in exynos_v4l2_s_ctrl()
756 int exynos_v4l2_g_parm(int fd, struct v4l2_streamparm *streamparm) in exynos_v4l2_g_parm()
783 int exynos_v4l2_s_parm(int fd, struct v4l2_streamparm *streamparm) in exynos_v4l2_s_parm()
810 int exynos_v4l2_g_ext_ctrl(int fd, struct v4l2_ext_controls *ctrl) in exynos_v4l2_g_ext_ctrl()
835 int exynos_v4l2_s_ext_ctrl(int fd, struct v4l2_ext_controls *ctrl) in exynos_v4l2_s_ext_ctrl()