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>
242 * @offset: if initialized to -1 it will be autocalculated, by specifying
275 * @offset: if initialized to -1 it will be autocalculated, by specifying
318 struct regmap *regmap_pull;
402 int pin_num, struct regmap **regmap,
405 int pin_num, struct regmap **regmap,
408 int pin_num, struct regmap **regmap,
454 struct regmap *regmap_base;
456 struct regmap *regmap_pull;
457 struct regmap *regmap_pmu;
460 struct pinctrl_desc pctl; member