Lines Matching refs:tcpci
175 struct tcpci;
198 int (*init)(struct tcpci *tcpci, struct tcpci_data *data);
199 int (*set_vconn)(struct tcpci *tcpci, struct tcpci_data *data,
201 int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data,
203 int (*set_vbus)(struct tcpci *tcpci, struct tcpci_data *data, bool source, bool sink);
204 void (*frs_sourcing_vbus)(struct tcpci *tcpci, struct tcpci_data *data);
205 void (*set_partner_usb_comm_capable)(struct tcpci *tcpci, struct tcpci_data *data,
209 struct tcpci *tcpci_register_port(struct device *dev, struct tcpci_data *data);
210 void tcpci_unregister_port(struct tcpci *tcpci);
211 irqreturn_t tcpci_irq(struct tcpci *tcpci);
214 struct tcpm_port *tcpci_get_tcpm_port(struct tcpci *tcpci);