Searched refs:regmap_custom (Results 1 – 1 of 1) sorted by relevance
692 struct regmap *regmap_custom; in inv_icm45600_core_probe() local708 regmap_custom = devm_regmap_init(dev, &inv_icm45600_regmap_bus, regmap, in inv_icm45600_core_probe()710 if (IS_ERR(regmap_custom)) in inv_icm45600_core_probe()711 return dev_err_probe(dev, PTR_ERR(regmap_custom), "Failed to register regmap\n"); in inv_icm45600_core_probe()727 st->map = regmap_custom; in inv_icm45600_core_probe()