D | mxb.c | 152 struct mxb struct 173 #define saa7111a_call(mxb, o, f, args...) \ argument 174 v4l2_subdev_call(mxb->saa7111a, o, f, ##args) 175 #define tda9840_call(mxb, o, f, args...) \ argument 176 v4l2_subdev_call(mxb->tda9840, o, f, ##args) 177 #define tea6415c_call(mxb, o, f, args...) \ argument 178 v4l2_subdev_call(mxb->tea6415c, o, f, ##args) 179 #define tuner_call(mxb, o, f, args...) \ argument 180 v4l2_subdev_call(mxb->tuner, o, f, ##args) 184 static void mxb_update_audmode(struct mxb *mxb) in mxb_update_audmode() argument [all …]
|