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

/linux-master/drivers/media/i2c/
H A Dbt866.c3 bt866 - BT866 Digital Video Encoder (Rockwell Part)
14 This code was adapted for the bt866 by Christer Weinigel and ported
39 struct bt866 { struct
44 static inline struct bt866 *to_bt866(struct v4l2_subdev *sd)
46 return container_of(sd, struct bt866, sd);
49 static int bt866_write(struct bt866 *encoder, u8 subaddr, u8 data)
118 struct bt866 *encoder = to_bt866(sd);
178 struct bt866 *encoder;
200 { "bt866", 0 },
207 .name = "bt866",
[all...]
H A DMakefile25 obj-$(CONFIG_VIDEO_BT866) += bt866.o

Completed in 128 milliseconds