Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/typec/
Dwusb3801.c183 struct wusb3801 *wusb3801 = typec_get_drvdata(port); in wusb3801_try_role()
193 struct wusb3801 *wusb3801 = typec_get_drvdata(port); in wusb3801_port_type_set()
Dhd3ss3220.c77 struct hd3ss3220 *hd3ss3220 = typec_get_drvdata(port); in hd3ss3220_dr_set()
Dclass.c1892 void *typec_get_drvdata(struct typec_port *port) in typec_get_drvdata() function
1896 EXPORT_SYMBOL_GPL(typec_get_drvdata);
Drt1719.c401 struct rt1719_data *data = typec_get_drvdata(port); in rt1719_dr_set()
/linux-5.19.10/include/linux/usb/
Dtypec.h296 void *typec_get_drvdata(struct typec_port *port);
/linux-5.19.10/drivers/usb/typec/tipd/
Dcore.c354 struct tps6598x *tps = typec_get_drvdata(port); in tps6598x_dr_set()
384 struct tps6598x *tps = typec_get_drvdata(port); in tps6598x_pr_set()
/linux-5.19.10/drivers/usb/typec/ucsi/
Ducsi.c937 struct ucsi_connector *con = typec_get_drvdata(port); in ucsi_dr_swap()
981 struct ucsi_connector *con = typec_get_drvdata(port); in ucsi_pr_swap()
/linux-5.19.10/drivers/usb/typec/tcpm/
Dtcpm.c5473 struct tcpm_port *port = typec_get_drvdata(p); in tcpm_dr_set()
5545 struct tcpm_port *port = typec_get_drvdata(p); in tcpm_pr_set()
5594 struct tcpm_port *port = typec_get_drvdata(p); in tcpm_vconn_set()
5639 struct tcpm_port *port = typec_get_drvdata(p); in tcpm_try_role()
5885 struct tcpm_port *port = typec_get_drvdata(p); in tcpm_port_type_set()