Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pinctrl/
Dpinctrl-mcp23s08.c666 struct regmap_config *one_regmap_config = NULL; in mcp23s08_probe_one() local
690 one_regmap_config = in mcp23s08_probe_one()
699 one_regmap_config = in mcp23s08_probe_one()
708 if (!one_regmap_config) in mcp23s08_probe_one()
711 one_regmap_config->name = devm_kasprintf(dev, GFP_KERNEL, "%d", raw_chip_address); in mcp23s08_probe_one()
713 one_regmap_config); in mcp23s08_probe_one()
717 one_regmap_config = in mcp23s08_probe_one()
720 if (!one_regmap_config) in mcp23s08_probe_one()
723 one_regmap_config); in mcp23s08_probe_one()
819 if (one_regmap_config) { in mcp23s08_probe_one()