Searched defs:tcpci_data (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/include/linux/usb/ |
D | tcpci.h | 192 struct tcpci_data { struct 198 int (*init)(struct tcpci *tcpci, struct tcpci_data *data); argument 199 int (*set_vconn)(struct tcpci *tcpci, struct tcpci_data *data, argument 201 int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data, argument 203 int (*set_vbus)(struct tcpci *tcpci, struct tcpci_data *data, bool source, bool sink); argument 204 void (*frs_sourcing_vbus)(struct tcpci *tcpci, struct tcpci_data *data); argument 205 void (*set_partner_usb_comm_capable)(struct tcpci *tcpci, struct tcpci_data *data, argument
|
/Linux-v6.1/drivers/usb/typec/tcpm/ |
D | tcpci_mt6370.c | 32 struct tcpci_data tcpci_data; member
|