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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dtvaudio.c59 struct CHIPSTATE;
61 typedef int (*checkit)(struct CHIPSTATE*);
62 typedef int (*initialize)(struct CHIPSTATE*);
63 typedef int (*getmode)(struct CHIPSTATE*);
64 typedef void (*setmode)(struct CHIPSTATE*, int mode);
111 struct CHIPSTATE { struct
134 static inline struct CHIPSTATE *to_state(struct v4l2_subdev *sd)
136 return container_of(sd, struct CHIPSTATE, sd);
143 static int chip_write(struct CHIPSTATE *chip, int subaddr, int val)
179 static int chip_write_masked(struct CHIPSTATE *chi
[all...]

Completed in 25 milliseconds