Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/usb/
Dtcpm.h127 int (*get_cc)(struct tcpc_dev *dev, enum typec_cc_status *cc1, member
/linux-6.1.9/drivers/usb/typec/tcpm/
Dwcove.c641 wcove->tcpc.get_cc = wcove_get_cc; in wcove_typec_probe()
Dtcpci.c768 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.c5400 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_pd_event_handler()
5939 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_init()
6451 !tcpc->get_vbus || !tcpc->set_cc || !tcpc->get_cc || in tcpm_register_port()