Searched refs:i2c_getdata (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsaa5249.c190 static int i2c_getdata(struct saa5249_device *t, int count, u8 *buf) function
286 if (i2c_getdata(t, 10, infobits))
294 i2c_getdata(t, VTX_PAGESIZE, t->vdau[req->pgbuf].pgbuf))
301 i2c_getdata(t, 40, t->vdau[req->pgbuf].pgbuf + VTX_PAGESIZE + 20 * 40))
305 i2c_getdata(t, 40, t->vdau[req->pgbuf].pgbuf + VTX_PAGESIZE + 16 * 40))
308 i2c_getdata(t, 40, t->vdau[req->pgbuf].pgbuf + VTX_PAGESIZE + 23 * 40))
374 i2c_getdata(t, len, buf))
388 i2c_getdata(t, len, buf))
H A Dsaa5246a.c445 static int i2c_getdata(struct saa5246a_device *t, int count, u8 *buf) function
476 i2c_getdata(t, 1, &row_25_column_8))
670 i2c_getdata(t, 10, infobits))
731 if (i2c_getdata(t, end - req->start + 1, buf))
752 if (i2c_getdata(t, size, buf))
771 if (i2c_getdata(t, end - start + 1, buf))

Completed in 46 milliseconds