Lines Matching refs:CHIPSTATE
62 struct CHIPSTATE;
64 typedef int (*checkit)(struct CHIPSTATE*);
65 typedef int (*initialize)(struct CHIPSTATE*);
66 typedef int (*getrxsubchans)(struct CHIPSTATE *);
67 typedef void (*setaudmode)(struct CHIPSTATE*, int mode);
114 struct CHIPSTATE { struct
142 static inline struct CHIPSTATE *to_state(struct v4l2_subdev *sd) in to_state() argument
144 return container_of(sd, struct CHIPSTATE, sd); in to_state()
149 return &container_of(ctrl->handler, struct CHIPSTATE, hdl)->sd; in to_sd()
156 static int chip_write(struct CHIPSTATE *chip, int subaddr, int val) in chip_write()
192 static int chip_write_masked(struct CHIPSTATE *chip, in chip_write_masked()
214 static int chip_read(struct CHIPSTATE *chip) in chip_read()
228 static int chip_read2(struct CHIPSTATE *chip, int subaddr) in chip_read2()
259 static int chip_cmd(struct CHIPSTATE *chip, char *name, audiocmd *cmd) in chip_cmd()
305 struct CHIPSTATE *chip = (struct CHIPSTATE*)data; in chip_thread_wake()
311 struct CHIPSTATE *chip = data; in chip_thread()
400 static int tda9840_getrxsubchans(struct CHIPSTATE *chip) in tda9840_getrxsubchans()
418 static void tda9840_setaudmode(struct CHIPSTATE *chip, int mode) in tda9840_setaudmode()
447 static int tda9840_checkit(struct CHIPSTATE *chip) in tda9840_checkit()
560 static int tda985x_getrxsubchans(struct CHIPSTATE *chip) in tda985x_getrxsubchans()
575 static void tda985x_setaudmode(struct CHIPSTATE *chip, int mode) in tda985x_setaudmode()
720 static int tda9873_getrxsubchans(struct CHIPSTATE *chip) in tda9873_getrxsubchans()
737 static void tda9873_setaudmode(struct CHIPSTATE *chip, int mode) in tda9873_setaudmode()
781 static int tda9873_checkit(struct CHIPSTATE *chip) in tda9873_checkit()
884 static int tda9874a_setup(struct CHIPSTATE *chip) in tda9874a_setup()
923 static int tda9874a_getrxsubchans(struct CHIPSTATE *chip) in tda9874a_getrxsubchans()
968 static void tda9874a_setaudmode(struct CHIPSTATE *chip, int mode) in tda9874a_setaudmode()
1059 static int tda9874a_checkit(struct CHIPSTATE *chip) in tda9874a_checkit()
1079 static int tda9874a_initialize(struct CHIPSTATE *chip) in tda9874a_initialize()
1152 static int tda9875_initialize(struct CHIPSTATE *chip) in tda9875_initialize()
1200 static int tda9875_checkit(struct CHIPSTATE *chip) in tda9875_checkit()
1260 static int tea6320_initialize(struct CHIPSTATE * chip) in tea6320_initialize()
1299 static void tda8425_setaudmode(struct CHIPSTATE *chip, int mode) in tda8425_setaudmode()
1378 static int ta8874z_getrxsubchans(struct CHIPSTATE *chip) in ta8874z_getrxsubchans()
1401 static void ta8874z_setaudmode(struct CHIPSTATE *chip, int mode) in ta8874z_setaudmode()
1433 static int ta8874z_checkit(struct CHIPSTATE *chip) in ta8874z_checkit()
1696 struct CHIPSTATE *chip = to_state(sd); in tvaudio_s_ctrl()
1737 struct CHIPSTATE *chip = to_state(sd); in tvaudio_s_radio()
1747 struct CHIPSTATE *chip = to_state(sd); in tvaudio_s_routing()
1765 struct CHIPSTATE *chip = to_state(sd); in tvaudio_s_tuner()
1795 struct CHIPSTATE *chip = to_state(sd); in tvaudio_g_tuner()
1813 struct CHIPSTATE *chip = to_state(sd); in tvaudio_s_std()
1821 struct CHIPSTATE *chip = to_state(sd); in tvaudio_s_frequency()
1842 struct CHIPSTATE *chip = to_state(sd); in tvaudio_log_status()
1896 struct CHIPSTATE *chip; in tvaudio_probe()
2029 struct CHIPSTATE *chip = to_state(sd); in tvaudio_remove()