Home
last modified time | relevance | path

Searched refs:devm_regmap_init_sccb (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/drivers/media/i2c/
Dov7740.c1051 ov7740->regmap = devm_regmap_init_sccb(client, &ov7740_regmap_config); in ov7740_probe()
Dov9650.c1490 ov965x->regmap = devm_regmap_init_sccb(client, &ov965x_regmap_config); in ov965x_probe()
Dov772x.c1450 priv->regmap = devm_regmap_init_sccb(client, &ov772x_regmap_config); in ov772x_probe()
/linux-6.14.4/include/linux/
Dregmap.h1072 #define devm_regmap_init_sccb(i2c, config) \ macro