Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/gspca/
Dtv8532.c115 static void reg_w1(struct gspca_dev *gspca_dev, in reg_w1() function
145 reg_w1(gspca_dev, R01_TIMING_CONTROL_LOW, CMD_EEprom_Open); in tv_8532WriteEEprom()
147 reg_w1(gspca_dev, R03_TABLE_ADDR, i); in tv_8532WriteEEprom()
148 reg_w1(gspca_dev, R04_WTRAM_DATA_L, eeprom_data[i][2]); in tv_8532WriteEEprom()
149 reg_w1(gspca_dev, R05_WTRAM_DATA_M, eeprom_data[i][1]); in tv_8532WriteEEprom()
150 reg_w1(gspca_dev, R06_WTRAM_DATA_H, eeprom_data[i][0]); in tv_8532WriteEEprom()
151 reg_w1(gspca_dev, R08_RAM_WRITE_ACTION, 0); in tv_8532WriteEEprom()
153 reg_w1(gspca_dev, R07_TABLE_LEN, i); in tv_8532WriteEEprom()
154 reg_w1(gspca_dev, R01_TIMING_CONTROL_LOW, CMD_EEprom_Close); in tv_8532WriteEEprom()
172 reg_w1(gspca_dev, R3B_Test3, 0x0a); /* Test0Sel = 10 */ in tv_8532_setReg()
[all …]
Dsonixj.c1177 static void reg_w1(struct gspca_dev *gspca_dev, in reg_w1() function
1347 reg_w1(gspca_dev, 0x02, 0x66); /* Gpio on */ in hv7131r_probe()
1382 reg_w1(gspca_dev, 0x17, 0x62); in mi0360_probe()
1383 reg_w1(gspca_dev, 0x01, 0x08); in mi0360_probe()
1391 reg_w1(gspca_dev, 0x01, 0x29); in mi0360_probe()
1392 reg_w1(gspca_dev, 0x17, 0x42); in mi0360_probe()
1423 reg_w1(gspca_dev, 0x17, 0x62); in ov7630_probe()
1424 reg_w1(gspca_dev, 0x01, 0x08); in ov7630_probe()
1428 reg_w1(gspca_dev, 0x01, 0x29); in ov7630_probe()
1429 reg_w1(gspca_dev, 0x17, 0x42); in ov7630_probe()
[all …]
Dsn9c20x.c947 static void reg_w1(struct gspca_dev *gspca_dev, u16 reg, const u8 value) in reg_w1() function
1355 reg_w1(gspca_dev, 0x118c, red); in set_redblue()
1356 reg_w1(gspca_dev, 0x118f, blue); in set_redblue()
1381 reg_w1(gspca_dev, 0x1182, sd->vstart); in set_hvflip()
1538 reg_w1(gspca_dev, 0x1061, 0x01); /* stop transfer */ in set_quality()
1539 reg_w1(gspca_dev, 0x10e0, sd->fmt | 0x20); /* write QTAB */ in set_quality()
1542 reg_w1(gspca_dev, 0x1061, 0x03); /* restart transfer */ in set_quality()
1543 reg_w1(gspca_dev, 0x10e0, sd->fmt); in set_quality()
1545 reg_w1(gspca_dev, 0x10e0, sd->fmt); in set_quality()
1584 reg_w1(gspca_dev, reg->reg, reg->val); in sd_dbg_s_register()
[all …]