Home
last modified time | relevance | path

Searched refs:tcpci_data (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/typec/
Dtcpci.h126 struct tcpci_data { struct
128 int (*init)(struct tcpci *tcpci, struct tcpci_data *data); argument
129 int (*set_vconn)(struct tcpci *tcpci, struct tcpci_data *data, argument
131 int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data, argument
135 struct tcpci *tcpci_register_port(struct device *dev, struct tcpci_data *data);
Dtcpci_rt1711h.c39 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()
Dtcpci.c33 struct tcpci_data *data;
38 struct tcpci_data data;
494 struct tcpci *tcpci_register_port(struct device *dev, struct tcpci_data *data) in tcpci_register_port()