Searched refs:tcpci_data (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/usb/typec/tcpm/ |
D | tcpci.h | 148 struct tcpci_data { struct 151 int (*init)(struct tcpci *tcpci, struct tcpci_data *data); argument 152 int (*set_vconn)(struct tcpci *tcpci, struct tcpci_data *data, argument 154 int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data, argument 156 int (*set_vbus)(struct tcpci *tcpci, struct tcpci_data *data, bool source, bool sink); argument 159 struct tcpci *tcpci_register_port(struct device *dev, struct tcpci_data *data);
|
D | tcpci_rt1711h.c | 39 struct tcpci_data data; 71 static struct rt1711h_chip *tdata_to_rt1711h(struct tcpci_data *tdata) in tdata_to_rt1711h() 76 static int rt1711h_init(struct tcpci *tcpci, struct tcpci_data *tdata) in rt1711h_init() 107 static int rt1711h_set_vconn(struct tcpci *tcpci, struct tcpci_data *tdata, in rt1711h_set_vconn() 117 struct tcpci_data *tdata, in rt1711h_start_drp_toggling()
|
D | tcpci_maxim.c | 44 struct tcpci_data data; 67 static struct max_tcpci_chip *tdata_to_max_tcpci(struct tcpci_data *tdata) in tdata_to_max_tcpci() 204 static int max_tcpci_set_vbus(struct tcpci *tcpci, struct tcpci_data *tdata, bool source, bool sink) in max_tcpci_set_vbus() 396 static int max_tcpci_start_toggling(struct tcpci *tcpci, struct tcpci_data *tdata, in max_tcpci_start_toggling() 406 static int tcpci_init(struct tcpci *tcpci, struct tcpci_data *data) in tcpci_init()
|
D | tcpci_mt6360.c | 36 struct tcpci_data tdata; 54 static int mt6360_tcpc_init(struct tcpci *tcpci, struct tcpci_data *tdata) in mt6360_tcpc_init()
|
D | tcpci.c | 33 struct tcpci_data *data; 38 struct tcpci_data data; 604 struct tcpci *tcpci_register_port(struct device *dev, struct tcpci_data *data) in tcpci_register_port()
|