Searched refs:reg_w_i (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/media/video/gspca/ |
D | ov534_9.c | 960 static void reg_w_i(struct gspca_dev *gspca_dev, u16 reg, u8 val) in reg_w_i() function 982 reg_w_i(gspca_dev, reg, val); in reg_w() 1032 reg_w_i(gspca_dev, OV534_REG_SUBADDR, reg); in sccb_write() 1033 reg_w_i(gspca_dev, OV534_REG_WRITE, val); in sccb_write() 1034 reg_w_i(gspca_dev, OV534_REG_OPERATION, OV534_OP_WRITE_3); in sccb_write()
|
D | vc032x.c | 3199 static void reg_w_i(struct gspca_dev *gspca_dev, in reg_w_i() function 3229 reg_w_i(gspca_dev, req, value, index); in reg_w() 3339 reg_w_i(gspca_dev, 0xa0, size, 0xb334); in i2c_write() 3340 reg_w_i(gspca_dev, 0xa0, reg, 0xb33a); in i2c_write() 3341 reg_w_i(gspca_dev, 0xa0, val[0], 0xb336); in i2c_write() 3343 reg_w_i(gspca_dev, 0xa0, val[1], 0xb337); in i2c_write() 3344 reg_w_i(gspca_dev, 0xa0, 0x01, 0xb339); in i2c_write()
|