Searched refs:bt866 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | bt866.c | 3 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) in to_bt866() 46 return container_of(sd, struct bt866, sd); in to_bt866() 49 static int bt866_write(struct bt866 *encoder, u8 subaddr, u8 data) in bt866_write() 118 struct bt866 *encoder = to_bt866(sd); in bt866_s_routing() 179 struct bt866 *encoder; in bt866_probe() 202 { "bt866", 0 }, 209 .name = "bt866", [all...] |
H A D | Makefile | 44 obj-$(CONFIG_VIDEO_BT866) += bt866.o
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | bt866.c | 3 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) in to_bt866() 46 return container_of(sd, struct bt866, sd); in to_bt866() 49 static int bt866_write(struct bt866 *encoder, u8 subaddr, u8 data) in bt866_write() 118 struct bt866 *encoder = to_bt866(sd); in bt866_s_routing() 178 struct bt866 *encoder; in bt866_probe() 200 { "bt866", 0 }, 207 .name = "bt866", [all...] |
H A D | Makefile | 24 obj-$(CONFIG_VIDEO_BT866) += bt866.o
|
Completed in 2 milliseconds