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

/drivers/media/i2c/
H A Dbt819.c2 * bt819 - BT819A VideoStream Decoder (Rockwell Part)
40 #include <media/bt819.h>
53 struct bt819 { struct
63 static inline struct bt819 *to_bt819(struct v4l2_subdev *sd)
65 return container_of(sd, struct bt819, sd);
70 return &container_of(ctrl->handler, struct bt819, hdl)->sd;
82 /* for values, see the bt819 datasheet */
90 static inline int bt819_write(struct bt819 *decoder, u8 reg, u8 value)
98 static inline int bt819_setbit(struct bt819 *decoder, u8 reg, u8 bit, u8 value)
104 static int bt819_write_block(struct bt819 *decode
[all...]

Completed in 48 milliseconds