Lines Matching refs:filp
307 static int dt3155_querycap(struct file *filp, void *p, in dt3155_querycap() argument
310 struct dt3155_priv *pd = video_drvdata(filp); in dt3155_querycap()
321 static int dt3155_enum_fmt_vid_cap(struct file *filp, in dt3155_enum_fmt_vid_cap() argument
331 static int dt3155_fmt_vid_cap(struct file *filp, void *p, struct v4l2_format *f) in dt3155_fmt_vid_cap() argument
333 struct dt3155_priv *pd = video_drvdata(filp); in dt3155_fmt_vid_cap()
345 static int dt3155_g_std(struct file *filp, void *p, v4l2_std_id *norm) in dt3155_g_std() argument
347 struct dt3155_priv *pd = video_drvdata(filp); in dt3155_g_std()
353 static int dt3155_s_std(struct file *filp, void *p, v4l2_std_id norm) in dt3155_s_std() argument
355 struct dt3155_priv *pd = video_drvdata(filp); in dt3155_s_std()
374 static int dt3155_enum_input(struct file *filp, void *p, in dt3155_enum_input() argument
390 static int dt3155_g_input(struct file *filp, void *p, unsigned int *i) in dt3155_g_input() argument
392 struct dt3155_priv *pd = video_drvdata(filp); in dt3155_g_input()
398 static int dt3155_s_input(struct file *filp, void *p, unsigned int i) in dt3155_s_input() argument
400 struct dt3155_priv *pd = video_drvdata(filp); in dt3155_s_input()