• Home
  • Raw
  • Download

Lines Matching defs:fh

952 				struct file *file, void *fh, void *arg)  in v4l_querycap()
961 struct file *file, void *fh, void *arg) in v4l_s_input()
967 struct file *file, void *fh, void *arg) in v4l_s_output()
973 struct file *file, void *fh, void *arg) in v4l_g_priority()
986 struct file *file, void *fh, void *arg) in v4l_s_priority()
1000 struct file *file, void *fh, void *arg) in v4l_enuminput()
1018 struct file *file, void *fh, void *arg) in v4l_enumoutput()
1036 struct file *file, void *fh, void *arg) in v4l_enum_fmt()
1069 struct file *file, void *fh, void *arg) in v4l_g_fmt()
1123 struct file *file, void *fh, void *arg) in v4l_s_fmt()
1187 struct file *file, void *fh, void *arg) in v4l_try_fmt()
1251 struct file *file, void *fh, void *arg) in v4l_streamon()
1257 struct file *file, void *fh, void *arg) in v4l_streamoff()
1263 struct file *file, void *fh, void *arg) in v4l_g_tuner()
1278 struct file *file, void *fh, void *arg) in v4l_s_tuner()
1289 struct file *file, void *fh, void *arg) in v4l_g_modulator()
1301 struct file *file, void *fh, void *arg) in v4l_g_frequency()
1312 struct file *file, void *fh, void *arg) in v4l_s_frequency()
1326 struct file *file, void *fh, void *arg) in v4l_enumstd()
1363 struct file *file, void *fh, void *arg) in v4l_g_std()
1379 struct file *file, void *fh, void *arg) in v4l_s_std()
1399 struct file *file, void *fh, void *arg) in v4l_querystd()
1417 struct file *file, void *fh, void *arg) in v4l_s_hw_freq_seek()
1431 struct file *file, void *fh, void *arg) in v4l_overlay()
1437 struct file *file, void *fh, void *arg) in v4l_reqbufs()
1451 struct file *file, void *fh, void *arg) in v4l_querybuf()
1460 struct file *file, void *fh, void *arg) in v4l_qbuf()
1469 struct file *file, void *fh, void *arg) in v4l_dqbuf()
1478 struct file *file, void *fh, void *arg) in v4l_create_bufs()
1487 struct file *file, void *fh, void *arg) in v4l_prepare_buf()
1496 struct file *file, void *fh, void *arg) in v4l_g_parm()
1521 struct file *file, void *fh, void *arg) in v4l_s_parm()
1530 struct file *file, void *fh, void *arg) in v4l_queryctrl()
1547 struct file *file, void *fh, void *arg) in v4l_querymenu()
1564 struct file *file, void *fh, void *arg) in v4l_g_ctrl()
1598 struct file *file, void *fh, void *arg) in v4l_s_ctrl()
1627 struct file *file, void *fh, void *arg) in v4l_g_ext_ctrls()
1646 struct file *file, void *fh, void *arg) in v4l_s_ext_ctrls()
1665 struct file *file, void *fh, void *arg) in v4l_try_ext_ctrls()
1684 struct file *file, void *fh, void *arg) in v4l_g_crop()
1711 struct file *file, void *fh, void *arg) in v4l_s_crop()
1733 struct file *file, void *fh, void *arg) in v4l_cropcap()
1771 struct file *file, void *fh, void *arg) in v4l_log_status()
1787 struct file *file, void *fh, void *arg) in v4l_dbg_g_register()
1814 struct file *file, void *fh, void *arg) in v4l_dbg_s_register()
1841 struct file *file, void *fh, void *arg) in v4l_dbg_g_chip_ident()
1853 struct file *file, void *fh, void *arg) in v4l_dbg_g_chip_info()
1901 struct file *file, void *fh, void *arg) in v4l_dqevent()
1907 struct file *file, void *fh, void *arg) in v4l_subscribe_event()
1913 struct file *file, void *fh, void *arg) in v4l_unsubscribe_event()
1919 struct file *file, void *fh, void *arg) in v4l_g_sliced_vbi_cap()
1934 struct file *file, void *fh, void *arg) in v4l_enum_freq_bands()
2182 void *fh = file->private_data; in __video_do_ioctl() local