| D | tcpci.h | 199 struct tcpci_data {  struct205 	int (*init)(struct tcpci *tcpci, struct tcpci_data *data);  argument
 206 	int (*set_vconn)(struct tcpci *tcpci, struct tcpci_data *data,  argument
 208 	int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data,  argument
 210 	int (*set_vbus)(struct tcpci *tcpci, struct tcpci_data *data, bool source, bool sink);  argument
 211 	void (*frs_sourcing_vbus)(struct tcpci *tcpci, struct tcpci_data *data);  argument
 212 	void (*set_partner_usb_comm_capable)(struct tcpci *tcpci, struct tcpci_data *data,  argument
 214 	void (*check_contaminant)(struct tcpci *tcpci, struct tcpci_data *data);  argument
 217 struct tcpci *tcpci_register_port(struct device *dev, struct tcpci_data *data);
 
 |