Lines Matching defs:CHIPSTATE

60 struct CHIPSTATE;
62 typedef int (*checkit)(struct CHIPSTATE*);
63 typedef int (*initialize)(struct CHIPSTATE*);
64 typedef int (*getrxsubchans)(struct CHIPSTATE *);
65 typedef void (*setaudmode)(struct CHIPSTATE*, int mode);
112 struct CHIPSTATE {
140 static inline struct CHIPSTATE *to_state(struct v4l2_subdev *sd)
142 return container_of(sd, struct CHIPSTATE, sd);
147 return &container_of(ctrl->handler, struct CHIPSTATE, hdl)->sd;
154 static int chip_write(struct CHIPSTATE *chip, int subaddr, int val)
197 static int chip_write_masked(struct CHIPSTATE *chip,
219 static int chip_read(struct CHIPSTATE *chip)
237 static int chip_read2(struct CHIPSTATE *chip, int subaddr)
272 static int chip_cmd(struct CHIPSTATE *chip, char *name, audiocmd *cmd)
321 struct CHIPSTATE *chip = from_timer(chip, t, wt);
327 struct CHIPSTATE *chip = data;
416 static int tda9840_getrxsubchans(struct CHIPSTATE *chip)
438 static void tda9840_setaudmode(struct CHIPSTATE *chip, int mode)
467 static int tda9840_checkit(struct CHIPSTATE *chip)
585 static int tda985x_getrxsubchans(struct CHIPSTATE *chip)
603 static void tda985x_setaudmode(struct CHIPSTATE *chip, int mode)
748 static int tda9873_getrxsubchans(struct CHIPSTATE *chip)
769 static void tda9873_setaudmode(struct CHIPSTATE *chip, int mode)
813 static int tda9873_checkit(struct CHIPSTATE *chip)
917 static int tda9874a_setup(struct CHIPSTATE *chip)
956 static int tda9874a_getrxsubchans(struct CHIPSTATE *chip)
1004 static void tda9874a_setaudmode(struct CHIPSTATE *chip, int mode)
1095 static int tda9874a_checkit(struct CHIPSTATE *chip)
1117 static int tda9874a_initialize(struct CHIPSTATE *chip)
1190 static int tda9875_initialize(struct CHIPSTATE *chip)
1238 static int tda9875_checkit(struct CHIPSTATE *chip)
1302 static int tea6320_initialize(struct CHIPSTATE * chip)
1341 static void tda8425_setaudmode(struct CHIPSTATE *chip, int mode)
1420 static int ta8874z_getrxsubchans(struct CHIPSTATE *chip)
1447 static void ta8874z_setaudmode(struct CHIPSTATE *chip, int mode)
1479 static int ta8874z_checkit(struct CHIPSTATE *chip)
1746 struct CHIPSTATE *chip = to_state(sd);
1787 struct CHIPSTATE *chip = to_state(sd);
1797 struct CHIPSTATE *chip = to_state(sd);
1815 struct CHIPSTATE *chip = to_state(sd);
1845 struct CHIPSTATE *chip = to_state(sd);
1863 struct CHIPSTATE *chip = to_state(sd);
1871 struct CHIPSTATE *chip = to_state(sd);
1892 struct CHIPSTATE *chip = to_state(sd);
1939 struct CHIPSTATE *chip;
2071 struct CHIPSTATE *chip = to_state(sd);