Home
last modified time | relevance | path

Searched full:qmp (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dqcom_aoss.c5 #include <dt-bindings/power/qcom-aoss-qmp.h>
51 struct qmp *qmp; member
57 * struct qmp - driver state for QMP implementation
59 * @dev: reference to QMP device
69 struct qmp { struct
89 struct qmp *qmp; argument
95 static void qmp_kick(struct qmp *qmp) in qmp_kick() argument
97 mbox_send_message(qmp->mbox_chan, NULL); in qmp_kick()
98 mbox_client_txdone(qmp->mbox_chan, 0); in qmp_kick()
101 static bool qmp_magic_valid(struct qmp *qmp) in qmp_magic_valid() argument
[all …]
H A DKconfig17 Subsystem (AOSS) using Qualcomm Messaging Protocol (QMP).
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dqcom,qmp-phy.yaml5 $id: "http://devicetree.org/schemas/phy/qcom,qmp-phy.yaml#"
8 title: Qualcomm QMP PHY controller
14 QMP phy controller supports physical layer functionality for a number of
20 - qcom,ipq8074-qmp-pcie-phy
21 - qcom,ipq8074-qmp-usb3-phy
22 - qcom,msm8996-qmp-pcie-phy
23 - qcom,msm8996-qmp-ufs-phy
24 - qcom,msm8996-qmp-usb3-phy
25 - qcom,msm8998-qmp-pcie-phy
26 - qcom,msm8998-qmp-ufs-phy
[all …]
H A Dqcom,qmp-usb3-dp-phy.yaml5 $id: "http://devicetree.org/schemas/phy/qcom,qmp-usb3-dp-phy.yaml#"
8 title: Qualcomm QMP USB3 DP PHY controller
16 - qcom,sc7180-qmp-usb3-dp-phy
17 - qcom,sc7180-qmp-usb3-phy
18 - qcom,sdm845-qmp-usb3-dp-phy
19 - qcom,sdm845-qmp-usb3-phy
166 compatible = "qcom,sdm845-qmp-usb3-dp-phy";
/OK3568_Linux_fs/kernel/drivers/phy/qualcomm/
H A Dphy-qcom-qmp.c25 #include "phy-qcom-qmp.h"
1911 * @qmp: QMP phy to which this lane belongs
1927 struct qcom_qmp *qmp; member
1942 * struct qcom_qmp - structure holding QMP phy block attributes
2623 struct qcom_qmp *qmp = qphy->qmp; in qcom_qmp_phy_serdes_init() local
2676 dev_err(qmp->dev, in qcom_qmp_phy_serdes_init()
2912 struct qcom_qmp *qmp = qphy->qmp; in qcom_qmp_phy_com_init() local
2916 void __iomem *dp_com = qmp->dp_com; in qcom_qmp_phy_com_init()
2919 mutex_lock(&qmp->phy_mutex); in qcom_qmp_phy_com_init()
2920 if (qmp->init_count++) { in qcom_qmp_phy_com_init()
[all …]
H A Dphy-qcom-qmp.h9 /* Only for QMP V2 PHY - QSERDES COM registers */
79 /* Only for QMP V2 PHY - TX registers */
88 /* Only for QMP V2 PHY - RX registers */
110 /* Only for QMP V2 PHY - PCS registers */
130 /* Only for QMP V3 & V4 PHY - DP COM registers */
139 /* Only for QMP V3 PHY - QSERDES COM registers */
219 /* Only for QMP V3 PHY - TX registers */
251 /* Only for QMP V3 PHY - RX registers */
282 /* Only for QMP V3 PHY - PCS registers */
344 /* Only for QMP V3 PHY - PCS_MISC registers */
[all …]
H A DKconfig44 tristate "Qualcomm QMP PHY Driver"
48 Enable this to support the QMP PHY transceiver that is used
H A DMakefile7 obj-$(CONFIG_PHY_QCOM_QMP) += phy-qcom-qmp.o
H A Dphy-qcom-pcie2.c242 /* controllers using QMP phys use 250MHz pipe clock interface */ in phy_pipe_clksrc_register()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,aoss-qmp.txt8 Messaging Protocol (QMP)
19 "qcom,sc7180-aoss-qmp"
20 "qcom,sdm845-aoss-qmp"
21 "qcom,sm8150-aoss-qmp"
22 "qcom,sm8250-aoss-qmp"
57 these are expressed as subnodes of the QMP node. The name of the node is used
70 aoss_qmp: qmp@c300000 {
71 compatible = "qcom,sdm845-aoss-qmp";
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py184 # to the python sys.path so qmp.py can be found.
190 qmp = importlib.import_module("qmp")
192 self.logger.error("qemurunner: qmp.py missing, please ensure it's installed")
196 qmp_param = ' -S -qmp unix:./%s,server,wait' % (qmp_file)
201 qmp_param += ' -qmp unix:./%s,server,nowait' % (qmp_file2)
203 self.logger.info("QMP Available for connection at %s" % (qmp_port2))
322 self.logger.debug("QMP Initializing to %s" % (qmp_port))
328 self.qmp = qmp.QEMUMonitorProtocol(os.path.basename(qmp_port))
333 self.logger.debug("QMP Connecting to %s" % (qmp_port))
335 self.logger.debug("QMP Port does not exist waiting for it to be created")
[all …]
H A Ddump.py57 prefix = "qmp"
157 print("Failed to dump QMP CMD: %s with\nException: %s" % (cmd_name, e))
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ufs/
H A Dufs-qcom.txt11 "qcom,ufs-phy-qmp-20nm" for 20nm ufs phy,
12 "qcom,ufs-phy-qmp-14nm" for legacy 14nm ufs phy,
13 "qcom,msm8996-ufs-phy-qmp-14nm" for 14nm ufs phy
37 compatible = "qcom,ufs-phy-qmp-20nm";
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/
H A Dqemu-system-native_6.2.0.bb30 # Install qmp.py to be used with testimage
31 install -D ${S}/python/qemu/qmp/__init__.py ${D}${libdir}/qemu-python/qmp.py
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dipq8074.dtsi86 compatible = "qcom,ipq8074-qmp-usb3-phy";
129 compatible = "qcom,ipq8074-qmp-usb3-phy";
171 compatible = "qcom,ipq8074-qmp-pcie-phy";
186 compatible = "qcom,ipq8074-qmp-pcie-phy";
H A Dsm8150.dtsi8 #include <dt-bindings/power/qcom-aoss-qmp.h>
537 compatible = "qcom,sm8150-qmp-ufs-phy";
840 compatible = "qcom,sm8150-qmp-usb3-phy";
940 compatible = "qcom,sm8150-aoss-qmp";
H A Dmsm8998.dtsi970 compatible = "qcom,msm8998-qmp-pcie-phy";
1041 compatible = "qcom,msm8998-qmp-ufs-phy";
1699 compatible = "qcom,msm8998-qmp-usb3-phy";
H A Dsm8250.dtsi12 #include <dt-bindings/power/qcom-aoss-qmp.h>
1207 compatible = "qcom,sm8250-qmp-ufs-phy";
1516 aoss_qmp: qmp@c300000 {
1517 compatible = "qcom,sm8250-aoss-qmp";
H A Dmsm8996.dtsi348 compatible = "qcom,msm8996-qmp-pcie-phy";
938 compatible = "qcom,msm8996-qmp-ufs-phy";
1780 compatible = "qcom,msm8996-qmp-usb3-phy";
H A Dsdm845.dtsi1876 compatible = "qcom,sdm845-qmp-pcie-phy";
2117 compatible = "qcom,sdm845-qmp-ufs-phy";
3481 compatible = "qcom,sdm845-qmp-usb3-phy";
3516 compatible = "qcom,sdm845-qmp-usb3-uni-phy";
4238 aoss_qmp: qmp@c300000 {
4239 compatible = "qcom,sdm845-aoss-qmp";
H A Dsc7180.dtsi18 #include <dt-bindings/power/qcom-aoss-qmp.h>
2607 compatible = "qcom,sc7180-qmp-usb3-phy";
3047 aoss_qmp: qmp@c300000 {
3048 compatible = "qcom,sc7180-aoss-qmp";
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/
H A Dqemu.py54 self.monitor_dumper.create_dir("qmp")
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Dtargetcontrol.py156 self.monitor_dumper.create_dir("qmp")
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.8.rst74 - oeqa qemurunner.py: add timeout to QMP calls
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_db845c1424 # required by phy-qcom-qmp.ko

12