Home
last modified time | relevance | path

Searched refs:probe_for (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-i2c.c271 int bttv_I2CRead(struct bttv *btv, unsigned char addr, char *probe_for) in bttv_I2CRead() argument
277 if (bttv_verbose && NULL != probe_for) in bttv_I2CRead()
279 btv->c.nr, probe_for, addr); in bttv_I2CRead()
282 if (NULL != probe_for) { in bttv_I2CRead()
290 if (bttv_verbose && NULL != probe_for) in bttv_I2CRead()
Dbttv.h371 extern int bttv_I2CRead(struct bttv *btv, unsigned char addr, char *probe_for);