Searched refs:sw_desc (Results 1 – 4 of 4) sorted by relevance
489 struct typec_switch_desc sw_desc = { }; in udphy_setup_orien_switch() local491 sw_desc.drvdata = udphy; in udphy_setup_orien_switch()492 sw_desc.fwnode = dev_fwnode(udphy->dev); in udphy_setup_orien_switch()493 sw_desc.set = udphy_orien_sw_set; in udphy_setup_orien_switch()495 udphy->sw = typec_switch_register(udphy->dev, &sw_desc); in udphy_setup_orien_switch()
426 struct typec_switch_desc sw_desc = {}; in udphy_setup_orien_switch() local428 sw_desc.drvdata = udphy; in udphy_setup_orien_switch()429 sw_desc.fwnode = dev_fwnode(udphy->dev); in udphy_setup_orien_switch()430 sw_desc.set = udphy_orien_sw_set; in udphy_setup_orien_switch()432 udphy->sw = typec_switch_register(udphy->dev, &sw_desc); in udphy_setup_orien_switch()
47766 + struct typec_switch_desc sw_desc = { };47769 + sw_desc.drvdata = rport;47770 + sw_desc.fwnode = dev_fwnode(dev);47771 + sw_desc.set = rockchip_usb2phy_orien_sw_set;47773 + rport->sw = typec_switch_register(dev, &sw_desc);