Lines Matching defs:file
1724 static int bttv_s_std(struct file *file, void *priv, v4l2_std_id id) in bttv_s_std()
1747 static int bttv_g_std(struct file *file, void *priv, v4l2_std_id *id) in bttv_g_std()
1756 static int bttv_querystd(struct file *file, void *f, v4l2_std_id *id) in bttv_querystd()
1768 static int bttv_enum_input(struct file *file, void *priv, in bttv_enum_input()
1808 static int bttv_g_input(struct file *file, void *priv, unsigned int *i) in bttv_g_input()
1818 static int bttv_s_input(struct file *file, void *priv, unsigned int i) in bttv_s_input()
1830 static int bttv_s_tuner(struct file *file, void *priv, in bttv_s_tuner()
1849 static int bttv_g_frequency(struct file *file, void *priv, in bttv_g_frequency()
1886 static int bttv_s_frequency(struct file *file, void *priv, in bttv_s_frequency()
1899 static int bttv_log_status(struct file *file, void *f) in bttv_log_status()
1911 static int bttv_g_register(struct file *file, void *f, in bttv_g_register()
1925 static int bttv_s_register(struct file *file, void *f, in bttv_s_register()
2312 static int bttv_g_fmt_vid_cap(struct file *file, void *priv, in bttv_g_fmt_vid_cap()
2326 static int bttv_g_fmt_vid_overlay(struct file *file, void *priv, in bttv_g_fmt_vid_overlay()
2350 static int bttv_try_fmt_vid_cap(struct file *file, void *priv, in bttv_try_fmt_vid_cap()
2408 static int bttv_try_fmt_vid_overlay(struct file *file, void *priv, in bttv_try_fmt_vid_overlay()
2419 static int bttv_s_fmt_vid_cap(struct file *file, void *priv, in bttv_s_fmt_vid_cap()
2466 static int bttv_s_fmt_vid_overlay(struct file *file, void *priv, in bttv_s_fmt_vid_overlay()
2480 static int bttv_querycap(struct file *file, void *priv, in bttv_querycap()
2557 static int bttv_enum_fmt_vid_cap(struct file *file, void *priv, in bttv_enum_fmt_vid_cap()
2568 static int bttv_enum_fmt_vid_overlay(struct file *file, void *priv, in bttv_enum_fmt_vid_overlay()
2589 static int bttv_g_fbuf(struct file *file, void *f, in bttv_g_fbuf()
2603 static int bttv_overlay(struct file *file, void *f, unsigned int on) in bttv_overlay()
2640 static int bttv_s_fbuf(struct file *file, void *f, in bttv_s_fbuf()
2710 static int bttv_reqbufs(struct file *file, void *priv, in bttv_reqbufs()
2717 static int bttv_querybuf(struct file *file, void *priv, in bttv_querybuf()
2724 static int bttv_qbuf(struct file *file, void *priv, struct v4l2_buffer *b) in bttv_qbuf()
2736 static int bttv_dqbuf(struct file *file, void *priv, struct v4l2_buffer *b) in bttv_dqbuf()
2743 static int bttv_streamon(struct file *file, void *priv, in bttv_streamon()
2756 static int bttv_streamoff(struct file *file, void *priv, in bttv_streamoff()
2772 static int bttv_g_parm(struct file *file, void *f, in bttv_g_parm()
2787 static int bttv_g_tuner(struct file *file, void *priv, in bttv_g_tuner()
2810 static int bttv_cropcap(struct file *file, void *priv, in bttv_cropcap()
2825 static int bttv_g_crop(struct file *file, void *f, struct v4l2_crop *crop) in bttv_g_crop()
2843 static int bttv_s_crop(struct file *file, void *f, const struct v4l2_crop *crop) in bttv_s_crop()
2919 static ssize_t bttv_read(struct file *file, char __user *data, in bttv_read()
2953 static unsigned int bttv_poll(struct file *file, poll_table *wait) in bttv_poll()
3009 static int bttv_open(struct file *file) in bttv_open()
3080 static int bttv_release(struct file *file) in bttv_release()
3127 bttv_mmap(struct file *file, struct vm_area_struct *vma) in bttv_mmap()
3202 static int radio_open(struct file *file) in radio_open()
3228 static int radio_release(struct file *file) in radio_release()
3248 static int radio_g_tuner(struct file *file, void *priv, struct v4l2_tuner *t) in radio_g_tuner()
3270 static int radio_s_tuner(struct file *file, void *priv, in radio_s_tuner()
3284 static int radio_s_hw_freq_seek(struct file *file, void *priv, in radio_s_hw_freq_seek()
3296 static int radio_enum_freq_bands(struct file *file, void *priv, in radio_enum_freq_bands()
3308 static ssize_t radio_read(struct file *file, char __user *data, in radio_read()
3327 static unsigned int radio_poll(struct file *file, poll_table *wait) in radio_poll()