Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/bt8xx/
Dbttv-i2c.c259 int bttv_I2CRead(struct bttv *btv, unsigned char addr, char *probe_for) in bttv_I2CRead() argument
265 if (bttv_verbose && NULL != probe_for) in bttv_I2CRead()
267 btv->c.nr, probe_for, addr); in bttv_I2CRead()
270 if (NULL != probe_for) { in bttv_I2CRead()
278 if (bttv_verbose && NULL != probe_for) in bttv_I2CRead()
Dbttv.h371 extern int bttv_I2CRead(struct bttv *btv, unsigned char addr, char *probe_for);