Home
last modified time | relevance | path

Searched refs:devm_cci_regmap_init_i2c (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/media/v4l2-core/
Dv4l2-cci.c149 struct regmap *devm_cci_regmap_init_i2c(struct i2c_client *client, in devm_cci_regmap_init_i2c() function
161 EXPORT_SYMBOL_GPL(devm_cci_regmap_init_i2c);
/Linux-v6.6/include/media/
Dv4l2-cci.h121 struct regmap *devm_cci_regmap_init_i2c(struct i2c_client *client,
/Linux-v6.6/drivers/media/i2c/
Ddw9719.c235 dw9719->regmap = devm_cci_regmap_init_i2c(client, 8); in dw9719_probe()
Dov2680.c1143 sensor->regmap = devm_cci_regmap_init_i2c(client, 16); in ov2680_probe()
Dimx290.c1526 imx290->regmap = devm_cci_regmap_init_i2c(client, 16); in imx290_probe()
Dov5693.c1280 ov5693->regmap = devm_cci_regmap_init_i2c(client, 16); in ov5693_probe()