Searched defs:saa6588 (Results 1 - 2 of 2) sorted by relevance

/drivers/media/i2c/
H A Dsaa6588.c34 #include <media/saa6588.h>
64 #define PREFIX "saa6588: "
67 struct saa6588 { struct
82 static inline struct saa6588 *to_saa6588(struct v4l2_subdev *sd)
84 return container_of(sd, struct saa6588, sd);
153 static bool block_from_buf(struct saa6588 *s, unsigned char *buf)
182 static void read_from_buf(struct saa6588 *s, struct saa6588_command *a)
232 static void block_to_buf(struct saa6588 *s, unsigned char *blockbuf)
260 static void saa6588_i2c_poll(struct saa6588 *s)
334 struct saa6588 *
[all...]
/drivers/media/pci/bt8xx/
H A Dbttv-cards.c105 static unsigned int saa6588[BTTV_MAX]; variable
144 MODULE_PARM_DESC(saa6588, "if 1, then load the saa6588 RDS module, default (0) is to use the card definition.");
3537 if (btv->has_saa6588 || saa6588[btv->c.nr]) {
3547 &btv->c.i2c_adap, "saa6588", 0, addrs);

Completed in 193 milliseconds