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

1234

/linux-master/include/linux/framer/
H A Dframer-provider.h86 * @owner: the module owner having of_xlate
88 * @of_xlate: function pointer to obtain framer instance from framer pointer
94 struct framer * (*of_xlate)(struct device *dev, member in struct:framer_provider
124 struct framer *(*of_xlate)(struct device *dev,
131 struct framer *(*of_xlate)(struct device *dev,
163 struct framer *(*of_xlate)(struct device *dev,
175 struct framer *(*of_xlate)(struct device *dev,
/linux-master/include/linux/
H A Dmailbox_controller.h69 * @of_xlate: Controller driver specific mapping of channel via DT
82 struct mbox_chan *(*of_xlate)(struct mbox_controller *mbox, member in struct:mbox_controller
H A Dreset-controller.h67 * @of_xlate: translation function to translate from specifier as found in the
81 int (*of_xlate)(struct reset_controller_dev *rcdev, member in struct:reset_controller_dev
/linux-master/drivers/reset/
H A Dreset-berlin.c87 priv->rcdev.of_xlate = berlin_reset_xlate;
H A Dreset-tps380x.c97 tps380x->rcdev.of_xlate = tps380x_reset_of_xlate;
H A Dreset-brcmstb-rescal.c82 data->rcdev.of_xlate = brcm_rescal_reset_xlate;
H A Dreset-k210.c113 ksr->rcdev.of_xlate = k210_rst_xlate;
H A Dreset-zynqmp.c120 priv->rcdev.of_xlate = zynqmp_reset_of_xlate;
H A Dreset-gpio.c96 priv->rc.of_xlate = reset_gpio_of_xlate;
H A Dreset-ti-sci.c229 data->rcdev.of_xlate = ti_sci_reset_of_xlate;
H A Dreset-lantiq.c185 priv->rcdev.of_xlate = lantiq_rcu_reset_xlate;
/linux-master/include/linux/phy/
H A Dphy.h174 * @owner: the module owner having of_xlate
176 * @of_xlate: function pointer to obtain phy instance from phy pointer
183 struct phy * (*of_xlate)(struct device *dev, member in struct:phy_provider
284 struct phy * (*of_xlate)(struct device *dev,
288 struct phy * (*of_xlate)(struct device *dev,
532 struct phy * (*of_xlate)(struct device *dev,
540 struct phy * (*of_xlate)(struct device *dev,
/linux-master/drivers/net/wan/framer/
H A Dframer-core.c404 framer = framer_provider->of_xlate(framer_provider->dev, args);
740 * should provide a custom of_xlate function that reads the *args* and returns
767 * @owner: the module owner containing of_xlate
768 * @of_xlate: function pointer to obtain framer instance from framer provider
770 * Creates struct framer_provider from dev and of_xlate function pointer.
776 struct framer *(*of_xlate)(struct device *dev,
787 framer_provider->of_xlate = of_xlate;
827 * @owner: the module owner containing of_xlate
828 * @of_xlate
[all...]
/linux-master/drivers/clk/mmp/
H A Dreset.c97 unit->rcdev.of_xlate = mmp_of_reset_xlate;
/linux-master/drivers/clk/hisilicon/
H A Dreset.c107 rstc->rcdev.of_xlate = hisi_reset_of_xlate;
/linux-master/drivers/reset/hisilicon/
H A Dreset-hi3660.c100 rc->rst.of_xlate = hi3660_reset_xlate;
/linux-master/drivers/clk/mediatek/
H A Dreset.c157 data->rcdev.of_xlate = reset_xlate;
218 data->rcdev.of_xlate = reset_xlate;
/linux-master/drivers/iommu/
H A Dof_iommu.c28 if ((ops && !ops->of_xlate) ||
46 ret = ops->of_xlate(dev, iommu_spec);
/linux-master/drivers/mailbox/
H A Dmailbox.c428 chan = mbox->of_xlate(mbox, &spec);
562 if (!mbox->of_xlate)
563 mbox->of_xlate = of_mbox_index_xlate;
H A Dbcm2835-mailbox.c164 mbox->controller.of_xlate = &bcm2835_mbox_index_xlate;
H A Dmtk-adsp-mailbox.c123 mbox->of_xlate = mtk_adsp_mbox_xlate;
/linux-master/drivers/clk/sunxi/
H A Dclk-a10-ve.c141 reset_data->rcdev.of_xlate = sunxi_ve_of_xlate;
/linux-master/drivers/clk/ux500/
H A Dreset-prcc.c176 rcdev->of_xlate = u8500_prcc_reset_xlate;
/linux-master/drivers/pwm/
H A Dpwm-pxa.c185 chip->of_xlate = of_pwm_single_xlate;
/linux-master/drivers/phy/
H A Dphy-core.c616 * not yet loaded. This function uses of_xlate call back function provided
648 phy = phy_provider->of_xlate(phy_provider->dev, &args);
752 * should provide a custom of_xlate function that reads the *args* and returns
1133 * @owner: the module owner containing of_xlate
1134 * @of_xlate: function pointer to obtain phy instance from phy provider
1136 * Creates struct phy_provider from dev and of_xlate function pointer.
1149 struct phy * (*of_xlate)(struct device *dev,
1186 phy_provider->of_xlate = of_xlate;
1201 * @owner: the module owner containing of_xlate
[all...]

Completed in 203 milliseconds

1234