Searched refs:set_bist_data (Results 1 – 4 of 4) sorted by relevance
151 int (*set_bist_data)(struct tcpc_dev *dev, bool on); member
155 int (*set_bist_data)(struct tcpc_dev *dev, bool on); member
3758 if (port->tcpc->set_bist_data) { in tcpm_detach()3760 port->tcpc->set_bist_data(port->tcpc, false); in tcpm_detach()4853 if (port->tcpc->set_bist_data) { in run_state_machine()4855 port->tcpc->set_bist_data(port->tcpc, true); in run_state_machine()5418 if (port->bist_request == BDO_MODE_TESTDATA && port->tcpc->set_bist_data) in _tcpm_pd_hard_reset()5419 port->tcpc->set_bist_data(port->tcpc, false); in _tcpm_pd_hard_reset()
825 tcpci->tcpc.set_bist_data = tcpci_set_bist_data; in tcpci_register_port()