Home
last modified time | relevance | path

Searched refs:CHIPSTATE (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/media/i2c/
Dtvaudio.c60 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()
[all …]