Home
last modified time | relevance | path

Searched refs:sw_desc (Results 1 – 4 of 4) sorted by relevance

/device/board/isoftstone/yangfan/kernel/src/driv/phy/
Dphy-rockchip-usbdp.c489 struct typec_switch_desc sw_desc = { }; in udphy_setup_orien_switch() local
491 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()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
Dphy-rockchip-usbdp.c489 struct typec_switch_desc sw_desc = { }; in udphy_setup_orien_switch() local
491 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()
/device/soc/rockchip/common/vendor/drivers/phy/
Dphy-rockchip-usbdp.c426 struct typec_switch_desc sw_desc = {}; in udphy_setup_orien_switch() local
428 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()
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dkernel.patch47766 + 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);