Lines Matching refs:tcpm_port
153 struct tcpm_port;
155 struct tcpm_port *tcpm_register_port(struct device *dev, struct tcpc_dev *tcpc);
156 void tcpm_unregister_port(struct tcpm_port *port);
158 void tcpm_vbus_change(struct tcpm_port *port);
159 void tcpm_cc_change(struct tcpm_port *port);
160 void tcpm_sink_frs(struct tcpm_port *port);
161 void tcpm_sourcing_vbus(struct tcpm_port *port);
162 void tcpm_pd_receive(struct tcpm_port *port,
164 void tcpm_pd_transmit_complete(struct tcpm_port *port,
166 void tcpm_pd_hard_reset(struct tcpm_port *port);
167 void tcpm_tcpc_reset(struct tcpm_port *port);