Home
last modified time | relevance | path

Searched refs:of_phandle_args (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/linux/include/linux/
A Dof_dma.h22 (struct of_phandle_args *, struct of_dma *);
24 (struct of_phandle_args *, struct of_dma *);
37 (struct of_phandle_args *, struct of_dma *),
43 (struct of_phandle_args *, struct of_dma *),
49 extern struct dma_chan *of_dma_simple_xlate(struct of_phandle_args *dma_spec,
51 extern struct dma_chan *of_dma_xlate_by_chan_id(struct of_phandle_args *dma_spec,
57 (struct of_phandle_args *, struct of_dma *), in of_dma_controller_register()
69 (struct of_phandle_args *, struct of_dma *), in of_dma_router_register()
83 static inline struct dma_chan *of_dma_simple_xlate(struct of_phandle_args *dma_spec, in of_dma_simple_xlate()
A Dpm_domain.h307 typedef struct generic_pm_domain *(*genpd_xlate_t)(struct of_phandle_args *args,
322 int of_genpd_add_device(struct of_phandle_args *args, struct device *dev);
323 int of_genpd_add_subdomain(struct of_phandle_args *parent_spec,
324 struct of_phandle_args *subdomain_spec);
325 int of_genpd_remove_subdomain(struct of_phandle_args *parent_spec,
326 struct of_phandle_args *subdomain_spec);
353 static inline int of_genpd_add_device(struct of_phandle_args *args, in of_genpd_add_device()
359 static inline int of_genpd_add_subdomain(struct of_phandle_args *parent_spec, in of_genpd_add_subdomain()
360 struct of_phandle_args *subdomain_spec) in of_genpd_add_subdomain()
365 static inline int of_genpd_remove_subdomain(struct of_phandle_args *parent_spec, in of_genpd_remove_subdomain()
[all …]
A Dof_irq.h24 struct of_phandle_args *out_irq);
29 struct of_phandle_args *out_irq) in of_irq_parse_oldworld()
35 extern int of_irq_parse_raw(const __be32 *addr, struct of_phandle_args *out_irq);
36 extern unsigned int irq_create_of_mapping(struct of_phandle_args *irq_data);
44 struct of_phandle_args *out_irq);
61 struct of_phandle_args *out_irq) in of_irq_parse_one()
A Dinterconnect-provider.h15 struct of_phandle_args;
39 struct icc_node *of_icc_xlate_onecell(struct of_phandle_args *spec,
68 struct icc_node* (*xlate)(struct of_phandle_args *spec, void *data);
69 struct icc_node_data* (*xlate_extended)(struct of_phandle_args *spec, void *data);
127 struct icc_node_data *of_icc_get_from_provider(struct of_phandle_args *spec);
180 static inline struct icc_node_data *of_icc_get_from_provider(struct of_phandle_args *spec) in of_icc_get_from_provider()
A Dclk-provider.h1387 struct clk *(*clk_src_get)(struct of_phandle_args *args,
1391 struct clk_hw *(*get)(struct of_phandle_args *clkspec,
1395 struct clk_hw *(*get)(struct of_phandle_args *clkspec,
1400 struct clk *of_clk_src_simple_get(struct of_phandle_args *clkspec,
1415 struct clk *(*clk_src_get)(struct of_phandle_args *args, in of_clk_add_provider()
1422 struct clk_hw *(*get)(struct of_phandle_args *clkspec, in of_clk_add_hw_provider()
1429 struct clk_hw *(*get)(struct of_phandle_args *clkspec, in devm_of_clk_add_hw_provider()
1438 struct of_phandle_args *clkspec, void *data) in of_clk_src_simple_get()
1443 of_clk_hw_simple_get(struct of_phandle_args *clkspec, void *data) in of_clk_hw_simple_get()
1448 struct of_phandle_args *clkspec, void *data) in of_clk_src_onecell_get()
[all …]
A Dreset-controller.h27 struct of_phandle_args;
78 const struct of_phandle_args *reset_spec);
A Dof.h74 struct of_phandle_args { struct
366 extern void of_print_phandle_args(const char *msg, const struct of_phandle_args *args);
372 struct of_phandle_args *out_args);
375 struct of_phandle_args *out_args);
378 struct of_phandle_args *out_args);
879 struct of_phandle_args *out_args) in of_parse_phandle_with_args()
888 struct of_phandle_args *out_args) in of_parse_phandle_with_args_map()
895 struct of_phandle_args *out_args) in of_parse_phandle_with_fixed_args()
A Dclk.h19 struct of_phandle_args;
1011 struct clk *of_clk_get_from_provider(struct of_phandle_args *clkspec);
1022 static inline struct clk *of_clk_get_from_provider(struct of_phandle_args *clkspec) in of_clk_get_from_provider()
/linux/drivers/dma/
A Dof-dma.c32 static struct of_dma *of_dma_find_controller(struct of_phandle_args *dma_spec) in of_dma_find_controller()
55 static struct dma_chan *of_dma_router_xlate(struct of_phandle_args *dma_spec, in of_dma_router_xlate()
60 struct of_phandle_args dma_spec_target; in of_dma_router_xlate()
120 (struct of_phandle_args *, struct of_dma *), in of_dma_controller_register()
187 (struct of_phandle_args *, struct of_dma *), in of_dma_router_register()
227 int index, struct of_phandle_args *dma_spec) in of_dma_match_channel()
254 struct of_phandle_args dma_spec; in of_dma_request_slave_channel()
321 struct dma_chan *of_dma_simple_xlate(struct of_phandle_args *dma_spec, in of_dma_simple_xlate()
351 struct dma_chan *of_dma_xlate_by_chan_id(struct of_phandle_args *dma_spec, in of_dma_xlate_by_chan_id()
/linux/drivers/pinctrl/
A Ddevicetree.h8 struct of_phandle_args;
20 struct of_phandle_args *out_args);
43 struct of_phandle_args *out_args) in pinctrl_parse_index_with_args()
/linux/include/linux/phy/
A Dphy.h173 struct of_phandle_args *args);
261 struct of_phandle_args *args);
271 struct of_phandle_args *args));
275 struct of_phandle_args *args));
474 struct of_phandle_args *args) in of_phy_simple_xlate()
504 struct of_phandle_args *args)) in __of_phy_provider_register()
512 struct of_phandle_args *args)) in __devm_of_phy_provider_register()
/linux/drivers/iommu/
A Dof_iommu.c23 struct of_phandle_args *iommu_spec) in of_iommu_xlate()
57 struct of_phandle_args iommu_spec = { .args_count = 1 }; in of_iommu_configure_dev_id()
74 struct of_phandle_args iommu_spec; in of_iommu_configure_dev()
/linux/drivers/of/
A Dirq.c38 struct of_phandle_args oirq; in irq_of_parse_and_map()
113 int of_irq_parse_raw(const __be32 *addr, struct of_phandle_args *out_irq) in of_irq_parse_raw()
329 int of_irq_parse_one(struct device_node *device, int index, struct of_phandle_args *out_irq) in of_irq_parse_one()
433 struct of_phandle_args oirq; in of_irq_get()
478 struct of_phandle_args irq; in of_irq_count()
704 struct of_phandle_args args; in of_msi_get_domain()
/linux/sound/soc/meson/
A Daiu.h13 struct of_phandle_args;
48 const struct of_phandle_args *args,
/linux/drivers/gpio/
A Dgpiolib-of.c86 struct of_phandle_args *gpiospec = data; in of_gpiochip_match_node_and_xlate()
94 struct of_phandle_args *gpiospec) in of_find_gpiochip_by_xlate()
100 struct of_phandle_args *gpiospec, in of_xlate_and_get_gpiod_flags()
242 struct of_phandle_args gpiospec; in of_get_named_gpiod_flags()
584 struct of_phandle_args gpiospec; in of_parse_own_gpio()
800 const struct of_phandle_args *gpiospec, in of_gpio_simple_xlate()
926 struct of_phandle_args pinspec; in of_gpiochip_add_pin_range()
/linux/drivers/clk/
A Dclk-conf.c16 struct of_phandle_args clkspec; in __set_clk_parents()
78 struct of_phandle_args clkspec; in __set_clk_rates()
A Dclk.c339 const char *name, struct of_phandle_args *out_args);
341 of_clk_get_hw_from_clkspec(struct of_phandle_args *clkspec);
345 struct of_phandle_args *out_args) in of_parse_clkspec()
350 of_clk_get_hw_from_clkspec(struct of_phandle_args *clkspec) in of_clk_get_hw_from_clkspec()
400 struct of_phandle_args clkspec; in clk_core_get()
4664 struct clk_hw *(*get)(struct of_phandle_args *clkspec, in devm_of_clk_add_hw_provider()
4779 const char *name, struct of_phandle_args *out_args) in of_parse_clkspec()
4816 struct of_phandle_args *clkspec) in __of_clk_get_hw_from_provider()
4830 of_clk_get_hw_from_clkspec(struct of_phandle_args *clkspec) in of_clk_get_hw_from_clkspec()
4872 struct of_phandle_args clkspec; in of_clk_get_hw()
[all …]
A Dclk.h9 struct of_phandle_args;
/linux/drivers/soc/ti/
A Dti_sci_pm_domains.c88 struct of_phandle_args *genpdspec, in ti_sci_pd_xlate()
123 struct of_phandle_args args; in ti_sci_pm_domain_probe()
/linux/drivers/staging/board/
A Dboard.c76 struct of_phandle_args irq_data; in gic_fixup_resource()
140 struct of_phandle_args pd_args; in board_staging_add_dev_domain()
/linux/drivers/interconnect/samsung/
A Dexynos.c33 struct of_phandle_args args; in exynos_icc_get_parent()
85 static struct icc_node *exynos_generic_icc_xlate(struct of_phandle_args *spec, in exynos_generic_icc_xlate()
/linux/arch/arm/mach-shmobile/
A Dregulator-quirk-rcar-gen2.c44 struct of_phandle_args irq_args;
143 struct of_phandle_args *argsa, *argsb; in rcar_gen2_regulator_quirk()
/linux/sound/soc/qcom/qdsp6/
A Dq6dsp-lpass-ports.h20 const struct of_phandle_args *args,
/linux/drivers/firmware/imx/
A Dscu-pd.c221 struct of_phandle_args specs; in imx_sc_pd_get_console_rsrc()
271 static struct generic_pm_domain *imx_scu_pd_xlate(struct of_phandle_args *spec, in imx_scu_pd_xlate()
/linux/drivers/gpu/drm/rcar-du/
A Drcar_du_of.c123 const struct of_phandle_args *clk, in rcar_du_of_lvds_patch_one()
190 struct of_phandle_args clkspec;

Completed in 44 milliseconds

12345678910>>...15