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