Searched +full:swctrl +full:- +full:gpios (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/net/bluetooth/ |
H A D | qualcomm-bluetooth.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/bluetooth/qualcomm-bluetooth.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Balakrishna Godavarthi <quic_bgodavar@quicinc.com> 11 - Rocky Liao <quic_rjliao@quicinc.com> 14 This binding describes Qualcomm UART-attached bluetooth chips. 19 - qcom,qca2066-bt 20 - qcom,qca6174-bt 21 - qcom,qca9377-bt [all …]
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | qcom,qca6390-pmu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/regulator/qcom,qca6390-pmu.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bartosz Golaszewski <bartosz.golaszewski@linaro.org> 20 - qcom,qca6390-pmu 21 - qcom,wcn6750-pmu 22 - qcom,wcn6855-pmu 23 - qcom,wcn7850-pmu 25 vdd-supply: [all …]
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7280-qcard.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 14 #include <dt-bindings/iio/qcom,spmi-adc7-pmk8350.h> 15 #include <dt-bindings/iio/qcom,spmi-adc7-pmr735a.h> 16 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 17 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 34 wcd9385: audio-codec-1 { 35 compatible = "qcom,wcd9385-codec"; 36 pinctrl-names = "default", "sleep"; 37 pinctrl-0 = <&wcd_reset_n>, <&us_euro_hs_sel>; 38 pinctrl-1 = <&wcd_reset_n_sleep>, <&us_euro_hs_sel>; [all …]
|
/linux/drivers/bluetooth/ |
H A D | hci_qca.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * HCI_IBS (HCI In-Band Sleep) is Qualcomm's power management 13 * Written by Ohad Ben-Cohen <ohad@bencohen.org> 246 if (hu->serdev) { in qca_soc_type() 247 struct qca_serdev *qsd = serdev_device_get_drvdata(hu->serdev); in qca_soc_type() 249 soc_type = qsd->btsoc_type; in qca_soc_type() 259 if (hu->serdev) { in qca_get_firmware_name() 260 struct qca_serdev *qsd = serdev_device_get_drvdata(hu->serdev); in qca_get_firmware_name() 262 return qsd->firmware_name[0]; in qca_get_firmware_name() 270 if (hu->serdev) { in qca_get_rampatch_name() [all …]
|