Searched refs:saa6588 (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 Dsaa6588.c66 #define PREFIX "saa6588: "
69 struct saa6588 { struct
84 static inline struct saa6588 *to_saa6588(struct v4l2_subdev *sd)
86 return container_of(sd, struct saa6588, sd);
155 static int block_to_user_buf(struct saa6588 *s, unsigned char __user *user_buf)
185 static void read_from_buf(struct saa6588 *s, struct rds_command *a)
228 static void block_to_buf(struct saa6588 *s, unsigned char *blockbuf)
256 static void saa6588_i2c_poll(struct saa6588 *s)
330 struct saa6588 *s = container_of(work, struct saa6588, wor
[all...]
H A DMakefile35 obj-$(CONFIG_VIDEO_SAA6588) += saa6588.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-cards.c100 static unsigned int saa6588[BTTV_MAX]; variable
139 MODULE_PARM_DESC(saa6588, "if 1, then load the saa6588 RDS module, default (0) is to use the card definition.");
3515 if (btv->has_saa6588 || saa6588[btv->c.nr]) {
3525 &btv->c.i2c_adap, "saa6588", "saa6588", 0, addrs);

Completed in 100 milliseconds