D | mxb.c | 141 struct mxb struct 162 #define saa7111a_call(mxb, o, f, args...) \ argument 163 v4l2_subdev_call(mxb->saa7111a, o, f, ##args) 164 #define tda9840_call(mxb, o, f, args...) \ argument 165 v4l2_subdev_call(mxb->tda9840, o, f, ##args) 166 #define tea6415c_call(mxb, o, f, args...) \ argument 167 v4l2_subdev_call(mxb->tea6415c, o, f, ##args) 168 #define tuner_call(mxb, o, f, args...) \ argument 169 v4l2_subdev_call(mxb->tuner, o, f, ##args) 173 static void mxb_update_audmode(struct mxb *mxb) in mxb_update_audmode() argument [all …]
|