Lines Matching defs:fh
1082 struct file *file, void *fh, void *arg) in v4l_querycap()
1116 struct file *file, void *fh, void *arg) in v4l_g_input()
1129 struct file *file, void *fh, void *arg) in v4l_g_output()
1142 struct file *file, void *fh, void *arg) in v4l_s_input()
1158 struct file *file, void *fh, void *arg) in v4l_s_output()
1169 struct file *file, void *fh, void *arg) in v4l_g_priority()
1180 struct file *file, void *fh, void *arg) in v4l_s_priority()
1194 struct file *file, void *fh, void *arg) in v4l_enuminput()
1220 struct file *file, void *fh, void *arg) in v4l_enumoutput()
1531 struct file *file, void *fh, void *arg) in v4l_enum_fmt()
1622 struct file *file, void *fh, void *arg) in v4l_g_fmt()
1681 struct file *file, void *fh, void *arg) in v4l_s_fmt()
1792 struct file *file, void *fh, void *arg) in v4l_try_fmt()
1900 struct file *file, void *fh, void *arg) in v4l_streamon()
1906 struct file *file, void *fh, void *arg) in v4l_streamoff()
1912 struct file *file, void *fh, void *arg) in v4l_g_tuner()
1927 struct file *file, void *fh, void *arg) in v4l_s_tuner()
1942 struct file *file, void *fh, void *arg) in v4l_g_modulator()
1958 struct file *file, void *fh, void *arg) in v4l_s_modulator()
1970 struct file *file, void *fh, void *arg) in v4l_g_frequency()
1984 struct file *file, void *fh, void *arg) in v4l_s_frequency()
2007 struct file *file, void *fh, void *arg) in v4l_enumstd()
2016 struct file *file, void *fh, void *arg) in v4l_s_std()
2034 struct file *file, void *fh, void *arg) in v4l_querystd()
2056 struct file *file, void *fh, void *arg) in v4l_s_hw_freq_seek()
2078 struct file *file, void *fh, void *arg) in v4l_s_fbuf()
2087 struct file *file, void *fh, void *arg) in v4l_overlay()
2093 struct file *file, void *fh, void *arg) in v4l_reqbufs()
2107 struct file *file, void *fh, void *arg) in v4l_querybuf()
2116 struct file *file, void *fh, void *arg) in v4l_qbuf()
2125 struct file *file, void *fh, void *arg) in v4l_dqbuf()
2134 struct file *file, void *fh, void *arg) in v4l_create_bufs()
2156 struct file *file, void *fh, void *arg) in v4l_prepare_buf()
2165 struct file *file, void *fh, void *arg) in v4l_g_parm()
2188 struct file *file, void *fh, void *arg) in v4l_s_parm()
2212 struct file *file, void *fh, void *arg) in v4l_queryctrl()
2229 struct file *file, void *fh, void *arg) in v4l_query_ext_ctrl()
2246 struct file *file, void *fh, void *arg) in v4l_querymenu()
2263 struct file *file, void *fh, void *arg) in v4l_g_ctrl()
2297 struct file *file, void *fh, void *arg) in v4l_s_ctrl()
2329 struct file *file, void *fh, void *arg) in v4l_g_ext_ctrls()
2350 struct file *file, void *fh, void *arg) in v4l_s_ext_ctrls()
2371 struct file *file, void *fh, void *arg) in v4l_try_ext_ctrls()
2401 struct file *file, void *fh, void *arg) in v4l_g_selection()
2417 struct file *file, void *fh, void *arg) in v4l_s_selection()
2433 struct file *file, void *fh, void *arg) in v4l_g_crop()
2463 struct file *file, void *fh, void *arg) in v4l_s_crop()
2488 struct file *file, void *fh, void *arg) in v4l_cropcap()
2554 struct file *file, void *fh, void *arg) in v4l_log_status()
2570 struct file *file, void *fh, void *arg) in v4l_dbg_g_register()
2598 struct file *file, void *fh, void *arg) in v4l_dbg_s_register()
2626 struct file *file, void *fh, void *arg) in v4l_dbg_g_chip_info()
2669 struct file *file, void *fh, void *arg) in v4l_dqevent()
2675 struct file *file, void *fh, void *arg) in v4l_subscribe_event()
2681 struct file *file, void *fh, void *arg) in v4l_unsubscribe_event()
2687 struct file *file, void *fh, void *arg) in v4l_g_sliced_vbi_cap()
2702 struct file *file, void *fh, void *arg) in v4l_enum_freq_bands()
2987 void *fh = file->private_data; in __video_do_ioctl() local