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