Searched refs:reg_w_i (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 Dov534_9.c774 static void reg_w_i(struct gspca_dev *gspca_dev, u16 reg, u8 val) function
796 reg_w_i(gspca_dev, reg, val);
846 reg_w_i(gspca_dev, OV534_REG_SUBADDR, reg);
847 reg_w_i(gspca_dev, OV534_REG_WRITE, val);
848 reg_w_i(gspca_dev, OV534_REG_OPERATION, OV534_OP_WRITE_3);
H A Dzc3xx.c5716 static void reg_w_i(struct gspca_dev *gspca_dev, function
5731 PDEBUG(D_ERR, "reg_w_i err %d", ret);
5741 reg_w_i(gspca_dev, value, index);
5752 reg_w_i(gspca_dev, reg, 0x0092);
5753 reg_w_i(gspca_dev, 0x02, 0x0090); /* <- read command */
5774 reg_w_i(gspca_dev, reg, 0x92);
5775 reg_w_i(gspca_dev, valL, 0x93);
5776 reg_w_i(gspca_dev, valH, 0x94);
5777 reg_w_i(gspca_dev, 0x01, 0x90); /* <- write command */
H A Dvc032x.c3191 static void reg_w_i(struct gspca_dev *gspca_dev, function
3221 reg_w_i(gspca_dev, req, value, index);
3330 reg_w_i(gspca_dev, 0xa0, size, 0xb334);
3331 reg_w_i(gspca_dev, 0xa0, reg, 0xb33a);
3332 reg_w_i(gspca_dev, 0xa0, val[0], 0xb336);
3334 reg_w_i(gspca_dev, 0xa0, val[1], 0xb337);
3335 reg_w_i(gspca_dev, 0xa0, 0x01, 0xb339);

Completed in 82 milliseconds