Lines Matching +full:pctl +full:- +full:regmap
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2020-2021 Rockchip Electronics Co. Ltd.
8 * With some ideas taken from pinctrl-samsung:
14 * and pinctrl-at91:
15 * Copyright (C) 2011-2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
241 * @offset: if initialized to -1 it will be autocalculated, by specifying
274 * @offset: if initialized to -1 it will be autocalculated, by specifying
317 struct regmap *regmap_pull;
401 int pin_num, struct regmap **regmap,
404 int pin_num, struct regmap **regmap,
407 int pin_num, struct regmap **regmap,
453 struct regmap *regmap_base;
455 struct regmap *regmap_pull;
456 struct regmap *regmap_pmu;
459 struct pinctrl_desc pctl; member