Searched refs:bt819 (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/include/media/ |
H A D | bt819.h | 2 bt819.h - bt819 notifications
|
/linux-4.4.14/drivers/media/i2c/ |
H A D | bt819.c | 2 * bt819 - BT819A VideoStream Decoder (Rockwell Part) 40 #include <media/bt819.h> 53 struct bt819 { struct 63 static inline struct bt819 *to_bt819(struct v4l2_subdev *sd) to_bt819() 65 return container_of(sd, struct bt819, sd); to_bt819() 70 return &container_of(ctrl->handler, struct bt819, hdl)->sd; to_sd() 82 /* for values, see the bt819 datasheet */ 90 static inline int bt819_write(struct bt819 *decoder, u8 reg, u8 value) bt819_write() 98 static inline int bt819_setbit(struct bt819 *decoder, u8 reg, u8 bit, u8 value) bt819_setbit() 104 static int bt819_write_block(struct bt819 *decoder, const u8 *data, unsigned int len) bt819_write_block() 110 /* the bt819 has an autoincrement function, use it if bt819_write_block() 144 static inline int bt819_read(struct bt819 *decoder, u8 reg) bt819_read() 174 Bug in the bt819 stepping on my board? bt819_init() 187 struct bt819 *decoder = to_bt819(sd); bt819_init() 215 struct bt819 *decoder = to_bt819(sd); bt819_status() 250 struct bt819 *decoder = to_bt819(sd); bt819_s_std() 300 struct bt819 *decoder = to_bt819(sd); bt819_s_routing() 328 struct bt819 *decoder = to_bt819(sd); bt819_s_stream() 342 struct bt819 *decoder = to_bt819(sd); bt819_s_ctrl() 400 struct bt819 *decoder; bt819_probe() 465 struct bt819 *decoder = to_bt819(sd); bt819_remove() 484 .name = "bt819",
|
H A D | Makefile | 34 obj-$(CONFIG_VIDEO_BT819) += bt819.o
|
H A D | bt856.c | 151 * input= 0: input is from bt819 bt856_s_routing()
|
/linux-4.4.14/drivers/media/pci/zoran/ |
H A D | zoran_card.c | 53 #include <media/bt819.h>
|
Completed in 153 milliseconds