Searched defs:tcpci_data (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/usb/ |
H A D | tcpci.h | 199 struct tcpci_data { struct 205 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
|
/openbmc/linux/drivers/usb/typec/tcpm/ |
H A D | tcpci_mt6370.c | 32 struct tcpci_data tcpci_data; member
|