Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/power/power_delivery/
H A Dtcpm.h139 int (*get_cc)(struct tcpc_dev *dev, enum typec_cc_status *cc1, member
/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpci.c650 tcpci->tcpc.get_cc = tcpci_get_cc; in tcpci_register_port()
H A Dtcpm.c3186 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()
H A Dfusb302.c971 fusb302_tcpc_dev->get_cc = tcpm_get_cc; in init_tcpc_dev()