Symbol: typec_get_drvdata
drivers/extcon/extcon-rtk-type-c.c
702
struct type_c_data *type_c = typec_get_drvdata(port);
drivers/extcon/extcon-usbc-tusb320.c
237
struct tusb320_priv *priv = typec_get_drvdata(port);
drivers/platform/chrome/cros_ec_typec.c
49
struct cros_typec_port *port = typec_get_drvdata(tc_port);
drivers/platform/chrome/cros_ec_typec.c
63
struct cros_typec_port *port = typec_get_drvdata(tc_port);
drivers/usb/typec/class.c
2517
EXPORT_SYMBOL_GPL(typec_get_drvdata);
drivers/usb/typec/hd3ss3220.c
190
struct hd3ss3220 *hd3ss3220 = typec_get_drvdata(port);
drivers/usb/typec/hd3ss3220.c
197
struct hd3ss3220 *hd3ss3220 = typec_get_drvdata(port);
drivers/usb/typec/rt1719.c
395
struct rt1719_data *data = typec_get_drvdata(port);
drivers/usb/typec/tcpm/tcpm.c
6647
struct tcpm_port *port = typec_get_drvdata(p);
drivers/usb/typec/tcpm/tcpm.c
6719
struct tcpm_port *port = typec_get_drvdata(p);
drivers/usb/typec/tcpm/tcpm.c
6768
struct tcpm_port *port = typec_get_drvdata(p);
drivers/usb/typec/tcpm/tcpm.c
6813
struct tcpm_port *port = typec_get_drvdata(p);
drivers/usb/typec/tcpm/tcpm.c
7053
struct tcpm_port *port = typec_get_drvdata(p);
drivers/usb/typec/tcpm/tcpm.c
7092
struct tcpm_port *port = typec_get_drvdata(p);
drivers/usb/typec/tcpm/tcpm.c
7099
struct tcpm_port *port = typec_get_drvdata(p);
drivers/usb/typec/tipd/core.c
478
struct tps6598x *tps = typec_get_drvdata(port);
drivers/usb/typec/tipd/core.c
508
struct tps6598x *tps = typec_get_drvdata(port);
drivers/usb/typec/ucsi/ucsi.c
1506
struct ucsi_connector *con = typec_get_drvdata(port);
drivers/usb/typec/ucsi/ucsi.c
1550
struct ucsi_connector *con = typec_get_drvdata(port);
drivers/usb/typec/wusb3801.c
183
struct wusb3801 *wusb3801 = typec_get_drvdata(port);
drivers/usb/typec/wusb3801.c
193
struct wusb3801 *wusb3801 = typec_get_drvdata(port);
include/linux/usb/typec.h
356
void *typec_get_drvdata(struct typec_port *port);