Home
last modified time | relevance | path

Searched defs:pmic_typec_pdphy (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec_pdphy.c88 struct pmic_typec_pdphy *pmic_typec_pdphy; member
91 struct pmic_typec_pdphy { struct
98 struct pmic_typec_pdphy_irq_data *irq_data; argument
106 static void qcom_pmic_typec_pdphy_reset_on(struct pmic_typec_pdphy *pmic_typec_pdphy) in qcom_pmic_typec_pdphy_reset_on()
127 static void qcom_pmic_typec_pdphy_reset_off(struct pmic_typec_pdphy *pmic_typec_pdphy) in qcom_pmic_typec_pdphy_reset_off()
141 struct pmic_typec_pdphy *pmic_typec_pdphy = container_of(work, struct pmic_typec_pdphy, in qcom_pmic_typec_pdphy_sig_reset_work() local
156 qcom_pmic_typec_pdphy_clear_tx_control_reg(struct pmic_typec_pdphy *pmic_typec_pdphy) in qcom_pmic_typec_pdphy_clear_tx_control_reg()
180 qcom_pmic_typec_pdphy_pd_transmit_signal(struct pmic_typec_pdphy *pmic_typec_pdphy, in qcom_pmic_typec_pdphy_pd_transmit_signal()
218 qcom_pmic_typec_pdphy_pd_transmit_payload(struct pmic_typec_pdphy *pmic_typec_pdphy, in qcom_pmic_typec_pdphy_pd_transmit_payload()
306 struct pmic_typec_pdphy *pmic_typec_pdphy = tcpm->pmic_typec_pdphy; in qcom_pmic_typec_pdphy_pd_transmit() local
[all …]
H A Dqcom_pmic_typec.h13 struct pmic_typec_pdphy *pmic_typec_pdphy; member