Home
last modified time | relevance | path

Searched refs:fusb302_tcpc_dev (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/power/power_delivery/
H A Dfusb302.c965 static void init_tcpc_dev(struct tcpc_dev *fusb302_tcpc_dev) in init_tcpc_dev() argument
967 fusb302_tcpc_dev->init = tcpm_init; in init_tcpc_dev()
968 fusb302_tcpc_dev->get_vbus = tcpm_get_vbus; in init_tcpc_dev()
970 fusb302_tcpc_dev->set_cc = tcpm_set_cc; in init_tcpc_dev()
971 fusb302_tcpc_dev->get_cc = tcpm_get_cc; in init_tcpc_dev()
972 fusb302_tcpc_dev->set_polarity = tcpm_set_polarity; in init_tcpc_dev()
973 fusb302_tcpc_dev->set_vconn = tcpm_set_vconn; in init_tcpc_dev()
974 fusb302_tcpc_dev->set_vbus = tcpm_set_vbus; in init_tcpc_dev()
975 fusb302_tcpc_dev->set_pd_rx = tcpm_set_pd_rx; in init_tcpc_dev()
976 fusb302_tcpc_dev->set_roles = tcpm_set_roles; in init_tcpc_dev()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dfusb302.c1126 static void init_tcpc_dev(struct tcpc_dev *fusb302_tcpc_dev) in init_tcpc_dev() argument
1128 fusb302_tcpc_dev->init = tcpm_init; in init_tcpc_dev()
1129 fusb302_tcpc_dev->get_vbus = tcpm_get_vbus; in init_tcpc_dev()
1130 fusb302_tcpc_dev->get_current_limit = tcpm_get_current_limit; in init_tcpc_dev()
1131 fusb302_tcpc_dev->set_cc = tcpm_set_cc; in init_tcpc_dev()
1132 fusb302_tcpc_dev->get_cc = tcpm_get_cc; in init_tcpc_dev()
1133 fusb302_tcpc_dev->set_polarity = tcpm_set_polarity; in init_tcpc_dev()
1134 fusb302_tcpc_dev->set_vconn = tcpm_set_vconn; in init_tcpc_dev()
1135 fusb302_tcpc_dev->set_vbus = tcpm_set_vbus; in init_tcpc_dev()
1136 fusb302_tcpc_dev->set_pd_rx = tcpm_set_pd_rx; in init_tcpc_dev()
[all …]