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

/linux-master/drivers/media/i2c/
H A 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)
142 return container_of(sd, struct CHIPSTATE, sd);
147 return &container_of(ctrl->handler, struct CHIPSTATE, hdl)->sd;
154 static int chip_write(struct CHIPSTATE *chi
[all...]

Completed in 93 milliseconds