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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dov519.c2306 static int i2c_w_mask(struct sd *sd, function
3193 if (i2c_w_mask(sd, 0x13, 0x27, 0x27) < 0)
3200 if (i2c_w_mask(sd, 0x13, 0x27, 0x27) < 0)
3217 if (i2c_w_mask(sd, 0x0e, 0x00, 0x40))
3663 i2c_w_mask(sd, 0x14, qvga ? 0x20 : 0x00, 0x20);
3664 i2c_w_mask(sd, 0x28, qvga ? 0x00 : 0x20, 0x20);
3667 i2c_w_mask(sd, 0x2d, qvga ? 0x40 : 0x00, 0x40);
3668 i2c_w_mask(sd, 0x67, qvga ? 0xf0 : 0x90, 0xf0);
3669 i2c_w_mask(sd, 0x74, qvga ? 0x20 : 0x00, 0x20);
3683 i2c_w_mask(s
[all...]

Completed in 60 milliseconds