Lines Matching defs:fh

1043 				struct file *file, void *fh, void *arg)  in v4l_querycap()
1074 struct file *file, void *fh, void *arg) in v4l_g_input()
1087 struct file *file, void *fh, void *arg) in v4l_g_output()
1100 struct file *file, void *fh, void *arg) in v4l_s_input()
1116 struct file *file, void *fh, void *arg) in v4l_s_output()
1127 struct file *file, void *fh, void *arg) in v4l_g_priority()
1138 struct file *file, void *fh, void *arg) in v4l_s_priority()
1152 struct file *file, void *fh, void *arg) in v4l_enuminput()
1178 struct file *file, void *fh, void *arg) in v4l_enumoutput()
1456 struct file *file, void *fh, void *arg) in v4l_enum_fmt()
1547 struct file *file, void *fh, void *arg) in v4l_g_fmt()
1628 struct file *file, void *fh, void *arg) in v4l_s_fmt()
1733 struct file *file, void *fh, void *arg) in v4l_try_fmt()
1835 struct file *file, void *fh, void *arg) in v4l_streamon()
1841 struct file *file, void *fh, void *arg) in v4l_streamoff()
1847 struct file *file, void *fh, void *arg) in v4l_g_tuner()
1862 struct file *file, void *fh, void *arg) in v4l_s_tuner()
1877 struct file *file, void *fh, void *arg) in v4l_g_modulator()
1893 struct file *file, void *fh, void *arg) in v4l_s_modulator()
1905 struct file *file, void *fh, void *arg) in v4l_g_frequency()
1919 struct file *file, void *fh, void *arg) in v4l_s_frequency()
1942 struct file *file, void *fh, void *arg) in v4l_enumstd()
1951 struct file *file, void *fh, void *arg) in v4l_s_std()
1969 struct file *file, void *fh, void *arg) in v4l_querystd()
1991 struct file *file, void *fh, void *arg) in v4l_s_hw_freq_seek()
2013 struct file *file, void *fh, void *arg) in v4l_overlay()
2019 struct file *file, void *fh, void *arg) in v4l_reqbufs()
2033 struct file *file, void *fh, void *arg) in v4l_querybuf()
2042 struct file *file, void *fh, void *arg) in v4l_qbuf()
2051 struct file *file, void *fh, void *arg) in v4l_dqbuf()
2060 struct file *file, void *fh, void *arg) in v4l_create_bufs()
2082 struct file *file, void *fh, void *arg) in v4l_prepare_buf()
2091 struct file *file, void *fh, void *arg) in v4l_g_parm()
2112 struct file *file, void *fh, void *arg) in v4l_s_parm()
2136 struct file *file, void *fh, void *arg) in v4l_queryctrl()
2153 struct file *file, void *fh, void *arg) in v4l_query_ext_ctrl()
2170 struct file *file, void *fh, void *arg) in v4l_querymenu()
2187 struct file *file, void *fh, void *arg) in v4l_g_ctrl()
2221 struct file *file, void *fh, void *arg) in v4l_s_ctrl()
2253 struct file *file, void *fh, void *arg) in v4l_g_ext_ctrls()
2274 struct file *file, void *fh, void *arg) in v4l_s_ext_ctrls()
2295 struct file *file, void *fh, void *arg) in v4l_try_ext_ctrls()
2325 struct file *file, void *fh, void *arg) in v4l_g_selection()
2341 struct file *file, void *fh, void *arg) in v4l_s_selection()
2357 struct file *file, void *fh, void *arg) in v4l_g_crop()
2387 struct file *file, void *fh, void *arg) in v4l_s_crop()
2412 struct file *file, void *fh, void *arg) in v4l_cropcap()
2478 struct file *file, void *fh, void *arg) in v4l_log_status()
2494 struct file *file, void *fh, void *arg) in v4l_dbg_g_register()
2522 struct file *file, void *fh, void *arg) in v4l_dbg_s_register()
2550 struct file *file, void *fh, void *arg) in v4l_dbg_g_chip_info()
2593 struct file *file, void *fh, void *arg) in v4l_dqevent()
2599 struct file *file, void *fh, void *arg) in v4l_subscribe_event()
2605 struct file *file, void *fh, void *arg) in v4l_unsubscribe_event()
2611 struct file *file, void *fh, void *arg) in v4l_g_sliced_vbi_cap()
2626 struct file *file, void *fh, void *arg) in v4l_enum_freq_bands()
2912 void *fh = file->private_data; in __video_do_ioctl() local