/openbmc/linux/drivers/net/pse-pd/ |
H A D | pse_core.c | 70 if (!pcdev->of_xlate) { in pse_controller_register() 72 pcdev->of_xlate = of_pse_zero_xlate; in pse_controller_register() 74 pcdev->of_xlate = of_pse_simple_xlate; in pse_controller_register() 241 psec_id = pcdev->of_xlate(pcdev, &args); in of_pse_control_get()
|
/openbmc/linux/include/linux/phy/ |
H A D | phy.h | 178 struct phy * (*of_xlate)(struct device *dev, member 277 struct phy * (*of_xlate)(struct device *dev, 281 struct phy * (*of_xlate)(struct device *dev, 511 struct phy * (*of_xlate)(struct device *dev, in __of_phy_provider_register() 519 struct phy * (*of_xlate)(struct device *dev, in __devm_of_phy_provider_register()
|
/openbmc/u-boot/drivers/power/domain/ |
H A D | power-domain-uclass.c | 60 if (ops->of_xlate) in power_domain_get_by_index() 61 ret = ops->of_xlate(power_domain, &args); in power_domain_get_by_index()
|
/openbmc/u-boot/drivers/mailbox/ |
H A D | mailbox-uclass.c | 57 if (ops->of_xlate) in mbox_get_by_index() 58 ret = ops->of_xlate(chan, &args); in mbox_get_by_index()
|
/openbmc/u-boot/drivers/hwspinlock/ |
H A D | hwspinlock-uclass.c | 66 if (ops->of_xlate) in hwspinlock_get_by_index() 67 ret = ops->of_xlate(hws, &args); in hwspinlock_get_by_index()
|
/openbmc/u-boot/drivers/phy/ |
H A D | phy-uclass.c | 78 if (ops->of_xlate) in generic_phy_get_by_index() 79 ret = ops->of_xlate(phy, &args); in generic_phy_get_by_index()
|
/openbmc/u-boot/include/ |
H A D | power-domain-uclass.h | 41 int (*of_xlate)(struct power_domain *power_domain, member
|
H A D | mailbox-uclass.h | 37 int (*of_xlate)(struct mbox_chan *chan, member
|
H A D | reset-uclass.h | 39 int (*of_xlate)(struct reset_ctl *reset_ctl, member
|
H A D | clk-uclass.h | 39 int (*of_xlate)(struct clk *clock, member
|
H A D | dma-uclass.h | 44 int (*of_xlate)(struct dma *dma, member
|
H A D | hwspinlock.h | 108 int (*of_xlate)(struct hwspinlock *hws, member
|
H A D | generic-phy.h | 53 int (*of_xlate)(struct phy *phy, struct ofnode_phandle_args *args); member
|
/openbmc/u-boot/drivers/dma/ |
H A D | dma-uclass.c | 75 if (ops->of_xlate) in dma_get_by_index() 76 ret = ops->of_xlate(dma, &args); in dma_get_by_index()
|
/openbmc/u-boot/drivers/reset/ |
H A D | reset-uclass.c | 63 if (ops->of_xlate) in reset_get_by_index() 64 ret = ops->of_xlate(reset_ctl, &args); in reset_get_by_index()
|
/openbmc/linux/drivers/phy/ |
H A D | phy-core.c | 600 phy = phy_provider->of_xlate(phy_provider->dev, &args); in _of_phy_get() 1102 struct phy * (*of_xlate)(struct device *dev, in __of_phy_provider_register() 1139 phy_provider->of_xlate = of_xlate; in __of_phy_provider_register() 1165 struct phy * (*of_xlate)(struct device *dev, in __devm_of_phy_provider_register() 1175 of_xlate); in __devm_of_phy_provider_register()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-of.c | 126 chip->of_xlate && in of_gpiochip_match_node_and_xlate() 127 chip->of_xlate(chip, gpiospec, NULL) >= 0; in of_gpiochip_match_node_and_xlate() 145 ret = chip->of_xlate(chip, gpiospec, flags); in of_xlate_and_get_gpiod_flags() 1107 if (!chip->of_xlate) { in of_gpiochip_add() 1109 chip->of_xlate = of_gpio_simple_xlate; in of_gpiochip_add()
|
/openbmc/linux/drivers/clk/mediatek/ |
H A D | reset.c | 157 data->rcdev.of_xlate = reset_xlate; in mtk_register_reset_controller() 218 data->rcdev.of_xlate = reset_xlate; in mtk_register_reset_controller_with_dev()
|
/openbmc/linux/drivers/iommu/ |
H A D | of_iommu.c | 30 if ((ops && !ops->of_xlate) || in of_iommu_xlate() 48 ret = ops->of_xlate(dev, iommu_spec); in of_iommu_xlate()
|
/openbmc/linux/include/linux/ |
H A D | mailbox_controller.h | 82 struct mbox_chan *(*of_xlate)(struct mbox_controller *mbox, member
|
H A D | reset-controller.h | 77 int (*of_xlate)(struct reset_controller_dev *rcdev, member
|
/openbmc/u-boot/drivers/clk/at91/ |
H A D | clk-system.c | 98 .of_xlate = at91_clk_of_xlate,
|
/openbmc/linux/drivers/mailbox/ |
H A D | mailbox.c | 428 chan = mbox->of_xlate(mbox, &spec); in mbox_request_channel() 562 if (!mbox->of_xlate) in mbox_controller_register() 563 mbox->of_xlate = of_mbox_index_xlate; in mbox_controller_register()
|
/openbmc/linux/include/linux/pse-pd/ |
H A D | pse.h | 79 int (*of_xlate)(struct pse_controller_dev *pcdev, member
|
/openbmc/linux/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
|