Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/usb/
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
/Linux-v6.6/drivers/usb/typec/tcpm/
Dtcpci_mt6370.c32 struct tcpci_data tcpci_data; member