Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/
Dpinctrl-mcp23s08.c783 struct regmap_config *one_regmap_config = NULL; in mcp23s08_probe_one() local
808 one_regmap_config = in mcp23s08_probe_one()
817 one_regmap_config = in mcp23s08_probe_one()
826 if (!one_regmap_config) in mcp23s08_probe_one()
829 one_regmap_config->name = devm_kasprintf(dev, GFP_KERNEL, "%d", raw_chip_address); in mcp23s08_probe_one()
831 one_regmap_config); in mcp23s08_probe_one()
932 if (one_regmap_config) { in mcp23s08_probe_one()