Symbol: typec_switch_get_drvdata
drivers/phy/apple/atc.c
2051
struct apple_atcphy *atcphy = typec_switch_get_drvdata(sw);
drivers/phy/freescale/phy-fsl-imx8mq-usb.c
137
struct imx8mq_usb_phy *imx_phy = typec_switch_get_drvdata(sw);
drivers/phy/phy-google-usb.c
82
struct google_usb_phy *gphy = typec_switch_get_drvdata(sw);
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
4427
struct qmp_combo *qmp = typec_switch_get_drvdata(sw);
drivers/phy/qualcomm/phy-qcom-qmp-usbc.c
1706
struct qmp_usbc *qmp = typec_switch_get_drvdata(sw);
drivers/phy/rockchip/phy-rockchip-usbdp.c
657
struct rk_udphy *udphy = typec_switch_get_drvdata(sw);
drivers/phy/samsung/phy-exynos5-usbdrd.c
1844
struct exynos5_usbdrd_phy *phy_drd = typec_switch_get_drvdata(sw);
drivers/usb/typec/mux.c
248
EXPORT_SYMBOL_GPL(typec_switch_get_drvdata);
drivers/usb/typec/mux/fsa4480.c
152
struct fsa4480 *fsa = typec_switch_get_drvdata(sw);
drivers/usb/typec/mux/gpio-sbu-mux.c
29
struct gpio_sbu_mux *sbu_mux = typec_switch_get_drvdata(sw);
drivers/usb/typec/mux/intel_pmc_mux.c
546
struct pmc_usb_port *port = typec_switch_get_drvdata(sw);
drivers/usb/typec/mux/it5205.c
71
struct it5205 *it = typec_switch_get_drvdata(sw);
drivers/usb/typec/mux/nb7vpq904m.c
256
struct nb7vpq904m *nb7 = typec_switch_get_drvdata(sw);
drivers/usb/typec/mux/pi3usb30532.c
51
struct pi3usb30532 *pi = typec_switch_get_drvdata(sw);
drivers/usb/typec/mux/ps883x.c
180
struct ps883x_retimer *retimer = typec_switch_get_drvdata(sw);
drivers/usb/typec/mux/ptn36502.c
216
struct ptn36502 *ptn = typec_switch_get_drvdata(sw);
drivers/usb/typec/mux/tusb1046.c
94
struct tusb1046_priv *priv = typec_switch_get_drvdata(sw);
drivers/usb/typec/mux/wcd939x-usbss.c
537
struct wcd939x_usbss *usbss = typec_switch_get_drvdata(sw);
include/linux/usb/typec_mux.h
41
void *typec_switch_get_drvdata(struct typec_switch_dev *sw);
sound/soc/codecs/wcd939x.c
3135
struct wcd939x_priv *wcd939x = typec_switch_get_drvdata(sw);