Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/gspca/
Dzc3xx.c6043 u16 checkword; in sif_probe() local
6048 checkword = ((i2c_read(gspca_dev, 0x00) & 0x0f) << 4) in sif_probe()
6050 PDEBUG(D_PROBE, "probe sif 0x%04x", checkword); in sif_probe()
6051 if (checkword == 0x0007) { in sif_probe()