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

/drivers/media/video/
H A Dtvp7002.c32 #include <media/tvp7002.h>
44 #define TVP7002_MODULE_NAME "tvp7002"
78 * Register default values (according to tvp7002 datasheet)
417 struct tvp7002 { struct
432 * Returns device handler tvp7002.
434 static inline struct tvp7002 *to_tvp7002(struct v4l2_subdev *sd)
436 return container_of(sd, struct tvp7002, sd);
441 return &container_of(ctrl->handler, struct tvp7002, hdl)->sd;
593 struct tvp7002 *device = to_tvp7002(sd);
641 struct tvp7002 *devic
[all...]
H A DMakefile58 obj-$(CONFIG_VIDEO_TVP7002) += tvp7002.o

Completed in 55 milliseconds