Searched refs:of_xlate (Results 1 - 25 of 68) sorted by relevance

123

/u-boot/include/
H A Dreset-uclass.h22 * of_xlate - Translate a client's device-tree (OF) reset specifier.
39 int (*of_xlate)(struct reset_ctl *reset_ctl, member in struct:reset_ops
H A Dpower-domain-uclass.h21 * of_xlate - Translate a client's device-tree (OF) power domain
41 int (*of_xlate)(struct power_domain *power_domain, member in struct:power_domain_ops
H A Dmailbox-uclass.h20 * of_xlate - Translate a client's device-tree (OF) mailbox specifier.
37 int (*of_xlate)(struct mbox_chan *chan, member in struct:mbox_ops
H A Dmux-internal.h45 * of_xlate - Translate a client's device-tree (OF) multiplexer
58 int (*of_xlate)(struct mux_chip *dev_mux, member in struct:mux_control_ops
H A Dclk-uclass.h19 * @of_xlate: Translate a client's device-tree (OF) clock specifier.
32 int (*of_xlate)(struct clk *clock, member in struct:clk_ops
48 * of_xlate() - Translate a client's device-tree (OF) clock specifier.
74 int of_xlate(struct clk *clock, struct ofnode_phandle_args *args);
H A Ddma-uclass.h27 * of_xlate - Translate a client's device-tree (OF) DMA specifier.
44 int (*of_xlate)(struct dma *dma, member in struct:dma_ops
H A Dhwspinlock.h100 * of_xlate - Translate a client's device-tree (OF) hardware specifier.
110 int (*of_xlate)(struct hwspinlock *hws, member in struct:hwspinlock_ops
H A Dirq.h90 * of_xlate - Translate a client's device-tree (OF) irq specifier.
103 int (*of_xlate)(struct irq *irq, struct ofnode_phandle_args *args); member in struct:irq_ops
H A Dgeneric-phy.h64 * of_xlate - Translate a client's device-tree (OF) phy specifier.
78 int (*of_xlate)(struct phy *phy, struct ofnode_phandle_args *args); member in struct:phy_ops
/u-boot/drivers/clk/starfive/
H A Dclk.h20 .of_xlate = jh7110_##_name##_clk_of_xlate, \
/u-boot/drivers/phy/
H A Dphy-apple-atc.c30 .of_xlate = apple_atcphy_reset_of_xlate,
/u-boot/drivers/mailbox/
H A Dmailbox-uclass.c70 if (ops->of_xlate)
71 ret = ops->of_xlate(chan, &args);
75 debug("of_xlate() failed: %d\n", ret);
H A Dapple-mbox.c63 .of_xlate = apple_mbox_of_xlate,
/u-boot/drivers/hwspinlock/
H A Dhwspinlock-uclass.c71 if (ops->of_xlate)
72 ret = ops->of_xlate(hws, &args);
76 dev_dbg(dev, "of_xlate() failed: %d\n", ret);
/u-boot/drivers/misc/
H A Dirq_sandbox.c84 .of_xlate = sandbox_irq_of_xlate,
H A Dirq-uclass.c126 if (ops->of_xlate)
127 ret = ops->of_xlate(irq, args);
131 log_debug("of_xlate() failed: %d\n", ret);
/u-boot/drivers/power/domain/
H A Dpower-domain-uclass.c64 if (ops->of_xlate)
65 ret = ops->of_xlate(power_domain, &args);
69 debug("of_xlate() failed: %d\n", ret);
H A Dapple-pmgr.c71 .of_xlate = apple_reset_of_xlate,
143 .of_xlate = apple_pmgr_of_xlate,
/u-boot/drivers/reset/
H A Dreset-hisilicon.c76 .of_xlate = hisi_reset_of_xlate,
H A Dreset-at91.c83 .of_xlate = at91_reset_of_xlate,
H A Dreset-npcm.c134 .of_xlate = npcm_reset_xlate,
H A Dreset-ti-sci.c182 .of_xlate = ti_sci_reset_of_xlate,
/u-boot/drivers/clk/at91/
H A Dpmc.c25 .of_xlate = at91_clk_of_xlate,
/u-boot/arch/arm/mach-mvebu/
H A Dsystem-controller.c91 .of_xlate = mvebu_reset_of_xlate,
/u-boot/arch/x86/cpu/
H A Dacpi_gpe.c96 .of_xlate = acpi_gpe_of_xlate,

Completed in 122 milliseconds

123