Lines Matching defs:fh

1012 				struct file *file, void *fh, void *arg)  in v4l_querycap()
1034 struct file *file, void *fh, void *arg) in v4l_s_input()
1040 struct file *file, void *fh, void *arg) in v4l_s_output()
1046 struct file *file, void *fh, void *arg) in v4l_g_priority()
1057 struct file *file, void *fh, void *arg) in v4l_s_priority()
1071 struct file *file, void *fh, void *arg) in v4l_enuminput()
1089 struct file *file, void *fh, void *arg) in v4l_enumoutput()
1107 struct file *file, void *fh, void *arg) in v4l_enum_fmt()
1146 struct file *file, void *fh, void *arg) in v4l_g_fmt()
1238 struct file *file, void *fh, void *arg) in v4l_s_fmt()
1317 struct file *file, void *fh, void *arg) in v4l_try_fmt()
1396 struct file *file, void *fh, void *arg) in v4l_streamon()
1402 struct file *file, void *fh, void *arg) in v4l_streamoff()
1408 struct file *file, void *fh, void *arg) in v4l_g_tuner()
1423 struct file *file, void *fh, void *arg) in v4l_s_tuner()
1434 struct file *file, void *fh, void *arg) in v4l_g_modulator()
1446 struct file *file, void *fh, void *arg) in v4l_g_frequency()
1460 struct file *file, void *fh, void *arg) in v4l_s_frequency()
1479 struct file *file, void *fh, void *arg) in v4l_enumstd()
1516 struct file *file, void *fh, void *arg) in v4l_s_std()
1530 struct file *file, void *fh, void *arg) in v4l_querystd()
1548 struct file *file, void *fh, void *arg) in v4l_s_hw_freq_seek()
1566 struct file *file, void *fh, void *arg) in v4l_overlay()
1572 struct file *file, void *fh, void *arg) in v4l_reqbufs()
1586 struct file *file, void *fh, void *arg) in v4l_querybuf()
1595 struct file *file, void *fh, void *arg) in v4l_qbuf()
1604 struct file *file, void *fh, void *arg) in v4l_dqbuf()
1613 struct file *file, void *fh, void *arg) in v4l_create_bufs()
1633 struct file *file, void *fh, void *arg) in v4l_prepare_buf()
1642 struct file *file, void *fh, void *arg) in v4l_g_parm()
1663 struct file *file, void *fh, void *arg) in v4l_s_parm()
1672 struct file *file, void *fh, void *arg) in v4l_queryctrl()
1689 struct file *file, void *fh, void *arg) in v4l_query_ext_ctrl()
1706 struct file *file, void *fh, void *arg) in v4l_querymenu()
1723 struct file *file, void *fh, void *arg) in v4l_g_ctrl()
1757 struct file *file, void *fh, void *arg) in v4l_s_ctrl()
1786 struct file *file, void *fh, void *arg) in v4l_g_ext_ctrls()
1805 struct file *file, void *fh, void *arg) in v4l_s_ext_ctrls()
1824 struct file *file, void *fh, void *arg) in v4l_try_ext_ctrls()
1843 struct file *file, void *fh, void *arg) in v4l_g_crop()
1870 struct file *file, void *fh, void *arg) in v4l_s_crop()
1892 struct file *file, void *fh, void *arg) in v4l_cropcap()
1934 struct file *file, void *fh, void *arg) in v4l_log_status()
1950 struct file *file, void *fh, void *arg) in v4l_dbg_g_register()
1978 struct file *file, void *fh, void *arg) in v4l_dbg_s_register()
2006 struct file *file, void *fh, void *arg) in v4l_dbg_g_chip_info()
2049 struct file *file, void *fh, void *arg) in v4l_dqevent()
2055 struct file *file, void *fh, void *arg) in v4l_subscribe_event()
2061 struct file *file, void *fh, void *arg) in v4l_unsubscribe_event()
2067 struct file *file, void *fh, void *arg) in v4l_g_sliced_vbi_cap()
2082 struct file *file, void *fh, void *arg) in v4l_enum_freq_bands()
2340 void *fh = file->private_data; in __video_do_ioctl() local