D | tcpci.h | 211 struct tcpci_data { struct 219 int (*init)(struct tcpci *tcpci, struct tcpci_data *data); argument 220 int (*set_vconn)(struct tcpci *tcpci, struct tcpci_data *data, argument 222 int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data, argument 224 int (*set_vbus)(struct tcpci *tcpci, struct tcpci_data *data, bool source, bool sink); argument 225 void (*frs_sourcing_vbus)(struct tcpci *tcpci, struct tcpci_data *data); argument 226 void (*set_partner_usb_comm_capable)(struct tcpci *tcpci, struct tcpci_data *data, argument 228 void (*check_contaminant)(struct tcpci *tcpci, struct tcpci_data *data); argument 229 bool (*attempt_vconn_swap_discovery)(struct tcpci *tcpci, struct tcpci_data *data); argument 232 struct tcpci *tcpci_register_port(struct device *dev, struct tcpci_data *data);
|