Searched defs:tvp5150 (Results 1 - 1 of 1) sorted by relevance

/drivers/media/i2c/
H A Dtvp5150.c2 * tvp5150 - Texas Instruments TVP5150A/AM1 video decoder driver
14 #include <media/tvp5150.h>
35 struct tvp5150 { struct
46 static inline struct tvp5150 *to_tvp5150(struct v4l2_subdev *sd)
48 return container_of(sd, struct tvp5150, sd);
53 return &container_of(ctrl->handler, struct tvp5150, hdl)->sd;
67 v4l2_dbg(2, debug, sd, "tvp5150: read 0x%02x = 0x%02x\n", addr, rc);
78 v4l2_dbg(2, debug, sd, "tvp5150: writing 0x%02x 0x%02x\n", addr, value);
93 printk("tvp5150: %s reg 0x%02x = ", s, init);
105 printk("tvp5150
[all...]

Completed in 58 milliseconds