Searched refs:reg_w1 (Results 1 - 3 of 3) 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 Dtv8532.c159 static void reg_w1(struct gspca_dev *gspca_dev, function
189 reg_w1(gspca_dev, R01_TIMING_CONTROL_LOW, CMD_EEprom_Open);
191 reg_w1(gspca_dev, R03_TABLE_ADDR, i);
192 reg_w1(gspca_dev, R04_WTRAM_DATA_L, eeprom_data[i][2]);
193 reg_w1(gspca_dev, R05_WTRAM_DATA_M, eeprom_data[i][1]);
194 reg_w1(gspca_dev, R06_WTRAM_DATA_H, eeprom_data[i][0]);
195 reg_w1(gspca_dev, R08_RAM_WRITE_ACTION, 0);
197 reg_w1(gspca_dev, R07_TABLE_LEN, i);
198 reg_w1(gspca_dev, R01_TIMING_CONTROL_LOW, CMD_EEprom_Close);
219 reg_w1(gspca_de
[all...]
H A Dsonixj.c1345 static void reg_w1(struct gspca_dev *gspca_dev, function
1349 PDEBUG(D_USBO, "reg_w1 [%04x] = %02x", value, data);
1481 reg_w1(gspca_dev, 0x02, 0x66); /* Gpio on */
1518 reg_w1(gspca_dev, 0x17, 0x62);
1519 reg_w1(gspca_dev, 0x01, 0x08);
1527 reg_w1(gspca_dev, 0x01, 0x29);
1528 reg_w1(gspca_dev, 0x17, 0x42);
1552 reg_w1(gspca_dev, 0x17, 0x62);
1553 reg_w1(gspca_dev, 0x01, 0x08);
1557 reg_w1(gspca_de
[all...]
H A Dsn9c20x.c1111 static int reg_w1(struct gspca_dev *gspca_dev, u16 reg, const u8 value) function
1526 reg_w1(gspca_dev, 0x118c, sd->red);
1527 reg_w1(gspca_dev, 0x118f, sd->blue);
1915 if (reg_w1(gspca_dev, reg->reg, reg->val) < 0)
2023 reg_w1(gspca_dev, 0x1006, 0x00);
2025 reg_w1(gspca_dev, 0x1006, 0x20);
2199 reg_w1(gspca_dev, 0x1189, scale);
2200 reg_w1(gspca_dev, 0x10e0, fmt);
2209 reg_w1(gspca_dev, 0x1007, 0x20);
2212 reg_w1(gspca_de
[all...]

Completed in 71 milliseconds