Searched refs:bt819 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | bt819.c | 3 * bt819 - BT819A VideoStream Decoder (Rockwell Part) 27 #include <media/i2c/bt819.h> 40 struct bt819 { struct 50 static inline struct bt819 *to_bt819(struct v4l2_subdev *sd) in to_bt819() 52 return container_of(sd, struct bt819, sd); in to_bt819() 57 return &container_of(ctrl->handler, struct bt819, hdl)->sd; in to_sd() 69 /* for values, see the bt819 datasheet */ 77 static inline int bt819_write(struct bt819 *decoder, u8 reg, u8 value) in bt819_write() 85 static inline int bt819_setbit(struct bt819 *decoder, u8 reg, u8 bit, u8 value) in bt819_setbit() 91 static int bt819_write_block(struct bt819 *decode [all...] |
H A D | Makefile | 42 obj-$(CONFIG_VIDEO_BT819) += bt819.o
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | bt819.c | 3 * bt819 - BT819A VideoStream Decoder (Rockwell Part) 27 #include <media/i2c/bt819.h> 40 struct bt819 { struct 50 static inline struct bt819 *to_bt819(struct v4l2_subdev *sd) in to_bt819() 52 return container_of(sd, struct bt819, sd); in to_bt819() 57 return &container_of(ctrl->handler, struct bt819, hdl)->sd; in to_sd() 69 /* for values, see the bt819 datasheet */ 77 static inline int bt819_write(struct bt819 *decoder, u8 reg, u8 value) in bt819_write() 85 static inline int bt819_setbit(struct bt819 *decoder, u8 reg, u8 bit, u8 value) in bt819_setbit() 91 static int bt819_write_block(struct bt819 *decode [all...] |
H A D | Makefile | 22 obj-$(CONFIG_VIDEO_BT819) += bt819.o
|
/kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
H A D | zoran_card.c | 26 #include <media/i2c/bt819.h>
|
/kernel/linux/linux-6.6/drivers/media/pci/zoran/ |
H A D | zoran_card.c | 26 #include <media/i2c/bt819.h>
|
Completed in 5 milliseconds