Lines Matching defs:file
1010 static int aspeed_video_querycap(struct file *file, void *fh, in aspeed_video_querycap()
1021 static int aspeed_video_enum_format(struct file *file, void *fh, in aspeed_video_enum_format()
1032 static int aspeed_video_get_format(struct file *file, void *fh, in aspeed_video_get_format()
1042 static int aspeed_video_enum_input(struct file *file, void *fh, in aspeed_video_enum_input()
1058 static int aspeed_video_get_input(struct file *file, void *fh, unsigned int *i) in aspeed_video_get_input()
1065 static int aspeed_video_set_input(struct file *file, void *fh, unsigned int i) in aspeed_video_set_input()
1073 static int aspeed_video_get_parm(struct file *file, void *fh, in aspeed_video_get_parm()
1089 static int aspeed_video_set_parm(struct file *file, void *fh, in aspeed_video_set_parm()
1117 static int aspeed_video_enum_framesizes(struct file *file, void *fh, in aspeed_video_enum_framesizes()
1135 static int aspeed_video_enum_frameintervals(struct file *file, void *fh, in aspeed_video_enum_frameintervals()
1161 static int aspeed_video_set_dv_timings(struct file *file, void *fh, in aspeed_video_set_dv_timings()
1186 static int aspeed_video_get_dv_timings(struct file *file, void *fh, in aspeed_video_get_dv_timings()
1197 static int aspeed_video_query_dv_timings(struct file *file, void *fh, in aspeed_video_query_dv_timings()
1225 static int aspeed_video_enum_dv_timings(struct file *file, void *fh, in aspeed_video_enum_dv_timings()
1232 static int aspeed_video_dv_timings_cap(struct file *file, void *fh, in aspeed_video_dv_timings_cap()
1374 static int aspeed_video_open(struct file *file) in aspeed_video_open()
1395 static int aspeed_video_release(struct file *file) in aspeed_video_release()