Lines Matching defs:file
156 static int timblogiw_g_fmt(struct file *file, void *priv, in timblogiw_g_fmt()
182 static int timblogiw_try_fmt(struct file *file, void *priv, in timblogiw_try_fmt()
207 static int timblogiw_s_fmt(struct file *file, void *priv, in timblogiw_s_fmt()
236 static int timblogiw_querycap(struct file *file, void *priv, in timblogiw_querycap()
252 static int timblogiw_enum_fmt(struct file *file, void *priv, in timblogiw_enum_fmt()
271 static int timblogiw_g_parm(struct file *file, void *priv, in timblogiw_g_parm()
284 static int timblogiw_reqbufs(struct file *file, void *priv, in timblogiw_reqbufs()
295 static int timblogiw_querybuf(struct file *file, void *priv, in timblogiw_querybuf()
306 static int timblogiw_qbuf(struct file *file, void *priv, struct v4l2_buffer *b) in timblogiw_qbuf()
316 static int timblogiw_dqbuf(struct file *file, void *priv, in timblogiw_dqbuf()
327 static int timblogiw_g_std(struct file *file, void *priv, v4l2_std_id *std) in timblogiw_g_std()
338 static int timblogiw_s_std(struct file *file, void *priv, v4l2_std_id std) in timblogiw_s_std()
360 static int timblogiw_enuminput(struct file *file, void *priv, in timblogiw_enuminput()
383 static int timblogiw_g_input(struct file *file, void *priv, in timblogiw_g_input()
395 static int timblogiw_s_input(struct file *file, void *priv, unsigned int input) in timblogiw_s_input()
406 static int timblogiw_streamon(struct file *file, void *priv, enum v4l2_buf_type type) in timblogiw_streamon()
422 static int timblogiw_streamoff(struct file *file, void *priv, in timblogiw_streamoff()
436 static int timblogiw_querystd(struct file *file, void *priv, v4l2_std_id *std) in timblogiw_querystd()
452 static int timblogiw_enum_framesizes(struct file *file, void *priv, in timblogiw_enum_framesizes()
608 static int timblogiw_open(struct file *file) in timblogiw_open()
691 static int timblogiw_close(struct file *file) in timblogiw_close()
712 static ssize_t timblogiw_read(struct file *file, char __user *data, in timblogiw_read()
724 static unsigned int timblogiw_poll(struct file *file, in timblogiw_poll()
735 static int timblogiw_mmap(struct file *file, struct vm_area_struct *vma) in timblogiw_mmap()