Home
last modified time | relevance | path

Searched +full:dtest +full:- +full:buffer (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/pinctrl/qcom/
Dpinctrl-spmi-mpp.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
10 #include <linux/pinctrl/pinconf-generic.h>
18 #include <dt-bindings/pinctrl/qcom,pmic-mpp.h>
21 #include "../pinctrl-utils.h"
26 * Pull Up Values - it indicates whether a pull-up should be
104 * struct pmic_mpp_pad - keep current MPP settings
109 * @input_enabled: Set to true if MPP input buffer logic is enabled.
112 * @num_sources: Number of power-sources supported by this MPP.
113 * @power_source: Current power-source used.
[all …]
Dpinctrl-spmi-gpio.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2012-2014, 2016-2021 The Linux Foundation. All rights reserved.
4 * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
12 #include <linux/pinctrl/pinconf-generic.h>
21 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
24 #include "../pinctrl-utils.h"
97 * Output type - indicates pin should be configured as push-pull,
137 * struct pmic_gpio_pad - keep current GPIO settings
141 * @have_buffer: Set to true if GPIO output could be configured in push-pull,
142 * open-drain or open-source mode.
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dqcom,pmic-gpio.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,pmic-gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <bjorn.andersson@linaro.org>
19 - enum:
20 - qcom,pm2250-gpio
21 - qcom,pm660-gpio
22 - qcom,pm660l-gpio
23 - qcom,pm6125-gpio
[all …]