Home
last modified time | relevance | path

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

/linux/drivers/iio/imu/inv_icm45600/
H A Dinv_icm45600_core.c692 struct regmap *regmap_custom; in inv_icm45600_core_probe() local
708 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()