• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/

Lines Matching refs:CHIPSTATE

59 struct CHIPSTATE;
61 typedef int (*checkit)(struct CHIPSTATE*);
62 typedef int (*initialize)(struct CHIPSTATE*);
63 typedef int (*getmode)(struct CHIPSTATE*);
64 typedef void (*setmode)(struct CHIPSTATE*, int mode);
111 struct CHIPSTATE {
134 static inline struct CHIPSTATE *to_state(struct v4l2_subdev *sd)
136 return container_of(sd, struct CHIPSTATE, sd);
143 static int chip_write(struct CHIPSTATE *chip, int subaddr, int val)
179 static int chip_write_masked(struct CHIPSTATE *chip,
201 static int chip_read(struct CHIPSTATE *chip)
215 static int chip_read2(struct CHIPSTATE *chip, int subaddr)
237 static int chip_cmd(struct CHIPSTATE *chip, char *name, audiocmd *cmd)
282 struct CHIPSTATE *chip = (struct CHIPSTATE*)data;
288 struct CHIPSTATE *chip = data;
361 static int tda9840_getmode(struct CHIPSTATE *chip)
378 static void tda9840_setmode(struct CHIPSTATE *chip, int mode)
404 static int tda9840_checkit(struct CHIPSTATE *chip)
516 static int tda985x_getmode(struct CHIPSTATE *chip)
527 static void tda985x_setmode(struct CHIPSTATE *chip, int mode)
667 static int tda9873_getmode(struct CHIPSTATE *chip)
683 static void tda9873_setmode(struct CHIPSTATE *chip, int mode)
720 static int tda9873_checkit(struct CHIPSTATE *chip)
823 static int tda9874a_setup(struct CHIPSTATE *chip)
862 static int tda9874a_getmode(struct CHIPSTATE *chip)
906 static void tda9874a_setmode(struct CHIPSTATE *chip, int mode)
989 static int tda9874a_checkit(struct CHIPSTATE *chip)
1009 static int tda9874a_initialize(struct CHIPSTATE *chip)
1082 static int tda9875_initialize(struct CHIPSTATE *chip)
1130 static int tda9875_checkit(struct CHIPSTATE *chip)
1190 static int tea6320_initialize(struct CHIPSTATE * chip)
1229 static int tda8425_initialize(struct CHIPSTATE *chip)
1241 static void tda8425_setmode(struct CHIPSTATE *chip, int mode)
1312 static int ta8874z_getmode(struct CHIPSTATE *chip)
1332 static void ta8874z_setmode(struct CHIPSTATE *chip, int mode)
1361 static int ta8874z_checkit(struct CHIPSTATE *chip)
1626 struct CHIPSTATE *chip = to_state(sd);
1669 struct CHIPSTATE *chip = to_state(sd);
1746 struct CHIPSTATE *chip = to_state(sd);
1756 struct CHIPSTATE *chip = to_state(sd);
1786 struct CHIPSTATE *chip = to_state(sd);
1804 struct CHIPSTATE *chip = to_state(sd);
1839 struct CHIPSTATE *chip = to_state(sd);
1870 struct CHIPSTATE *chip = to_state(sd);
1878 struct CHIPSTATE *chip = to_state(sd);
1941 struct CHIPSTATE *chip;
2058 struct CHIPSTATE *chip = to_state(sd);