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

/drivers/media/i2c/
H A Dbt866.c2 bt866 - BT866 Digital Video Encoder (Rockwell Part)
13 This code was adapted for the bt866 by Christer Weinigel and ported
51 struct bt866 { struct
56 static inline struct bt866 *to_bt866(struct v4l2_subdev *sd)
58 return container_of(sd, struct bt866, sd);
61 static int bt866_write(struct bt866 *encoder, u8 subaddr, u8 data)
130 struct bt866 *encoder = to_bt866(sd);
191 struct bt866 *encoder;
214 { "bt866", 0 },
222 .name = "bt866",
[all...]

Completed in 174 milliseconds