Lines Matching refs:tcpm_port
162 struct tcpm_port;
164 struct tcpm_port *tcpm_register_port(struct device *dev, struct tcpc_dev *tcpc);
165 void tcpm_unregister_port(struct tcpm_port *port);
167 int tcpm_update_sink_capabilities(struct tcpm_port *port, const u32 *pdo,
171 void tcpm_vbus_change(struct tcpm_port *port);
172 void tcpm_cc_change(struct tcpm_port *port);
173 void tcpm_sink_frs(struct tcpm_port *port);
174 void tcpm_sourcing_vbus(struct tcpm_port *port);
175 void tcpm_pd_receive(struct tcpm_port *port,
177 void tcpm_pd_transmit_complete(struct tcpm_port *port,
179 void tcpm_pd_hard_reset(struct tcpm_port *port);
180 void tcpm_tcpc_reset(struct tcpm_port *port);
181 bool tcpm_is_debouncing(struct tcpm_port *tcpm);
182 bool tcpm_is_toggling(struct tcpm_port *port);