Home
last modified time | relevance | path

Searched defs:tcpci_data (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dtcpci.h199 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 Dtcpci_mt6370.c32 struct tcpci_data tcpci_data; member