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

/drivers/media/i2c/
H A Dbt856.c2 * bt856 - BT856A Digital Video Encoder (Rockwell Part)
54 struct bt856 { struct
61 static inline struct bt856 *to_bt856(struct v4l2_subdev *sd)
63 return container_of(sd, struct bt856, sd);
68 static inline int bt856_write(struct bt856 *encoder, u8 reg, u8 value)
76 static inline int bt856_setbit(struct bt856 *encoder, u8 reg, u8 bit, u8 value)
83 static void bt856_dump(struct bt856 *encoder)
97 struct bt856 *encoder = to_bt856(sd);
124 struct bt856 *encoder = to_bt856(sd);
146 struct bt856 *encode
[all...]

Completed in 56 milliseconds