Searched refs:bt819 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dbt819.c2 * bt819 - BT819A VideoStream Decoder (Rockwell Part)
42 #include <media/bt819.h>
55 struct bt819 { struct
69 static inline struct bt819 *to_bt819(struct v4l2_subdev *sd)
71 return container_of(sd, struct bt819, sd);
83 /* for values, see the bt819 datasheet */
91 static inline int bt819_write(struct bt819 *decoder, u8 reg, u8 value)
99 static inline int bt819_setbit(struct bt819 *decoder, u8 reg, u8 bit, u8 value)
105 static int bt819_write_block(struct bt819 *decoder, const u8 *data, unsigned int len)
111 /* the bt819 ha
[all...]
H A DMakefile52 obj-$(CONFIG_VIDEO_BT819) += bt819.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/zoran/
H A Dzoran_card.c53 #include <media/bt819.h>
533 .mod_decoder = "bt819",

Completed in 107 milliseconds