Searched refs:regmap_attach_dev (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/reset/ |
D | reset-imx7.c | 137 regmap_attach_dev(dev, imx7src->regmap, &config); in imx7_reset_probe()
|
/Linux-v4.19/drivers/remoteproc/ |
D | imx_rproc.c | 331 regmap_attach_dev(dev, regmap, &config); in imx_rproc_probe()
|
/Linux-v4.19/drivers/pinctrl/freescale/ |
D | pinctrl-imx.c | 695 regmap_attach_dev(&pdev->dev, gpr, &config); in imx_pinctrl_probe()
|
/Linux-v4.19/drivers/base/regmap/ |
D | regmap.c | 575 int regmap_attach_dev(struct device *dev, struct regmap *map, in regmap_attach_dev() function 595 EXPORT_SYMBOL_GPL(regmap_attach_dev); 1129 ret = regmap_attach_dev(dev, map, config); in __regmap_init()
|
/Linux-v4.19/include/linux/ |
D | regmap.h | 650 int regmap_attach_dev(struct device *dev, struct regmap *map,
|