Searched refs:set_vconn (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/power/power_delivery/ |
| H A D | tcpci.c | 315 if (tcpci->data->set_vconn) { in tcpci_set_vconn() 316 ret = tcpci->data->set_vconn(tcpci, tcpci->data, enable); in tcpci_set_vconn() 652 tcpci->tcpc.set_vconn = tcpci_set_vconn; in tcpci_register_port()
|
| H A D | tcpci.h | 137 int (*set_vconn)(struct tcpci *tcpci, struct tcpci_data *data, member
|
| H A D | tcpm.c | 651 ret = port->tcpc->set_vconn(port->tcpc, enable); in tcpm_set_vconn() 1994 ret = port->tcpc->set_vconn(port->tcpc, false); in tcpm_init_vconn() 3430 !tcpc->set_polarity || !tcpc->set_vconn || !tcpc->set_vbus || in tcpm_port_init()
|
| H A D | fusb302.c | 973 fusb302_tcpc_dev->set_vconn = tcpm_set_vconn; in init_tcpc_dev()
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | tcpm.h | 139 int (*set_vconn)(struct tcpc_dev *dev, bool on); member
|
| /OK3568_Linux_fs/u-boot/include/power/power_delivery/ |
| H A D | tcpm.h | 143 int (*set_vconn)(struct tcpc_dev *dev, bool on); member
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/ |
| H A D | tcpci.h | 193 int (*set_vconn)(struct tcpci *tcpci, struct tcpci_data *data, member
|
| H A D | tcpci.c | 353 if (tcpci->data->set_vconn) { in tcpci_set_vconn() 354 ret = tcpci->data->set_vconn(tcpci, tcpci->data, enable); in tcpci_set_vconn() 819 tcpci->tcpc.set_vconn = tcpci_set_vconn; in tcpci_register_port()
|
| H A D | tcpci_rt1711h.c | 249 chip->data.set_vconn = rt1711h_set_vconn; in rt1711h_probe()
|
| H A D | tcpci_et7303.c | 275 chip->data.set_vconn = et7303_set_vconn; in et7303_probe()
|
| H A D | wcove.c | 643 wcove->tcpc.set_vconn = wcove_set_vconn; in wcove_typec_probe()
|
| H A D | fusb302.c | 1134 fusb302_tcpc_dev->set_vconn = tcpm_set_vconn; in init_tcpc_dev()
|
| H A D | tcpm.c | 975 ret = port->tcpc->set_vconn(port->tcpc, enable); in tcpm_set_vconn() 3600 ret = port->tcpc->set_vconn(port->tcpc, false); in tcpm_init_vconn() 6534 !tcpc->set_polarity || !tcpc->set_vconn || !tcpc->set_vbus || in tcpm_register_port()
|