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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dadv7175.c2 * adv7175 - adv7175a video encoder driver version 0.0.3
53 struct adv7175 { struct
59 static inline struct adv7175 *to_adv7175(struct v4l2_subdev *sd)
61 return container_of(sd, struct adv7175, sd);
89 /* the adv7175 has an autoincrement function, use it if
205 struct adv7175 *encoder = to_adv7175(sd);
244 struct adv7175 *encoder = to_adv7175(sd);
331 struct adv7175 *encoder;
341 encoder = kzalloc(sizeof(struct adv7175), GFP_KERNEL);
373 { "adv7175",
[all...]
H A DMakefile48 obj-$(CONFIG_VIDEO_ADV7175) += adv7175.o

Completed in 163 milliseconds