Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Dtcpm.h139 int (*get_cc)(struct tcpc_dev *dev, enum typec_cc_status *cc1, member
/Linux-v4.19/drivers/usb/typec/
Dtcpci.c511 tcpci->tcpc.get_cc = tcpci_get_cc; in tcpci_register_port()
Dtypec_wcove.c636 wcove->tcpc.get_cc = wcove_get_cc; in wcove_typec_probe()
Dtcpm.c3884 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_pd_event_handler()
4265 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_init()
4730 !tcpc->get_vbus || !tcpc->set_cc || !tcpc->get_cc || in tcpm_register_port()
/Linux-v4.19/drivers/usb/typec/fusb302/
Dfusb302.c1201 fusb302_tcpc_dev->get_cc = tcpm_get_cc; in init_tcpc_dev()