Home
last modified time | relevance | path

Searched refs:saa6588 (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/media/i2c/
Dsaa6588.c67 struct saa6588 { struct
82 static inline struct saa6588 *to_saa6588(struct v4l2_subdev *sd) in to_saa6588() argument
84 return container_of(sd, struct saa6588, sd); in to_saa6588()
153 static bool block_from_buf(struct saa6588 *s, unsigned char *buf) in block_from_buf()
182 static void read_from_buf(struct saa6588 *s, struct saa6588_command *a) in read_from_buf()
232 static void block_to_buf(struct saa6588 *s, unsigned char *blockbuf) in block_to_buf()
260 static void saa6588_i2c_poll(struct saa6588 *s) in saa6588_i2c_poll()
332 struct saa6588 *s = container_of(work, struct saa6588, work.work); in saa6588_work()
338 static void saa6588_configure(struct saa6588 *s) in saa6588_configure()
397 struct saa6588 *s = to_saa6588(sd); in saa6588_ioctl()
[all …]
DMakefile12 obj-$(CONFIG_VIDEO_SAA6588) += saa6588.o
DKconfig174 module will be called saa6588.
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-cards.c104 static unsigned int saa6588[BTTV_MAX]; variable
143 MODULE_PARM_DESC(saa6588, "if 1, then load the saa6588 RDS module, default (0) is to use the card d…
3536 if (btv->has_saa6588 || saa6588[btv->c.nr]) { in bttv_init_card2()
/linux-4.4.14/
DMAINTAINERS9194 F: drivers/media/i2c/saa6588*