Searched refs:of_xlate (Results 1 - 25 of 87) 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/net/pse-pd/
H A Dpse_core.c35 * This static translation function is used by default if of_xlate in
50 * This static translation function is used by default if of_xlate in
70 if (!pcdev->of_xlate) {
72 pcdev->of_xlate = of_pse_zero_xlate;
74 pcdev->of_xlate = of_pse_simple_xlate;
241 psec_id = pcdev->of_xlate(pcdev, &args);
/linux-master/include/linux/pse-pd/
H A Dpse.h67 * @of_xlate: translation function to translate from specifier as found in the
79 int (*of_xlate)(struct pse_controller_dev *pcdev, member in struct:pse_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-mpfs.c134 rcdev->of_xlate = mpfs_reset_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;
/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/gpio/
H A Dgpiolib-of.c127 chip->of_xlate &&
128 chip->of_xlate(chip, gpiospec, NULL) >= 0;
146 ret = chip->of_xlate(chip, gpiospec, flags);
971 * - of_xlate callback (optional)
1130 if (!chip->of_xlate) {
1132 chip->of_xlate = of_gpio_simple_xlate;
/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;
/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;

Completed in 249 milliseconds

1234