Searched refs:reg_w1 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/media/usb/gspca/ |
D | tv8532.c | 119 static void reg_w1(struct gspca_dev *gspca_dev, in reg_w1() function 149 reg_w1(gspca_dev, R01_TIMING_CONTROL_LOW, CMD_EEprom_Open); in tv_8532WriteEEprom() 151 reg_w1(gspca_dev, R03_TABLE_ADDR, i); in tv_8532WriteEEprom() 152 reg_w1(gspca_dev, R04_WTRAM_DATA_L, eeprom_data[i][2]); in tv_8532WriteEEprom() 153 reg_w1(gspca_dev, R05_WTRAM_DATA_M, eeprom_data[i][1]); in tv_8532WriteEEprom() 154 reg_w1(gspca_dev, R06_WTRAM_DATA_H, eeprom_data[i][0]); in tv_8532WriteEEprom() 155 reg_w1(gspca_dev, R08_RAM_WRITE_ACTION, 0); in tv_8532WriteEEprom() 157 reg_w1(gspca_dev, R07_TABLE_LEN, i); in tv_8532WriteEEprom() 158 reg_w1(gspca_dev, R01_TIMING_CONTROL_LOW, CMD_EEprom_Close); in tv_8532WriteEEprom() 176 reg_w1(gspca_dev, R3B_Test3, 0x0a); /* Test0Sel = 10 */ in tv_8532_setReg() [all …]
|
D | sonixj.c | 1181 static void reg_w1(struct gspca_dev *gspca_dev, in reg_w1() function 1351 reg_w1(gspca_dev, 0x02, 0x66); /* Gpio on */ in hv7131r_probe() 1386 reg_w1(gspca_dev, 0x17, 0x62); in mi0360_probe() 1387 reg_w1(gspca_dev, 0x01, 0x08); in mi0360_probe() 1395 reg_w1(gspca_dev, 0x01, 0x29); in mi0360_probe() 1396 reg_w1(gspca_dev, 0x17, 0x42); in mi0360_probe() 1426 reg_w1(gspca_dev, 0x17, 0x62); in ov7630_probe() 1427 reg_w1(gspca_dev, 0x01, 0x08); in ov7630_probe() 1431 reg_w1(gspca_dev, 0x01, 0x29); in ov7630_probe() 1432 reg_w1(gspca_dev, 0x17, 0x42); in ov7630_probe() [all …]
|
D | sn9c20x.c | 953 static void reg_w1(struct gspca_dev *gspca_dev, u16 reg, const u8 value) in reg_w1() function 1361 reg_w1(gspca_dev, 0x118c, red); in set_redblue() 1362 reg_w1(gspca_dev, 0x118f, blue); in set_redblue() 1387 reg_w1(gspca_dev, 0x1182, sd->vstart); in set_hvflip() 1544 reg_w1(gspca_dev, 0x1061, 0x01); /* stop transfer */ in set_quality() 1545 reg_w1(gspca_dev, 0x10e0, sd->fmt | 0x20); /* write QTAB */ in set_quality() 1548 reg_w1(gspca_dev, 0x1061, 0x03); /* restart transfer */ in set_quality() 1549 reg_w1(gspca_dev, 0x10e0, sd->fmt); in set_quality() 1551 reg_w1(gspca_dev, 0x10e0, sd->fmt); in set_quality() 1590 reg_w1(gspca_dev, reg->reg, reg->val); in sd_dbg_s_register() [all …]
|