Searched +full:dtest +full:- +full:buffer (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/drivers/pinctrl/qcom/ |
D | pinctrl-spmi-mpp.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. 17 #include <linux/pinctrl/pinconf-generic.h> 21 #include <dt-bindings/pinctrl/qcom,pmic-mpp.h> 24 #include "../pinctrl-utils.h" 29 * Pull Up Values - it indicates whether a pull-up should be 107 * struct pmic_mpp_pad - keep current MPP settings 112 * @input_enabled: Set to true if MPP input buffer logic is enabled. 115 * @num_sources: Number of power-sources supported by this MPP. 116 * @power_source: Current power-source used. [all …]
|
D | pinctrl-spmi-gpio.c | 1 // 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. 20 #include <linux/pinctrl/pinconf-generic.h> 24 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 27 #include "../pinctrl-utils.h" 100 * Output type - indicates pin should be configured as push-pull, 140 * struct pmic_gpio_pad - keep current GPIO settings 144 * @have_buffer: Set to true if GPIO output could be configured in push-pull, 145 * open-drain or open-source mode. [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,pmic-gpio.yaml | 1 # 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 <[email protected]> 19 - enum: 20 - qcom,pm2250-gpio 21 - qcom,pm660-gpio 22 - qcom,pm660l-gpio 23 - qcom,pm6125-gpio [all …]
|