Searched refs:cci_read (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-cci.c | 19 int cci_read(struct regmap *map, u32 reg, u64 *val, int *err) in cci_read() function 90 EXPORT_SYMBOL_GPL(cci_read); 159 ret = cci_read(map, reg, &readval, err); in cci_update_bits()
|
/openbmc/linux/include/media/ |
H A D | v4l2-cci.h | 64 int cci_read(struct regmap *map, u32 reg, u64 *val, int *err);
|
/openbmc/linux/drivers/media/i2c/ |
H A D | dw9719.c | 60 ret = cci_read(dw9719->regmap, DW9719_INFO, &val, NULL); in dw9719_detect()
|
H A D | ov5693.c | 393 ret = cci_read(ov5693->regmap, OV5693_EXPOSURE_CTRL_REG, &exposure, in ov5693_get_exposure() 421 ret = cci_read(ov5693->regmap, OV5693_GAIN_CTRL_REG, &value, NULL); in ov5693_get_gain() 744 ret = cci_read(ov5693->regmap, OV5693_REG_CHIP_ID, &id, NULL); in ov5693_detect()
|
H A D | ov2680.c | 991 cci_read(sensor->regmap, OV2680_REG_CHIP_ID, &chip_id, &ret); in ov2680_check_id() 992 cci_read(sensor->regmap, OV2680_REG_SC_CMMN_SUB_ID, &rev, &ret); in ov2680_check_id()
|
H A D | imx219.c | 1015 ret = cci_read(imx219->regmap, IMX219_REG_CHIP_ID, &val, NULL); in imx219_identify_module()
|