Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/usb/
Dtcpm.h94 int (*get_cc)(struct tcpc_dev *dev, enum typec_cc_status *cc1, member
/Linux-v5.10/drivers/usb/typec/tcpm/
Dwcove.c640 wcove->tcpc.get_cc = wcove_get_cc; in wcove_typec_probe()
Dtcpci.c621 tcpci->tcpc.get_cc = tcpci_get_cc; in tcpci_register_port()
Dtcpm.c4234 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_pd_event_handler()
4681 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_init()
5074 !tcpc->get_vbus || !tcpc->set_cc || !tcpc->get_cc || in tcpm_register_port()
Dfusb302.c1115 fusb302_tcpc_dev->get_cc = tcpm_get_cc; in init_tcpc_dev()