Searched refs:tcpci_data (Results 1 – 6 of 6) sorted by relevance
| /drivers/usb/typec/tcpm/ |
| A D | tcpci_mt6370.c | 31 struct tcpci_data tcpci_data; member 50 static int mt6370_tcpc_init(struct tcpci *tcpci, struct tcpci_data *data) in mt6370_tcpc_init() 82 tcpci_data); in mt6370_tcpc_set_vbus() 107 struct regmap *regmap = priv->tcpci_data.regmap; in mt6370_check_vendor_info() 139 priv->tcpci_data.regmap = dev_get_regmap(dev->parent, NULL); in mt6370_tcpc_probe() 140 if (!priv->tcpci_data.regmap) in mt6370_tcpc_probe() 152 priv->tcpci_data.auto_discharge_disconnect = 1; in mt6370_tcpc_probe() 153 priv->tcpci_data.init = mt6370_tcpc_init; in mt6370_tcpc_probe() 154 priv->tcpci_data.set_vconn = mt6370_tcpc_set_vconn; in mt6370_tcpc_probe() 158 priv->tcpci_data.set_vbus = mt6370_tcpc_set_vbus; in mt6370_tcpc_probe() [all …]
|
| A D | tcpci_maxim_core.c | 60 static struct max_tcpci_chip *tdata_to_max_tcpci(struct tcpci_data *tdata) in tdata_to_max_tcpci() 205 static int max_tcpci_set_vbus(struct tcpci *tcpci, struct tcpci_data *tdata, bool source, bool sink) in max_tcpci_set_vbus() 250 static void max_tcpci_frs_sourcing_vbus(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_frs_sourcing_vbus() 275 static void max_tcpci_set_partner_usb_comm_capable(struct tcpci *tcpci, struct tcpci_data *data, in max_tcpci_set_partner_usb_comm_capable() 424 static int max_tcpci_start_toggling(struct tcpci *tcpci, struct tcpci_data *tdata, in max_tcpci_start_toggling() 434 static int tcpci_init(struct tcpci *tcpci, struct tcpci_data *data) in tcpci_init() 443 static void max_tcpci_check_contaminant(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_check_contaminant() 452 static bool max_tcpci_attempt_vconn_swap_discovery(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_attempt_vconn_swap_discovery()
|
| A D | tcpci_rt1711h.c | 63 struct tcpci_data data; 98 static struct rt1711h_chip *tdata_to_rt1711h(struct tcpci_data *tdata) in tdata_to_rt1711h() 103 static int rt1711h_init(struct tcpci *tcpci, struct tcpci_data *tdata) in rt1711h_init() 154 static int rt1711h_set_vbus(struct tcpci *tcpci, struct tcpci_data *tdata, in rt1711h_set_vbus() 173 static int rt1711h_set_vconn(struct tcpci *tcpci, struct tcpci_data *tdata, in rt1711h_set_vconn() 225 struct tcpci_data *tdata, in rt1711h_start_drp_toggling()
|
| A D | tcpci_mt6360.c | 40 struct tcpci_data tdata; 52 static int mt6360_tcpc_init(struct tcpci *tcpci, struct tcpci_data *tdata) in mt6360_tcpc_init()
|
| A D | tcpci_maxim.h | 55 struct tcpci_data data;
|
| A D | tcpci.c | 44 struct tcpci_data *data; 49 struct tcpci_data data; 832 struct tcpci *tcpci_register_port(struct device *dev, struct tcpci_data *data) in tcpci_register_port()
|
Completed in 12 milliseconds