Searched refs:TCPC_POWER_STATUS_VCONN_PRES (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/ | ||
| H A D | tcpci.h | 101 #define TCPC_POWER_STATUS_VCONN_PRES BIT(1) macro |
| H A D | tcpci.c | 97 vconn_pres = !!(reg & TCPC_POWER_STATUS_VCONN_PRES); in tcpci_set_cc() |