Lines Matching defs:fh
1063 struct file *file, void *fh, void *arg) in v4l_querycap()
1094 struct file *file, void *fh, void *arg) in v4l_g_input()
1107 struct file *file, void *fh, void *arg) in v4l_g_output()
1120 struct file *file, void *fh, void *arg) in v4l_s_input()
1136 struct file *file, void *fh, void *arg) in v4l_s_output()
1147 struct file *file, void *fh, void *arg) in v4l_g_priority()
1158 struct file *file, void *fh, void *arg) in v4l_s_priority()
1172 struct file *file, void *fh, void *arg) in v4l_enuminput()
1198 struct file *file, void *fh, void *arg) in v4l_enumoutput()
1475 struct file *file, void *fh, void *arg) in v4l_enum_fmt()
1566 struct file *file, void *fh, void *arg) in v4l_g_fmt()
1647 struct file *file, void *fh, void *arg) in v4l_s_fmt()
1752 struct file *file, void *fh, void *arg) in v4l_try_fmt()
1854 struct file *file, void *fh, void *arg) in v4l_streamon()
1860 struct file *file, void *fh, void *arg) in v4l_streamoff()
1866 struct file *file, void *fh, void *arg) in v4l_g_tuner()
1881 struct file *file, void *fh, void *arg) in v4l_s_tuner()
1896 struct file *file, void *fh, void *arg) in v4l_g_modulator()
1912 struct file *file, void *fh, void *arg) in v4l_s_modulator()
1924 struct file *file, void *fh, void *arg) in v4l_g_frequency()
1938 struct file *file, void *fh, void *arg) in v4l_s_frequency()
1961 struct file *file, void *fh, void *arg) in v4l_enumstd()
1970 struct file *file, void *fh, void *arg) in v4l_s_std()
1988 struct file *file, void *fh, void *arg) in v4l_querystd()
2010 struct file *file, void *fh, void *arg) in v4l_s_hw_freq_seek()
2032 struct file *file, void *fh, void *arg) in v4l_overlay()
2038 struct file *file, void *fh, void *arg) in v4l_reqbufs()
2052 struct file *file, void *fh, void *arg) in v4l_querybuf()
2061 struct file *file, void *fh, void *arg) in v4l_qbuf()
2070 struct file *file, void *fh, void *arg) in v4l_dqbuf()
2079 struct file *file, void *fh, void *arg) in v4l_create_bufs()
2101 struct file *file, void *fh, void *arg) in v4l_prepare_buf()
2110 struct file *file, void *fh, void *arg) in v4l_g_parm()
2131 struct file *file, void *fh, void *arg) in v4l_s_parm()
2155 struct file *file, void *fh, void *arg) in v4l_queryctrl()
2172 struct file *file, void *fh, void *arg) in v4l_query_ext_ctrl()
2189 struct file *file, void *fh, void *arg) in v4l_querymenu()
2206 struct file *file, void *fh, void *arg) in v4l_g_ctrl()
2240 struct file *file, void *fh, void *arg) in v4l_s_ctrl()
2269 struct file *file, void *fh, void *arg) in v4l_g_ext_ctrls()
2290 struct file *file, void *fh, void *arg) in v4l_s_ext_ctrls()
2311 struct file *file, void *fh, void *arg) in v4l_try_ext_ctrls()
2341 struct file *file, void *fh, void *arg) in v4l_g_selection()
2357 struct file *file, void *fh, void *arg) in v4l_s_selection()
2373 struct file *file, void *fh, void *arg) in v4l_g_crop()
2403 struct file *file, void *fh, void *arg) in v4l_s_crop()
2428 struct file *file, void *fh, void *arg) in v4l_cropcap()
2494 struct file *file, void *fh, void *arg) in v4l_log_status()
2510 struct file *file, void *fh, void *arg) in v4l_dbg_g_register()
2538 struct file *file, void *fh, void *arg) in v4l_dbg_s_register()
2566 struct file *file, void *fh, void *arg) in v4l_dbg_g_chip_info()
2609 struct file *file, void *fh, void *arg) in v4l_dqevent()
2615 struct file *file, void *fh, void *arg) in v4l_subscribe_event()
2621 struct file *file, void *fh, void *arg) in v4l_unsubscribe_event()
2627 struct file *file, void *fh, void *arg) in v4l_g_sliced_vbi_cap()
2642 struct file *file, void *fh, void *arg) in v4l_enum_freq_bands()
2928 void *fh = file->private_data; in __video_do_ioctl() local