| /OK3568_Linux_fs/kernel/include/linux/phy/ |
| H A D | phy.h | 162 struct phy * (*of_xlate)(struct device *dev, member 258 struct phy * (*of_xlate)(struct device *dev, 262 struct phy * (*of_xlate)(struct device *dev, 477 struct phy * (*of_xlate)(struct device *dev, in __of_phy_provider_register() 485 struct phy * (*of_xlate)(struct device *dev, in __devm_of_phy_provider_register()
|
| /OK3568_Linux_fs/u-boot/drivers/power/domain/ |
| H A D | power-domain-uclass.c | 61 if (ops->of_xlate) in power_domain_get() 62 ret = ops->of_xlate(power_domain, &args); in power_domain_get()
|
| /OK3568_Linux_fs/u-boot/drivers/mailbox/ |
| H A D | mailbox-uclass.c | 60 if (ops->of_xlate) in mbox_get_by_index() 61 ret = ops->of_xlate(chan, &args); in mbox_get_by_index()
|
| /OK3568_Linux_fs/kernel/drivers/phy/ |
| H A D | phy-core.c | 526 phy = phy_provider->of_xlate(phy_provider->dev, &args); in _of_phy_get() 1014 struct phy * (*of_xlate)(struct device *dev, in __of_phy_provider_register() 1051 phy_provider->of_xlate = of_xlate; in __of_phy_provider_register() 1077 struct phy * (*of_xlate)(struct device *dev, in __devm_of_phy_provider_register() 1087 of_xlate); in __devm_of_phy_provider_register()
|
| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | phy-uclass.c | 68 if (ops->of_xlate) in generic_phy_get_by_index() 69 ret = ops->of_xlate(phy, &args); in generic_phy_get_by_index()
|
| /OK3568_Linux_fs/u-boot/drivers/reset/ |
| H A D | reset-uclass.c | 66 if (ops->of_xlate) in reset_get_by_index() 67 ret = ops->of_xlate(reset_ctl, &args); in reset_get_by_index()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib-of.c | 89 chip->of_xlate && in of_gpiochip_match_node_and_xlate() 90 chip->of_xlate(chip, gpiospec, NULL) >= 0; in of_gpiochip_match_node_and_xlate() 108 ret = chip->of_xlate(chip, gpiospec, flags); in of_xlate_and_get_gpiod_flags() 1017 if (!chip->of_xlate) { in of_gpiochip_add() 1019 chip->of_xlate = of_gpio_simple_xlate; in of_gpiochip_add()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | of_iommu.c | 98 if ((ops && !ops->of_xlate) || in of_iommu_xlate() 116 ret = ops->of_xlate(dev, iommu_spec); in of_iommu_xlate()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | power-domain-uclass.h | 42 int (*of_xlate)(struct power_domain *power_domain, member
|
| H A D | reset-uclass.h | 40 int (*of_xlate)(struct reset_ctl *reset_ctl, member
|
| H A D | mailbox-uclass.h | 38 int (*of_xlate)(struct mbox_chan *chan, member
|
| H A D | clk-uclass.h | 40 int (*of_xlate)(struct clk *clock, member
|
| H A D | generic-phy.h | 89 int (*of_xlate)(struct phy *phy, struct ofnode_phandle_args *args); member
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/phy/ |
| H A D | phy.rst | 33 the PHY, the framework provides its own implementation of of_xlate in 35 should provide its own implementation of of_xlate. of_xlate is used only for 48 register the phy_provider and it takes device and of_xlate as
|
| /OK3568_Linux_fs/kernel/drivers/mailbox/ |
| H A D | mailbox.c | 357 chan = mbox->of_xlate(mbox, &spec); in mbox_request_channel() 514 if (!mbox->of_xlate) in mbox_controller_register() 515 mbox->of_xlate = of_mbox_index_xlate; in mbox_controller_register()
|
| /OK3568_Linux_fs/u-boot/drivers/clk/at91/ |
| H A D | clk-system.c | 75 .of_xlate = at91_clk_of_xlate,
|
| H A D | clk-peripheral.c | 102 .of_xlate = at91_clk_of_xlate,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | reset-controller.h | 77 int (*of_xlate)(struct reset_controller_dev *rcdev, member
|
| H A D | mailbox_controller.h | 82 struct mbox_chan *(*of_xlate)(struct mbox_controller *mbox, member
|
| /OK3568_Linux_fs/kernel/drivers/reset/ |
| H A D | reset-berlin.c | 87 priv->rcdev.of_xlate = berlin_reset_xlate; in berlin2_reset_probe()
|
| H A D | core.c | 101 if (!rcdev->of_xlate) { in reset_controller_register() 103 rcdev->of_xlate = of_reset_simple_xlate; in reset_controller_register() 653 rstc_id = rcdev->of_xlate(rcdev, &args); in __of_reset_control_get()
|
| H A D | reset-brcmstb-rescal.c | 84 data->rcdev.of_xlate = brcm_rescal_reset_xlate; in brcm_rescal_reset_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/clk/ |
| H A D | clk-uclass.c | 91 if (ops->of_xlate) in clk_get_by_indexed_prop() 92 ret = ops->of_xlate(clk, &args); in clk_get_by_indexed_prop()
|
| /OK3568_Linux_fs/kernel/drivers/clk/mmp/ |
| H A D | reset.c | 97 unit->rcdev.of_xlate = mmp_of_reset_xlate; in mmp_clk_reset_register()
|
| /OK3568_Linux_fs/kernel/drivers/reset/hisilicon/ |
| H A D | reset-hi3660.c | 95 rc->rst.of_xlate = hi3660_reset_xlate; in hi3660_reset_probe()
|