Lines Matching refs: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 { struct
140 static inline struct CHIPSTATE *to_state(struct v4l2_subdev *sd) in to_state() argument
142 return container_of(sd, struct CHIPSTATE, sd); in to_state()
147 return &container_of(ctrl->handler, struct CHIPSTATE, hdl)->sd; in to_sd()
154 static int chip_write(struct CHIPSTATE *chip, int subaddr, int val) in chip_write()
197 static int chip_write_masked(struct CHIPSTATE *chip, in chip_write_masked()
219 static int chip_read(struct CHIPSTATE *chip) in chip_read()
237 static int chip_read2(struct CHIPSTATE *chip, int subaddr) in chip_read2()
272 static int chip_cmd(struct CHIPSTATE *chip, char *name, audiocmd *cmd) in chip_cmd()
321 struct CHIPSTATE *chip = from_timer(chip, t, wt); in chip_thread_wake()
327 struct CHIPSTATE *chip = data; in chip_thread()
416 static int tda9840_getrxsubchans(struct CHIPSTATE *chip) in tda9840_getrxsubchans()
438 static void tda9840_setaudmode(struct CHIPSTATE *chip, int mode) in tda9840_setaudmode()
467 static int tda9840_checkit(struct CHIPSTATE *chip) in tda9840_checkit()
585 static int tda985x_getrxsubchans(struct CHIPSTATE *chip) in tda985x_getrxsubchans()
603 static void tda985x_setaudmode(struct CHIPSTATE *chip, int mode) in tda985x_setaudmode()
748 static int tda9873_getrxsubchans(struct CHIPSTATE *chip) in tda9873_getrxsubchans()
769 static void tda9873_setaudmode(struct CHIPSTATE *chip, int mode) in tda9873_setaudmode()
813 static int tda9873_checkit(struct CHIPSTATE *chip) in tda9873_checkit()
917 static int tda9874a_setup(struct CHIPSTATE *chip) in tda9874a_setup()
956 static int tda9874a_getrxsubchans(struct CHIPSTATE *chip) in tda9874a_getrxsubchans()
1004 static void tda9874a_setaudmode(struct CHIPSTATE *chip, int mode) in tda9874a_setaudmode()
1095 static int tda9874a_checkit(struct CHIPSTATE *chip) in tda9874a_checkit()
1117 static int tda9874a_initialize(struct CHIPSTATE *chip) in tda9874a_initialize()
1190 static int tda9875_initialize(struct CHIPSTATE *chip) in tda9875_initialize()
1238 static int tda9875_checkit(struct CHIPSTATE *chip) in tda9875_checkit()
1302 static int tea6320_initialize(struct CHIPSTATE * chip) in tea6320_initialize()
1341 static void tda8425_setaudmode(struct CHIPSTATE *chip, int mode) in tda8425_setaudmode()
1420 static int ta8874z_getrxsubchans(struct CHIPSTATE *chip) in ta8874z_getrxsubchans()
1447 static void ta8874z_setaudmode(struct CHIPSTATE *chip, int mode) in ta8874z_setaudmode()
1479 static int ta8874z_checkit(struct CHIPSTATE *chip) in ta8874z_checkit()
1746 struct CHIPSTATE *chip = to_state(sd); in tvaudio_s_ctrl()
1787 struct CHIPSTATE *chip = to_state(sd); in tvaudio_s_radio()
1797 struct CHIPSTATE *chip = to_state(sd); in tvaudio_s_routing()
1815 struct CHIPSTATE *chip = to_state(sd); in tvaudio_s_tuner()
1845 struct CHIPSTATE *chip = to_state(sd); in tvaudio_g_tuner()
1863 struct CHIPSTATE *chip = to_state(sd); in tvaudio_s_std()
1871 struct CHIPSTATE *chip = to_state(sd); in tvaudio_s_frequency()
1892 struct CHIPSTATE *chip = to_state(sd); in tvaudio_log_status()
1939 struct CHIPSTATE *chip; in tvaudio_probe()
2071 struct CHIPSTATE *chip = to_state(sd); in tvaudio_remove()