Home
last modified time | relevance | path

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

/device/board/isoftstone/yangfan/kernel/src/driv/phy/
Dphy-rockchip-usbdp.c948 struct typec_mux_desc mux_desc = {}; in udphy_setup_typec_mux() local
950 mux_desc.drvdata = udphy; in udphy_setup_typec_mux()
951 mux_desc.fwnode = dev_fwnode(udphy->dev); in udphy_setup_typec_mux()
952 mux_desc.set = usbdp_typec_mux_set; in udphy_setup_typec_mux()
954 udphy->mux = typec_mux_register(udphy->dev, &mux_desc); in udphy_setup_typec_mux()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
Dphy-rockchip-usbdp.c948 struct typec_mux_desc mux_desc = {}; in udphy_setup_typec_mux() local
950 mux_desc.drvdata = udphy; in udphy_setup_typec_mux()
951 mux_desc.fwnode = dev_fwnode(udphy->dev); in udphy_setup_typec_mux()
952 mux_desc.set = usbdp_typec_mux_set; in udphy_setup_typec_mux()
954 udphy->mux = typec_mux_register(udphy->dev, &mux_desc); in udphy_setup_typec_mux()
/device/soc/rockchip/common/vendor/drivers/phy/
Dphy-rockchip-usbdp.c900 struct typec_mux_desc mux_desc = {}; in udphy_setup_typec_mux() local
902 mux_desc.drvdata = udphy; in udphy_setup_typec_mux()
903 mux_desc.fwnode = dev_fwnode(udphy->dev); in udphy_setup_typec_mux()
904 mux_desc.set = usbdp_typec_mux_set; in udphy_setup_typec_mux()
906 udphy->mux = typec_mux_register(udphy->dev, &mux_desc); in udphy_setup_typec_mux()