Lines Matching refs:tcpm_port
174 struct tcpm_port;
176 struct tcpm_port *tcpm_register_port(struct device *dev, struct tcpc_dev *tcpc);
177 void tcpm_unregister_port(struct tcpm_port *port);
179 void tcpm_vbus_change(struct tcpm_port *port);
180 void tcpm_cc_change(struct tcpm_port *port);
181 void tcpm_sink_frs(struct tcpm_port *port);
182 void tcpm_sourcing_vbus(struct tcpm_port *port);
183 void tcpm_pd_receive(struct tcpm_port *port,
186 void tcpm_pd_transmit_complete(struct tcpm_port *port,
188 void tcpm_pd_hard_reset(struct tcpm_port *port);
189 void tcpm_tcpc_reset(struct tcpm_port *port);
190 void tcpm_port_clean(struct tcpm_port *port);
191 bool tcpm_port_is_toggling(struct tcpm_port *port);
192 void tcpm_port_error_recovery(struct tcpm_port *port);