Lines Matching defs:ops

933 	const struct v4l2_ioctl_ops *ops = vfd->ioctl_ops;  in check_fmt()  local
1092 static int v4l_querycap(const struct v4l2_ioctl_ops *ops, in v4l_querycap()
1126 static int v4l_g_input(const struct v4l2_ioctl_ops *ops, in v4l_g_input()
1139 static int v4l_g_output(const struct v4l2_ioctl_ops *ops, in v4l_g_output()
1152 static int v4l_s_input(const struct v4l2_ioctl_ops *ops, in v4l_s_input()
1168 static int v4l_s_output(const struct v4l2_ioctl_ops *ops, in v4l_s_output()
1179 static int v4l_g_priority(const struct v4l2_ioctl_ops *ops, in v4l_g_priority()
1190 static int v4l_s_priority(const struct v4l2_ioctl_ops *ops, in v4l_s_priority()
1204 static int v4l_enuminput(const struct v4l2_ioctl_ops *ops, in v4l_enuminput()
1230 static int v4l_enumoutput(const struct v4l2_ioctl_ops *ops, in v4l_enumoutput()
1583 static int v4l_enum_fmt(const struct v4l2_ioctl_ops *ops, in v4l_enum_fmt()
1674 static int v4l_g_fmt(const struct v4l2_ioctl_ops *ops, in v4l_g_fmt()
1733 static int v4l_s_fmt(const struct v4l2_ioctl_ops *ops, in v4l_s_fmt()
1844 static int v4l_try_fmt(const struct v4l2_ioctl_ops *ops, in v4l_try_fmt()
1952 static int v4l_streamon(const struct v4l2_ioctl_ops *ops, in v4l_streamon()
1958 static int v4l_streamoff(const struct v4l2_ioctl_ops *ops, in v4l_streamoff()
1964 static int v4l_g_tuner(const struct v4l2_ioctl_ops *ops, in v4l_g_tuner()
1979 static int v4l_s_tuner(const struct v4l2_ioctl_ops *ops, in v4l_s_tuner()
1994 static int v4l_g_modulator(const struct v4l2_ioctl_ops *ops, in v4l_g_modulator()
2010 static int v4l_s_modulator(const struct v4l2_ioctl_ops *ops, in v4l_s_modulator()
2022 static int v4l_g_frequency(const struct v4l2_ioctl_ops *ops, in v4l_g_frequency()
2036 static int v4l_s_frequency(const struct v4l2_ioctl_ops *ops, in v4l_s_frequency()
2059 static int v4l_enumstd(const struct v4l2_ioctl_ops *ops, in v4l_enumstd()
2068 static int v4l_s_std(const struct v4l2_ioctl_ops *ops, in v4l_s_std()
2086 static int v4l_querystd(const struct v4l2_ioctl_ops *ops, in v4l_querystd()
2108 static int v4l_s_hw_freq_seek(const struct v4l2_ioctl_ops *ops, in v4l_s_hw_freq_seek()
2130 static int v4l_s_fbuf(const struct v4l2_ioctl_ops *ops, in v4l_s_fbuf()
2139 static int v4l_overlay(const struct v4l2_ioctl_ops *ops, in v4l_overlay()
2145 static int v4l_reqbufs(const struct v4l2_ioctl_ops *ops, in v4l_reqbufs()
2164 static int v4l_querybuf(const struct v4l2_ioctl_ops *ops, in v4l_querybuf()
2173 static int v4l_qbuf(const struct v4l2_ioctl_ops *ops, in v4l_qbuf()
2182 static int v4l_dqbuf(const struct v4l2_ioctl_ops *ops, in v4l_dqbuf()
2191 static int v4l_create_bufs(const struct v4l2_ioctl_ops *ops, in v4l_create_bufs()
2218 static int v4l_prepare_buf(const struct v4l2_ioctl_ops *ops, in v4l_prepare_buf()
2227 static int v4l_remove_bufs(const struct v4l2_ioctl_ops *ops, in v4l_remove_bufs()
2238 static int v4l_g_parm(const struct v4l2_ioctl_ops *ops, in v4l_g_parm()
2261 static int v4l_s_parm(const struct v4l2_ioctl_ops *ops, in v4l_s_parm()
2285 static int v4l_queryctrl(const struct v4l2_ioctl_ops *ops, in v4l_queryctrl()
2311 static int v4l_query_ext_ctrl(const struct v4l2_ioctl_ops *ops, in v4l_query_ext_ctrl()
2328 static int v4l_querymenu(const struct v4l2_ioctl_ops *ops, in v4l_querymenu()
2345 static int v4l_g_ctrl(const struct v4l2_ioctl_ops *ops, in v4l_g_ctrl()
2377 static int v4l_s_ctrl(const struct v4l2_ioctl_ops *ops, in v4l_s_ctrl()
2407 static int v4l_g_ext_ctrls(const struct v4l2_ioctl_ops *ops, in v4l_g_ext_ctrls()
2428 static int v4l_s_ext_ctrls(const struct v4l2_ioctl_ops *ops, in v4l_s_ext_ctrls()
2449 static int v4l_try_ext_ctrls(const struct v4l2_ioctl_ops *ops, in v4l_try_ext_ctrls()
2479 static int v4l_g_selection(const struct v4l2_ioctl_ops *ops, in v4l_g_selection()
2495 static int v4l_s_selection(const struct v4l2_ioctl_ops *ops, in v4l_s_selection()
2511 static int v4l_g_crop(const struct v4l2_ioctl_ops *ops, in v4l_g_crop()
2541 static int v4l_s_crop(const struct v4l2_ioctl_ops *ops, in v4l_s_crop()
2566 static int v4l_cropcap(const struct v4l2_ioctl_ops *ops, in v4l_cropcap()
2632 static int v4l_log_status(const struct v4l2_ioctl_ops *ops, in v4l_log_status()
2648 static int v4l_dbg_g_register(const struct v4l2_ioctl_ops *ops, in v4l_dbg_g_register()
2676 static int v4l_dbg_s_register(const struct v4l2_ioctl_ops *ops, in v4l_dbg_s_register()
2704 static int v4l_dbg_g_chip_info(const struct v4l2_ioctl_ops *ops, in v4l_dbg_g_chip_info()
2747 static int v4l_dqevent(const struct v4l2_ioctl_ops *ops, in v4l_dqevent()
2753 static int v4l_subscribe_event(const struct v4l2_ioctl_ops *ops, in v4l_subscribe_event()
2759 static int v4l_unsubscribe_event(const struct v4l2_ioctl_ops *ops, in v4l_unsubscribe_event()
2765 static int v4l_g_sliced_vbi_cap(const struct v4l2_ioctl_ops *ops, in v4l_g_sliced_vbi_cap()
2780 static int v4l_enum_freq_bands(const struct v4l2_ioctl_ops *ops, in v4l_enum_freq_bands()
3063 const struct v4l2_ioctl_ops *ops = vfd->ioctl_ops; in __video_do_ioctl() local