Lines Matching defs:fh

1093 				struct file *file, void *fh, void *arg)  in v4l_querycap()
1127 struct file *file, void *fh, void *arg) in v4l_g_input()
1140 struct file *file, void *fh, void *arg) in v4l_g_output()
1153 struct file *file, void *fh, void *arg) in v4l_s_input()
1169 struct file *file, void *fh, void *arg) in v4l_s_output()
1180 struct file *file, void *fh, void *arg) in v4l_g_priority()
1191 struct file *file, void *fh, void *arg) in v4l_s_priority()
1205 struct file *file, void *fh, void *arg) in v4l_enuminput()
1231 struct file *file, void *fh, void *arg) in v4l_enumoutput()
1584 struct file *file, void *fh, void *arg) in v4l_enum_fmt()
1675 struct file *file, void *fh, void *arg) in v4l_g_fmt()
1734 struct file *file, void *fh, void *arg) in v4l_s_fmt()
1845 struct file *file, void *fh, void *arg) in v4l_try_fmt()
1953 struct file *file, void *fh, void *arg) in v4l_streamon()
1959 struct file *file, void *fh, void *arg) in v4l_streamoff()
1965 struct file *file, void *fh, void *arg) in v4l_g_tuner()
1980 struct file *file, void *fh, void *arg) in v4l_s_tuner()
1995 struct file *file, void *fh, void *arg) in v4l_g_modulator()
2011 struct file *file, void *fh, void *arg) in v4l_s_modulator()
2023 struct file *file, void *fh, void *arg) in v4l_g_frequency()
2037 struct file *file, void *fh, void *arg) in v4l_s_frequency()
2060 struct file *file, void *fh, void *arg) in v4l_enumstd()
2069 struct file *file, void *fh, void *arg) in v4l_s_std()
2087 struct file *file, void *fh, void *arg) in v4l_querystd()
2109 struct file *file, void *fh, void *arg) in v4l_s_hw_freq_seek()
2131 struct file *file, void *fh, void *arg) in v4l_s_fbuf()
2140 struct file *file, void *fh, void *arg) in v4l_overlay()
2146 struct file *file, void *fh, void *arg) in v4l_reqbufs()
2165 struct file *file, void *fh, void *arg) in v4l_querybuf()
2174 struct file *file, void *fh, void *arg) in v4l_qbuf()
2183 struct file *file, void *fh, void *arg) in v4l_dqbuf()
2192 struct file *file, void *fh, void *arg) in v4l_create_bufs()
2219 struct file *file, void *fh, void *arg) in v4l_prepare_buf()
2228 struct file *file, void *fh, void *arg) in v4l_remove_bufs()
2239 struct file *file, void *fh, void *arg) in v4l_g_parm()
2262 struct file *file, void *fh, void *arg) in v4l_s_parm()
2286 struct file *file, void *fh, void *arg) in v4l_queryctrl()
2312 struct file *file, void *fh, void *arg) in v4l_query_ext_ctrl()
2329 struct file *file, void *fh, void *arg) in v4l_querymenu()
2346 struct file *file, void *fh, void *arg) in v4l_g_ctrl()
2378 struct file *file, void *fh, void *arg) in v4l_s_ctrl()
2408 struct file *file, void *fh, void *arg) in v4l_g_ext_ctrls()
2429 struct file *file, void *fh, void *arg) in v4l_s_ext_ctrls()
2450 struct file *file, void *fh, void *arg) in v4l_try_ext_ctrls()
2480 struct file *file, void *fh, void *arg) in v4l_g_selection()
2496 struct file *file, void *fh, void *arg) in v4l_s_selection()
2512 struct file *file, void *fh, void *arg) in v4l_g_crop()
2542 struct file *file, void *fh, void *arg) in v4l_s_crop()
2567 struct file *file, void *fh, void *arg) in v4l_cropcap()
2633 struct file *file, void *fh, void *arg) in v4l_log_status()
2649 struct file *file, void *fh, void *arg) in v4l_dbg_g_register()
2677 struct file *file, void *fh, void *arg) in v4l_dbg_s_register()
2705 struct file *file, void *fh, void *arg) in v4l_dbg_g_chip_info()
2748 struct file *file, void *fh, void *arg) in v4l_dqevent()
2754 struct file *file, void *fh, void *arg) in v4l_subscribe_event()
2760 struct file *file, void *fh, void *arg) in v4l_unsubscribe_event()
2766 struct file *file, void *fh, void *arg) in v4l_g_sliced_vbi_cap()
2781 struct file *file, void *fh, void *arg) in v4l_enum_freq_bands()
3067 void *fh = file->private_data; in __video_do_ioctl() local