Searched defs:tcpci_data (Results 1 – 1 of 1) sorted by relevance
/drivers/usb/typec/tcpm/ |
D | tcpci.h | 187 struct tcpci_data { struct 193 int (*init)(struct tcpci *tcpci, struct tcpci_data *data); argument 194 int (*set_vconn)(struct tcpci *tcpci, struct tcpci_data *data, argument 196 int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data, argument 198 int (*set_vbus)(struct tcpci *tcpci, struct tcpci_data *data, bool source, bool sink); argument 199 void (*frs_sourcing_vbus)(struct tcpci *tcpci, struct tcpci_data *data); argument 200 void (*set_partner_usb_comm_capable)(struct tcpci *tcpci, struct tcpci_data *data, argument
|