Lines Matching defs:fh
1091 struct file *file, void *fh, void *arg) in v4l_querycap()
1125 struct file *file, void *fh, void *arg) in v4l_g_input()
1138 struct file *file, void *fh, void *arg) in v4l_g_output()
1151 struct file *file, void *fh, void *arg) in v4l_s_input()
1167 struct file *file, void *fh, void *arg) in v4l_s_output()
1178 struct file *file, void *fh, void *arg) in v4l_g_priority()
1189 struct file *file, void *fh, void *arg) in v4l_s_priority()
1203 struct file *file, void *fh, void *arg) in v4l_enuminput()
1229 struct file *file, void *fh, void *arg) in v4l_enumoutput()
1579 struct file *file, void *fh, void *arg) in v4l_enum_fmt()
1670 struct file *file, void *fh, void *arg) in v4l_g_fmt()
1729 struct file *file, void *fh, void *arg) in v4l_s_fmt()
1840 struct file *file, void *fh, void *arg) in v4l_try_fmt()
1948 struct file *file, void *fh, void *arg) in v4l_streamon()
1954 struct file *file, void *fh, void *arg) in v4l_streamoff()
1960 struct file *file, void *fh, void *arg) in v4l_g_tuner()
1975 struct file *file, void *fh, void *arg) in v4l_s_tuner()
1990 struct file *file, void *fh, void *arg) in v4l_g_modulator()
2006 struct file *file, void *fh, void *arg) in v4l_s_modulator()
2018 struct file *file, void *fh, void *arg) in v4l_g_frequency()
2032 struct file *file, void *fh, void *arg) in v4l_s_frequency()
2055 struct file *file, void *fh, void *arg) in v4l_enumstd()
2064 struct file *file, void *fh, void *arg) in v4l_s_std()
2082 struct file *file, void *fh, void *arg) in v4l_querystd()
2104 struct file *file, void *fh, void *arg) in v4l_s_hw_freq_seek()
2126 struct file *file, void *fh, void *arg) in v4l_s_fbuf()
2135 struct file *file, void *fh, void *arg) in v4l_overlay()
2141 struct file *file, void *fh, void *arg) in v4l_reqbufs()
2160 struct file *file, void *fh, void *arg) in v4l_querybuf()
2169 struct file *file, void *fh, void *arg) in v4l_qbuf()
2178 struct file *file, void *fh, void *arg) in v4l_dqbuf()
2187 struct file *file, void *fh, void *arg) in v4l_create_bufs()
2214 struct file *file, void *fh, void *arg) in v4l_prepare_buf()
2223 struct file *file, void *fh, void *arg) in v4l_remove_bufs()
2234 struct file *file, void *fh, void *arg) in v4l_g_parm()
2257 struct file *file, void *fh, void *arg) in v4l_s_parm()
2281 struct file *file, void *fh, void *arg) in v4l_queryctrl()
2298 struct file *file, void *fh, void *arg) in v4l_query_ext_ctrl()
2315 struct file *file, void *fh, void *arg) in v4l_querymenu()
2332 struct file *file, void *fh, void *arg) in v4l_g_ctrl()
2366 struct file *file, void *fh, void *arg) in v4l_s_ctrl()
2398 struct file *file, void *fh, void *arg) in v4l_g_ext_ctrls()
2419 struct file *file, void *fh, void *arg) in v4l_s_ext_ctrls()
2440 struct file *file, void *fh, void *arg) in v4l_try_ext_ctrls()
2470 struct file *file, void *fh, void *arg) in v4l_g_selection()
2486 struct file *file, void *fh, void *arg) in v4l_s_selection()
2502 struct file *file, void *fh, void *arg) in v4l_g_crop()
2532 struct file *file, void *fh, void *arg) in v4l_s_crop()
2557 struct file *file, void *fh, void *arg) in v4l_cropcap()
2623 struct file *file, void *fh, void *arg) in v4l_log_status()
2639 struct file *file, void *fh, void *arg) in v4l_dbg_g_register()
2667 struct file *file, void *fh, void *arg) in v4l_dbg_s_register()
2695 struct file *file, void *fh, void *arg) in v4l_dbg_g_chip_info()
2738 struct file *file, void *fh, void *arg) in v4l_dqevent()
2744 struct file *file, void *fh, void *arg) in v4l_subscribe_event()
2750 struct file *file, void *fh, void *arg) in v4l_unsubscribe_event()
2756 struct file *file, void *fh, void *arg) in v4l_g_sliced_vbi_cap()
2771 struct file *file, void *fh, void *arg) in v4l_enum_freq_bands()
3057 void *fh = file->private_data; in __video_do_ioctl() local