Searched refs:tcpci_data (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/usb/typec/tcpm/ |
| D | tcpci.h | 185 struct tcpci_data { struct 191 int (*init)(struct tcpci *tcpci, struct tcpci_data *data); argument 192 int (*set_vconn)(struct tcpci *tcpci, struct tcpci_data *data, argument 194 int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data, argument 196 int (*set_vbus)(struct tcpci *tcpci, struct tcpci_data *data, bool source, bool sink); argument 197 void (*frs_sourcing_vbus)(struct tcpci *tcpci, struct tcpci_data *data); argument 198 void (*set_partner_usb_comm_capable)(struct tcpci *tcpci, struct tcpci_data *data, argument 202 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() 211 static int max_tcpci_set_vbus(struct tcpci *tcpci, struct tcpci_data *tdata, bool source, bool sink) in max_tcpci_set_vbus() 256 static void max_tcpci_frs_sourcing_vbus(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_frs_sourcing_vbus() 281 static void max_tcpci_set_partner_usb_comm_capable(struct tcpci *tcpci, struct tcpci_data *data, in max_tcpci_set_partner_usb_comm_capable() 423 static int max_tcpci_start_toggling(struct tcpci *tcpci, struct tcpci_data *tdata, in max_tcpci_start_toggling() 433 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 | 46 struct tcpci_data *data; 51 struct tcpci_data data; 747 struct tcpci *tcpci_register_port(struct device *dev, struct tcpci_data *data) in tcpci_register_port()
|