Searched refs:tvp7002 (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 Dtvp7002.c31 #include <media/tvp7002.h>
42 #define TVP7002_MODULE_NAME "tvp7002"
76 * Register default values (according to tvp7002 datasheet)
435 struct tvp7002 { struct
451 * Returns device handler tvp7002.
453 static inline struct tvp7002 *to_tvp7002(struct v4l2_subdev *sd)
455 return container_of(sd, struct tvp7002, sd);
607 struct tvp7002 *device = to_tvp7002(sd);
632 struct tvp7002 *device = to_tvp7002(sd);
653 struct tvp7002 *devic
[all...]
H A DMakefile60 obj-$(CONFIG_VIDEO_TVP7002) += tvp7002.o

Completed in 102 milliseconds