Home
last modified time | relevance | path

Searched refs:set_vconn (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/usb/
H A Dtcpm.h149 int (*set_vconn)(struct tcpc_dev *dev, bool on); member
H A Dtcpci.h220 int (*set_vconn)(struct tcpci *tcpci, struct tcpci_data *data, member
/linux/drivers/usb/typec/tcpm/
H A Dtcpci.c347 if (tcpci->data->set_vconn) { in tcpci_set_vconn()
348 ret = tcpci->data->set_vconn(tcpci, tcpci->data, enable); in tcpci_set_vconn()
846 tcpci->tcpc.set_vconn = tcpci_set_vconn; in tcpci_register_port()
H A Dtcpci_rt1711h.c373 chip->data.set_vconn = rt1711h_set_vconn; in rt1711h_probe()
H A Dfusb302.c1126 fusb302_tcpc_dev->set_vconn = tcpm_set_vconn; in init_tcpc_dev()
/linux/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec_port.c762 tcpm->tcpc.set_vconn = qcom_pmic_typec_port_set_vconn; in qcom_pmic_typec_port_probe()