Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/typec/fusb302/
Dfusb302.c1195 static void init_tcpc_dev(struct tcpc_dev *fusb302_tcpc_dev) in init_tcpc_dev() argument
1197 fusb302_tcpc_dev->init = tcpm_init; in init_tcpc_dev()
1198 fusb302_tcpc_dev->get_vbus = tcpm_get_vbus; in init_tcpc_dev()
1199 fusb302_tcpc_dev->get_current_limit = tcpm_get_current_limit; in init_tcpc_dev()
1200 fusb302_tcpc_dev->set_cc = tcpm_set_cc; in init_tcpc_dev()
1201 fusb302_tcpc_dev->get_cc = tcpm_get_cc; in init_tcpc_dev()
1202 fusb302_tcpc_dev->set_polarity = tcpm_set_polarity; in init_tcpc_dev()
1203 fusb302_tcpc_dev->set_vconn = tcpm_set_vconn; in init_tcpc_dev()
1204 fusb302_tcpc_dev->set_vbus = tcpm_set_vbus; in init_tcpc_dev()
1205 fusb302_tcpc_dev->set_pd_rx = tcpm_set_pd_rx; in init_tcpc_dev()
[all …]