Searched refs:CHIPSTATE (Results 1 – 1 of 1) sorted by relevance
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 { struct142 static inline struct CHIPSTATE *to_state(struct v4l2_subdev *sd) in to_state() argument144 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()[all …]