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

/drivers/media/usb/gspca/
H A Dov519.c2473 static void i2c_w_mask(struct sd *sd, function
3234 i2c_w_mask(sd, 0x13, val ? 0x05 : 0x00, 0x05);
3395 i2c_w_mask(sd, 0x13, 0x27, 0x27);
3401 i2c_w_mask(sd, 0x13, 0x05, 0x05);
3407 i2c_w_mask(sd, 0x13, 0x27, 0x27);
3420 i2c_w_mask(sd, 0x0e, 0x00, 0x40);
3455 /* i2c_w_mask(sd, 0x13, 0x05, 0x05); */
3923 i2c_w_mask(sd, 0x14, qvga ? 0x20 : 0x00, 0x20);
3924 i2c_w_mask(sd, 0x28, qvga ? 0x00 : 0x20, 0x20);
3927 i2c_w_mask(s
[all...]

Completed in 43 milliseconds