Searched refs:get_cc (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | tcpm.h | 135 int (*get_cc)(struct tcpc_dev *dev, enum typec_cc_status *cc1, member
|
| /OK3568_Linux_fs/u-boot/include/power/power_delivery/ |
| H A D | tcpm.h | 139 int (*get_cc)(struct tcpc_dev *dev, enum typec_cc_status *cc1, member
|
| /OK3568_Linux_fs/u-boot/drivers/power/power_delivery/ |
| H A D | tcpm.c | 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()
|
| H A D | tcpci.c | 650 tcpci->tcpc.get_cc = tcpci_get_cc; in tcpci_register_port()
|
| H A D | fusb302.c | 971 fusb302_tcpc_dev->get_cc = tcpm_get_cc; in init_tcpc_dev()
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/ |
| H A D | wcove.c | 641 wcove->tcpc.get_cc = wcove_get_cc; in wcove_typec_probe()
|
| H A D | tcpci.c | 817 tcpci->tcpc.get_cc = tcpci_get_cc; in tcpci_register_port()
|
| H A D | fusb302.c | 1132 fusb302_tcpc_dev->get_cc = tcpm_get_cc; in init_tcpc_dev()
|
| H A D | tcpm.c | 5474 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_pd_event_handler() 6016 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_init() 6533 !tcpc->get_vbus || !tcpc->set_cc || !tcpc->get_cc || in tcpm_register_port()
|