Searched refs:tcpc_dev (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/typec/tcpm/qcom/ |
D | qcom_pmic_typec.c | 34 struct tcpc_dev tcpc; 44 static int qcom_pmic_typec_get_vbus(struct tcpc_dev *tcpc) in qcom_pmic_typec_get_vbus() 56 static int qcom_pmic_typec_set_vbus(struct tcpc_dev *tcpc, bool on, bool sink) in qcom_pmic_typec_set_vbus() 79 static int qcom_pmic_typec_set_vconn(struct tcpc_dev *tcpc, bool on) in qcom_pmic_typec_set_vconn() 86 static int qcom_pmic_typec_get_cc(struct tcpc_dev *tcpc, in qcom_pmic_typec_get_cc() 95 static int qcom_pmic_typec_set_cc(struct tcpc_dev *tcpc, in qcom_pmic_typec_set_cc() 103 static int qcom_pmic_typec_set_polarity(struct tcpc_dev *tcpc, in qcom_pmic_typec_set_polarity() 110 static int qcom_pmic_typec_start_toggling(struct tcpc_dev *tcpc, in qcom_pmic_typec_start_toggling() 120 static int qcom_pmic_typec_set_roles(struct tcpc_dev *tcpc, bool attached, in qcom_pmic_typec_set_roles() 130 static int qcom_pmic_typec_set_pd_rx(struct tcpc_dev *tcpc, bool on) in qcom_pmic_typec_set_pd_rx() [all …]
|
/drivers/usb/typec/tcpm/ |
D | tcpci.c | 40 struct tcpc_dev tcpc; 55 static inline struct tcpci *tcpc_to_tcpci(struct tcpc_dev *tcpc) in tcpc_to_tcpci() 70 static int tcpci_set_cc(struct tcpc_dev *tcpc, enum typec_cc_status cc) in tcpci_set_cc() 143 static int tcpci_apply_rc(struct tcpc_dev *tcpc, enum typec_cc_status cc, in tcpci_apply_rc() 170 static int tcpci_start_toggling(struct tcpc_dev *tcpc, in tcpci_start_toggling() 217 static int tcpci_get_cc(struct tcpc_dev *tcpc, in tcpci_get_cc() 244 static int tcpci_set_polarity(struct tcpc_dev *tcpc, in tcpci_set_polarity() 304 static void tcpci_set_partner_usb_comm_capable(struct tcpc_dev *tcpc, bool capable) in tcpci_set_partner_usb_comm_capable() 312 static int tcpci_set_vconn(struct tcpc_dev *tcpc, bool enable) in tcpci_set_vconn() 329 static int tcpci_enable_auto_vbus_discharge(struct tcpc_dev *dev, bool enable) in tcpci_enable_auto_vbus_discharge() [all …]
|
D | fusb302.c | 77 struct tcpc_dev tcpc_dev; member 392 static int tcpm_init(struct tcpc_dev *dev) in tcpm_init() 395 tcpc_dev); in tcpm_init() 423 static int tcpm_get_vbus(struct tcpc_dev *dev) in tcpm_get_vbus() 426 tcpc_dev); in tcpm_get_vbus() 436 static int tcpm_get_current_limit(struct tcpc_dev *dev) in tcpm_get_current_limit() 439 tcpc_dev); in tcpm_get_current_limit() 597 static int tcpm_set_cc(struct tcpc_dev *dev, enum typec_cc_status cc) in tcpm_set_cc() 600 tcpc_dev); in tcpm_set_cc() 703 static int tcpm_get_cc(struct tcpc_dev *dev, enum typec_cc_status *cc1, in tcpm_get_cc() [all …]
|
D | wcove.c | 154 struct tcpc_dev tcpc; 200 static int wcove_init(struct tcpc_dev *tcpc) in wcove_init() 217 static int wcove_get_vbus(struct tcpc_dev *tcpc) in wcove_get_vbus() 232 static int wcove_set_vbus(struct tcpc_dev *tcpc, bool on, bool sink) in wcove_set_vbus() 239 static int wcove_set_vconn(struct tcpc_dev *tcpc, bool on) in wcove_set_vconn() 268 static int wcove_get_cc(struct tcpc_dev *tcpc, enum typec_cc_status *cc1, in wcove_get_cc() 290 static int wcove_set_cc(struct tcpc_dev *tcpc, enum typec_cc_status cc) in wcove_set_cc() 318 static int wcove_set_polarity(struct tcpc_dev *tcpc, enum typec_cc_polarity pol) in wcove_set_polarity() 325 static int wcove_set_current_limit(struct tcpc_dev *tcpc, u32 max_ma, u32 mv) in wcove_set_current_limit() 330 static int wcove_set_roles(struct tcpc_dev *tcpc, bool attached, in wcove_set_roles() [all …]
|
D | tcpm.c | 317 struct tcpc_dev *tcpc; 5823 struct tcpc_dev *tcpc = port->tcpc; in tcpm_try_role() 6781 struct tcpm_port *tcpm_register_port(struct device *dev, struct tcpc_dev *tcpc) in tcpm_register_port()
|