Searched refs:of_xlate (Results 1 – 25 of 84) sorted by relevance
1234
| /linux/include/linux/phy/ |
| A D | phy.h | 172 struct phy * (*of_xlate)(struct device *dev, member 270 struct phy * (*of_xlate)(struct device *dev, 274 struct phy * (*of_xlate)(struct device *dev, 503 struct phy * (*of_xlate)(struct device *dev, in __of_phy_provider_register() 511 struct phy * (*of_xlate)(struct device *dev, in __devm_of_phy_provider_register()
|
| /linux/drivers/iommu/ |
| 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()
|
| /linux/drivers/phy/ |
| A D | phy-core.c | 556 phy = phy_provider->of_xlate(phy_provider->dev, &args); in _of_phy_get() 1046 struct phy * (*of_xlate)(struct device *dev, in __of_phy_provider_register() 1083 phy_provider->of_xlate = of_xlate; in __of_phy_provider_register() 1109 struct phy * (*of_xlate)(struct device *dev, in __devm_of_phy_provider_register() 1119 of_xlate); in __devm_of_phy_provider_register()
|
| /linux/drivers/gpio/ |
| 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() 1015 if (!chip->of_xlate) { in of_gpiochip_add() 1017 chip->of_xlate = of_gpio_simple_xlate; in of_gpiochip_add()
|
| /linux/Documentation/driver-api/phy/ |
| 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
|
| /linux/drivers/mailbox/ |
| 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()
|
| A D | bcm2835-mailbox.c | 164 mbox->controller.of_xlate = &bcm2835_mbox_index_xlate; in bcm2835_mbox_probe()
|
| /linux/include/linux/ |
| A D | mailbox_controller.h | 82 struct mbox_chan *(*of_xlate)(struct mbox_controller *mbox, member
|
| A D | reset-controller.h | 77 int (*of_xlate)(struct reset_controller_dev *rcdev, member
|
| /linux/drivers/reset/ |
| A D | reset-berlin.c | 87 priv->rcdev.of_xlate = berlin_reset_xlate; in berlin2_reset_probe()
|
| A D | reset-brcmstb-rescal.c | 84 data->rcdev.of_xlate = brcm_rescal_reset_xlate; in brcm_rescal_reset_probe()
|
| A D | reset-k210.c | 114 ksr->rcdev.of_xlate = k210_rst_xlate; in k210_rst_probe()
|
| A D | reset-zynqmp.c | 117 priv->rcdev.of_xlate = zynqmp_reset_of_xlate; in zynqmp_reset_probe()
|
| 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() 860 rstc_id = rcdev->of_xlate(rcdev, &args); in __of_reset_control_get()
|
| A D | reset-ti-sci.c | 237 data->rcdev.of_xlate = ti_sci_reset_of_xlate; in ti_sci_reset_probe()
|
| A D | reset-lantiq.c | 186 priv->rcdev.of_xlate = lantiq_rcu_reset_xlate; in lantiq_rcu_reset_probe()
|
| /linux/drivers/clk/mmp/ |
| A D | reset.c | 97 unit->rcdev.of_xlate = mmp_of_reset_xlate; in mmp_clk_reset_register()
|
| /linux/drivers/reset/hisilicon/ |
| A D | reset-hi3660.c | 100 rc->rst.of_xlate = hi3660_reset_xlate; in hi3660_reset_probe()
|
| /linux/drivers/clk/hisilicon/ |
| A D | reset.c | 107 rstc->rcdev.of_xlate = hisi_reset_of_xlate; in hisi_reset_init()
|
| /linux/drivers/clk/ux500/ |
| A D | reset-prcc.c | 176 rcdev->of_xlate = u8500_prcc_reset_xlate; in u8500_prcc_reset_init()
|
| /linux/drivers/clk/sunxi/ |
| A D | clk-a10-ve.c | 141 reset_data->rcdev.of_xlate = sunxi_ve_of_xlate; in sun4i_ve_clk_setup()
|
| A D | clk-sun4i-display.c | 191 reset_data->rcdev.of_xlate = &sun4i_a10_display_reset_xlate; in sun4i_a10_display_init()
|
| /linux/drivers/pwm/ |
| A D | pwm-clps711x.c | 132 priv->chip.of_xlate = clps711x_pwm_xlate; in clps711x_pwm_probe()
|
| A D | pwm-pxa.c | 190 pc->chip.of_xlate = pxa_pwm_of_xlate; in pwm_probe()
|
| A D | core.c | 160 if (!chip->of_xlate) { in of_pwmchip_add() 167 chip->of_xlate = of_pwm_xlate_with_flags; in of_pwmchip_add() 804 pwm = pc->of_xlate(pc, &args); in of_pwm_get()
|
Completed in 27 milliseconds
1234