Searched refs:get_cc (Results 1 – 4 of 4) sorted by relevance
139 int (*get_cc)(struct tcpc_dev *dev, enum typec_cc_status *cc1, member
650 tcpci->tcpc.get_cc = tcpci_get_cc; in tcpci_register_port()
3186 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0)3222 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_cc_change()3284 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_init()3429 !tcpc->get_vbus || !tcpc->set_cc || !tcpc->get_cc || in tcpm_port_init()
971 fusb302_tcpc_dev->get_cc = tcpm_get_cc; in init_tcpc_dev()