Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/i2c/
Dov7740.c1086 ov7740->regmap = devm_regmap_init_sccb(client, &ov7740_regmap_config); in ov7740_probe()
Dov772x.c1436 priv->regmap = devm_regmap_init_sccb(client, &ov772x_regmap_config); in ov772x_probe()
Dov9650.c1475 ov965x->regmap = devm_regmap_init_sccb(client, &ov965x_regmap_config); in ov965x_probe()
/Linux-v6.6/include/linux/
Dregmap.h1017 #define devm_regmap_init_sccb(i2c, config) \ macro