Home
last modified time | relevance | path

Searched refs:get_cc (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/usb/
H A Dtcpm.h71 * @get_cc: Called to read current CC pin values
143 int (*get_cc)(struct tcpc_dev *dev, enum typec_cc_status *cc1, member
/linux/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec_port.c444 dev_dbg(dev, "get_cc: misc 0x%08x cc1 0x%08x %s cc2 0x%08x %s attached %d cc=%s\n", in qcom_pmic_typec_port_get_cc()
762 tcpm->tcpc.get_cc = qcom_pmic_typec_port_get_cc; in qcom_pmic_typec_port_probe()
/linux/drivers/usb/typec/tcpm/
H A Dtcpci.c850 tcpci->tcpc.get_cc = tcpci_get_cc; in tcpci_register_port()
H A Dfusb302.c1132 fusb302_tcpc_dev->get_cc = tcpm_get_cc; in init_tcpc_dev()
H A Dtcpm.c6451 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_pd_event_handler()
7024 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_init()
7807 !tcpc->get_vbus || !tcpc->set_cc || !tcpc->get_cc || in tcpm_register_port()