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

/drivers/media/video/
H A Dbt856.c2 * bt856 - BT856A Digital Video Encoder (Rockwell Part)
55 struct bt856 { struct
62 static inline struct bt856 *to_bt856(struct v4l2_subdev *sd)
64 return container_of(sd, struct bt856, sd);
69 static inline int bt856_write(struct bt856 *encoder, u8 reg, u8 value)
77 static inline int bt856_setbit(struct bt856 *encoder, u8 reg, u8 bit, u8 value)
84 static void bt856_dump(struct bt856 *encoder)
98 struct bt856 *encoder = to_bt856(sd);
125 struct bt856 *encoder = to_bt856(sd);
147 struct bt856 *encode
[all...]
H A DMakefile51 obj-$(CONFIG_VIDEO_BT856) += bt856.o

Completed in 174 milliseconds