Searched refs:tcpc_config (Results 1 – 4 of 4) sorted by relevance
76 struct tcpc_config { struct132 const struct tcpc_config *config;
84 struct tcpc_config tcpc_config; member1185 static const struct tcpc_config fusb302_tcpc_config = {1735 chip->tcpc_config = fusb302_tcpc_config; in fusb302_probe()1736 chip->tcpc_dev.config = &chip->tcpc_config; in fusb302_probe()1740 chip->tcpc_config.operating_snk_mw = v / 1000; in fusb302_probe()1743 chip->tcpc_config.nr_snk_pdo = fusb302_composite_snk_pdo_array(chip); in fusb302_probe()1744 chip->tcpc_config.snk_pdo = chip->snk_pdo; in fusb302_probe()
590 static struct tcpc_config wcove_typec_config = {
4701 const struct tcpc_config *tcfg) in tcpm_copy_caps()