Home
last modified time | relevance | path

Searched refs:tcpc_config (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/usb/
Dtcpm.h76 struct tcpc_config { struct
132 const struct tcpc_config *config;
/Linux-v4.19/drivers/usb/typec/fusb302/
Dfusb302.c84 struct tcpc_config tcpc_config; member
1185 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()
/Linux-v4.19/drivers/usb/typec/
Dtypec_wcove.c590 static struct tcpc_config wcove_typec_config = {
Dtcpm.c4701 const struct tcpc_config *tcfg) in tcpm_copy_caps()