Lines Matching refs:qcom_smp2p
96 struct qcom_smp2p *smp2p;
116 * struct qcom_smp2p - device driver context
135 struct qcom_smp2p {
163 static void qcom_smp2p_kick(struct qcom_smp2p *smp2p)
176 static bool qcom_smp2p_check_ssr(struct qcom_smp2p *smp2p)
189 static void qcom_smp2p_do_ssr_ack(struct qcom_smp2p *smp2p)
204 static void qcom_smp2p_negotiate(struct qcom_smp2p *smp2p)
219 static void qcom_smp2p_notify_in(struct qcom_smp2p *smp2p)
282 struct qcom_smp2p *smp2p = data;
380 static int qcom_smp2p_inbound_entry(struct qcom_smp2p *smp2p,
417 static int qcom_smp2p_outbound_entry(struct qcom_smp2p *smp2p,
442 static int qcom_smp2p_alloc_outbound_item(struct qcom_smp2p *smp2p)
485 static int smp2p_parse_ipc(struct qcom_smp2p *smp2p)
523 struct qcom_smp2p *smp2p;
665 struct qcom_smp2p *smp2p = platform_get_drvdata(pdev);
693 .name = "qcom_smp2p",