Searched refs:i2c_r (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | etoms.c | 238 static int i2c_r(struct gspca_dev *gspca_dev, i2c_r() function 432 /* i2c_r(gspca_dev, PAS106_REG9); * blue */ getcolors() 433 i2c_r(gspca_dev, PAS106_REG9 + 3); /* red */ getcolors() 610 i2c_r(gspca_dev, PAS106_REG0e); Et_getgainG()
|
H A D | ov519.c | 2333 * This is normally only called from i2c_r(). Note that this function 2437 static int i2c_r(struct sd *sd, u8 reg) i2c_r() function 2482 rc = i2c_r(sd, reg); i2c_w_mask() 2576 if (i2c_r(sd, OV7610_REG_ID_HIGH) == 0x7f && init_ov_sensor() 2577 i2c_r(sd, OV7610_REG_ID_LOW) == 0xa2) { init_ov_sensor() 2589 if (i2c_r(sd, 0x00) < 0) init_ov_sensor() 2656 high = i2c_r(sd, 0x0a); ov_hires_configure() 2657 low = i2c_r(sd, 0x0b); ov_hires_configure() 2698 rc = i2c_r(sd, OV7610_REG_COM_I); ov8xx0_configure() 2720 rc = i2c_r(sd, OV7610_REG_COM_I); ov7xx0_configure() 2730 high = i2c_r(sd, 0x0a); ov7xx0_configure() 2731 low = i2c_r(sd, 0x0b); ov7xx0_configure() 2742 if (i2c_r(sd, 0x15) & 1) { ov7xx0_configure() 2751 high = i2c_r(sd, 0x0a); ov7xx0_configure() 2756 low = i2c_r(sd, 0x0b); ov7xx0_configure() 2805 rc = i2c_r(sd, OV7610_REG_COM_I); ov6xx0_configure() 4044 v = i2c_r(sd, OV7670_R32_HREF); mode_init_ov_sensor_regs() 4052 v = i2c_r(sd, OV7670_R03_VREF); mode_init_ov_sensor_regs() 4835 gspca_dev->exposure->val = i2c_r(sd, 0x10); sd_g_volatile_ctrl()
|
H A D | sonixj.c | 704 /* win: i2c_r from 00 to 80 */ 1302 static void i2c_r(struct gspca_dev *gspca_dev, u8 reg, int len) i2c_r() function 1353 i2c_r(gspca_dev, 0, 5); /* read sensor id */ hv7131r_probe() 1429 i2c_r(gspca_dev, 0x0a, 2); ov7630_probe() 1455 i2c_r(gspca_dev, 0x0a, 2); ov7648_probe() 1468 i2c_r(gspca_dev, 0x00, 2); ov7648_probe() 1493 i2c_r(gspca_dev, 0x00, 1); po2030n_probe() 1507 i2c_r(gspca_dev, 0x00, 2); po2030n_probe()
|
H A D | topro.c | 1057 static int i2c_r(struct gspca_dev *gspca_dev, u8 index, int len) i2c_r() function 1139 ret = i2c_r(gspca_dev, 0x00, 1); probe_6810() 1147 ret = i2c_r(gspca_dev, 0x00, 1); probe_6810() 1151 ret = i2c_r(gspca_dev, 0x01, 1); probe_6810() 1160 ret = i2c_r(gspca_dev, 0x00, 2); probe_6810() 1168 ret = i2c_r(gspca_dev, 0x36, 2); probe_6810() 1185 ret = i2c_r(gspca_dev, 0x00, 1); probe_6810()
|
H A D | zc3xx.c | 5603 pr_err("i2c_r status error %02x\n", retbyte); i2c_read()
|
Completed in 238 milliseconds