Home
last modified time | relevance | path

Searched refs:start_toggling (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/usb/
H A Dtcpm.h81 * @start_toggling:
155 int (*start_toggling)(struct tcpc_dev *dev, member
/linux/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec_port.c603 dev_dbg(dev, "start_toggling: misc 0x%08x attached %d port_type %d current cc %d new %d\n", in qcom_pmic_typec_port_start_toggling()
765 tcpm->tcpc.start_toggling = qcom_pmic_typec_port_start_toggling; in qcom_pmic_typec_port_probe()
/linux/drivers/usb/typec/tcpm/
H A Dtcpci.c853 tcpci->tcpc.start_toggling = tcpci_start_toggling; in tcpci_register_port()
H A Dfusb302.c1138 fusb302_tcpc_dev->start_toggling = tcpm_start_toggling; in init_tcpc_dev()
H A Dtcpm.c4344 if (!port->tcpc->start_toggling) in tcpm_start_toggling()
4348 ret = port->tcpc->start_toggling(port->tcpc, port->port_type, cc); in tcpm_start_toggling()