Home
last modified time | relevance | path

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

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