Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/usb/
Dtcpm.h143 int (*get_cc)(struct tcpc_dev *dev, enum typec_cc_status *cc1, member
/linux-6.12.1/drivers/usb/typec/tcpm/
Dwcove.c641 wcove->tcpc.get_cc = wcove_get_cc; in wcove_typec_probe()
Dtcpci.c844 tcpci->tcpc.get_cc = tcpci_get_cc; in tcpci_register_port()
Dfusb302.c1124 fusb302_tcpc_dev->get_cc = tcpm_get_cc; in init_tcpc_dev()
Dtcpm.c6264 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_pd_event_handler()
6837 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_init()
7569 !tcpc->get_vbus || !tcpc->set_cc || !tcpc->get_cc || in tcpm_register_port()
/linux-6.12.1/drivers/usb/typec/tcpm/qcom/
Dqcom_pmic_typec_port.c760 tcpm->tcpc.get_cc = qcom_pmic_typec_port_get_cc; in qcom_pmic_typec_port_probe()