Searched refs:reg_w_i (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/media/usb/gspca/ |
D | vc032x.c | 2940 static void reg_w_i(struct gspca_dev *gspca_dev, in reg_w_i() function 2968 reg_w_i(gspca_dev, req, value, index); in reg_w() 3075 reg_w_i(gspca_dev, 0xa0, size, 0xb334); in i2c_write() 3076 reg_w_i(gspca_dev, 0xa0, reg, 0xb33a); in i2c_write() 3077 reg_w_i(gspca_dev, 0xa0, val[0], 0xb336); in i2c_write() 3079 reg_w_i(gspca_dev, 0xa0, val[1], 0xb337); in i2c_write() 3080 reg_w_i(gspca_dev, 0xa0, 0x01, 0xb339); in i2c_write()
|
D | ov534_9.c | 1119 static void reg_w_i(struct gspca_dev *gspca_dev, u16 reg, u8 val) in reg_w_i() function 1141 reg_w_i(gspca_dev, reg, val); in reg_w() 1192 reg_w_i(gspca_dev, OV534_REG_SUBADDR, reg); in sccb_write() 1193 reg_w_i(gspca_dev, OV534_REG_WRITE, val); in sccb_write() 1194 reg_w_i(gspca_dev, OV534_REG_OPERATION, OV534_OP_WRITE_3); in sccb_write()
|