Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/mux/
H A Dpi3usb30532.c118 struct typec_mux_desc mux_desc = { }; in pi3usb30532_probe() local
147 mux_desc.drvdata = pi; in pi3usb30532_probe()
148 mux_desc.fwnode = dev->fwnode; in pi3usb30532_probe()
149 mux_desc.set = pi3usb30532_mux_set; in pi3usb30532_probe()
151 pi->mux = typec_mux_register(dev, &mux_desc); in pi3usb30532_probe()
H A Dit5205.c175 struct typec_mux_desc mux_desc = { }; in it5205_probe() local
231 mux_desc.drvdata = it; in it5205_probe()
232 mux_desc.fwnode = dev_fwnode(dev); in it5205_probe()
233 mux_desc.set = it5205_mux_set; in it5205_probe()
235 it->mux = typec_mux_register(dev, &mux_desc); in it5205_probe()
H A Dfsa4480.c257 struct typec_mux_desc mux_desc = { }; in fsa4480_probe() local
316 mux_desc.drvdata = fsa; in fsa4480_probe()
317 mux_desc.fwnode = dev_fwnode(dev); in fsa4480_probe()
318 mux_desc.set = fsa4480_mux_set; in fsa4480_probe()
320 fsa->mux = typec_mux_register(dev, &mux_desc); in fsa4480_probe()
H A Dwcd939x-usbss.c589 struct typec_mux_desc mux_desc = { }; in wcd939x_usbss_probe() local
713 mux_desc.drvdata = usbss; in wcd939x_usbss_probe()
714 mux_desc.fwnode = dev_fwnode(dev); in wcd939x_usbss_probe()
715 mux_desc.set = wcd939x_usbss_mux_set; in wcd939x_usbss_probe()
717 usbss->mux = typec_mux_register(dev, &mux_desc); in wcd939x_usbss_probe()
H A Dintel_pmc_mux.c578 struct typec_mux_desc mux_desc = { }; in pmc_usb_register_port() local
610 mux_desc.fwnode = fwnode; in pmc_usb_register_port()
611 mux_desc.drvdata = port; in pmc_usb_register_port()
612 mux_desc.name = fwnode_get_name(fwnode); in pmc_usb_register_port()
613 mux_desc.set = pmc_usb_mux_set; in pmc_usb_register_port()
615 port->typec_mux = typec_mux_register(pmc->dev, &mux_desc); in pmc_usb_register_port()
/linux/drivers/usb/typec/
H A Danx7411.c1083 struct typec_mux_desc mux_desc = { }; in anx7411_register_mux() local
1085 mux_desc.fwnode = fwnode; in anx7411_register_mux()
1086 mux_desc.drvdata = ctx; in anx7411_register_mux()
1087 mux_desc.name = fwnode_get_name(fwnode); in anx7411_register_mux()
1088 mux_desc.set = anx7411_usb_mux_set; in anx7411_register_mux()
1090 ctx->typec.typec_mux = typec_mux_register(dev, &mux_desc); in anx7411_register_mux()
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-usbdp.c1412 struct typec_mux_desc mux_desc = {}; in rk_udphy_setup_typec_mux() local
1414 mux_desc.drvdata = udphy; in rk_udphy_setup_typec_mux()
1415 mux_desc.fwnode = dev_fwnode(udphy->dev); in rk_udphy_setup_typec_mux()
1416 mux_desc.set = rk_udphy_typec_mux_set; in rk_udphy_setup_typec_mux()
1418 udphy->mux = typec_mux_register(udphy->dev, &mux_desc); in rk_udphy_setup_typec_mux()
/linux/sound/soc/codecs/
H A Dwcd939x.c3475 struct typec_mux_desc mux_desc = { in wcd939x_add_typec() local
3493 typec_mux = typec_mux_register(dev, &mux_desc); in wcd939x_add_typec()