Home
last modified time | relevance | path

Searched refs:start_drp_toggling (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/usb/typec/
Dtcpci.c111 if (tcpci->data->start_drp_toggling) { in tcpci_start_drp_toggling()
112 ret = tcpci->data->start_drp_toggling(tcpci, tcpci->data, cc); in tcpci_start_drp_toggling()
514 tcpci->tcpc.start_drp_toggling = tcpci_start_drp_toggling; in tcpci_register_port()
Dtcpci.h131 int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data, member
Dtcpci_rt1711h.c269 chip->data.start_drp_toggling = rt1711h_start_drp_toggling; in rt1711h_probe()
Dtypec_wcove.c640 wcove->tcpc.start_drp_toggling = wcove_start_drp_toggling; in wcove_typec_probe()
Dtcpm.c2541 if (port->tcpc->start_drp_toggling && in tcpm_start_drp_toggling()
2544 ret = port->tcpc->start_drp_toggling(port->tcpc, cc); in tcpm_start_drp_toggling()
/Linux-v4.19/include/linux/usb/
Dtcpm.h149 int (*start_drp_toggling)(struct tcpc_dev *dev, member
/Linux-v4.19/drivers/usb/typec/fusb302/
Dfusb302.c1207 fusb302_tcpc_dev->start_drp_toggling = tcpm_start_drp_toggling; in init_tcpc_dev()