Searched refs:mux_desc (Results 1 – 3 of 3) sorted by relevance
948 struct typec_mux_desc mux_desc = {}; in udphy_setup_typec_mux() local950 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()
900 struct typec_mux_desc mux_desc = {}; in udphy_setup_typec_mux() local902 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()