/Linux-v5.10/include/linux/ |
D | of_dma.h | 22 (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()
|
D | pm_domain.h | 293 typedef struct generic_pm_domain *(*genpd_xlate_t)(struct of_phandle_args *args, 308 int of_genpd_add_device(struct of_phandle_args *args, struct device *dev); 309 int of_genpd_add_subdomain(struct of_phandle_args *parent_spec, 310 struct of_phandle_args *subdomain_spec); 311 int of_genpd_remove_subdomain(struct of_phandle_args *parent_spec, 312 struct of_phandle_args *subdomain_spec); 339 static inline int of_genpd_add_device(struct of_phandle_args *args, in of_genpd_add_device() 345 static inline int of_genpd_add_subdomain(struct of_phandle_args *parent_spec, in of_genpd_add_subdomain() 346 struct of_phandle_args *subdomain_spec) in of_genpd_add_subdomain() 351 static inline int of_genpd_remove_subdomain(struct of_phandle_args *parent_spec, in of_genpd_remove_subdomain() [all …]
|
D | interconnect-provider.h | 15 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()
|
D | of_irq.h | 24 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); 37 struct of_phandle_args *out_irq); 38 extern unsigned int irq_create_of_mapping(struct of_phandle_args *irq_data);
|
D | clk-provider.h | 1304 struct clk *(*clk_src_get)(struct of_phandle_args *args, 1308 struct clk_hw *(*get)(struct of_phandle_args *clkspec, 1312 struct clk_hw *(*get)(struct of_phandle_args *clkspec, 1317 struct clk *of_clk_src_simple_get(struct of_phandle_args *clkspec, 1319 struct clk_hw *of_clk_hw_simple_get(struct of_phandle_args *clkspec, 1321 struct clk *of_clk_src_onecell_get(struct of_phandle_args *clkspec, void *data); 1322 struct clk_hw *of_clk_hw_onecell_get(struct of_phandle_args *clkspec, 1332 struct clk *(*clk_src_get)(struct of_phandle_args *args, in of_clk_add_provider() 1339 struct clk_hw *(*get)(struct of_phandle_args *clkspec, in of_clk_add_hw_provider() 1346 struct clk_hw *(*get)(struct of_phandle_args *clkspec, in devm_of_clk_add_hw_provider() [all …]
|
D | reset-controller.h | 27 struct of_phandle_args; 78 const struct of_phandle_args *reset_spec);
|
D | clk.h | 19 struct of_phandle_args; 971 struct clk *of_clk_get_from_provider(struct of_phandle_args *clkspec); 982 static inline struct clk *of_clk_get_from_provider(struct of_phandle_args *clkspec) in of_clk_get_from_provider()
|
D | of.h | 74 struct of_phandle_args { struct 365 extern void of_print_phandle_args(const char *msg, const struct of_phandle_args *args); 371 struct of_phandle_args *out_args); 374 struct of_phandle_args *out_args); 377 struct of_phandle_args *out_args); 861 struct of_phandle_args *out_args) in of_parse_phandle_with_args() 870 struct of_phandle_args *out_args) in of_parse_phandle_with_args_map() 877 struct of_phandle_args *out_args) in of_parse_phandle_with_fixed_args()
|
D | mailbox_controller.h | 83 const struct of_phandle_args *sp);
|
D | of_reserved_mem.h | 8 struct of_phandle_args;
|
/Linux-v5.10/drivers/dma/ |
D | of-dma.c | 32 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() 105 (struct of_phandle_args *, struct of_dma *), in of_dma_controller_register() 172 (struct of_phandle_args *, struct of_dma *), in of_dma_router_register() 212 int index, struct of_phandle_args *dma_spec) in of_dma_match_channel() 239 struct of_phandle_args dma_spec; in of_dma_request_slave_channel() 306 struct dma_chan *of_dma_simple_xlate(struct of_phandle_args *dma_spec, in of_dma_simple_xlate() 336 struct dma_chan *of_dma_xlate_by_chan_id(struct of_phandle_args *dma_spec, in of_dma_xlate_by_chan_id()
|
/Linux-v5.10/drivers/pinctrl/ |
D | devicetree.h | 8 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-v5.10/include/linux/phy/ |
D | phy.h | 163 struct of_phandle_args *args); 249 struct of_phandle_args *args); 259 struct of_phandle_args *args)); 263 struct of_phandle_args *args)); 448 struct of_phandle_args *args) in of_phy_simple_xlate() 478 struct of_phandle_args *args)) in __of_phy_provider_register() 486 struct of_phandle_args *args)) in __devm_of_phy_provider_register()
|
/Linux-v5.10/sound/soc/meson/ |
D | aiu.h | 13 struct of_phandle_args; 48 struct of_phandle_args *args,
|
/Linux-v5.10/drivers/of/ |
D | irq.c | 38 struct of_phandle_args oirq; in irq_of_parse_and_map() 93 int of_irq_parse_raw(const __be32 *addr, struct of_phandle_args *out_irq) in of_irq_parse_raw() 286 int of_irq_parse_one(struct device_node *device, int index, struct of_phandle_args *out_irq) in of_irq_parse_one() 390 struct of_phandle_args oirq; in of_irq_get() 435 struct of_phandle_args irq; in of_irq_count() 661 struct of_phandle_args args; in of_msi_get_domain()
|
/Linux-v5.10/drivers/iommu/ |
D | of_iommu.c | 91 struct of_phandle_args *iommu_spec) in of_iommu_xlate() 125 struct of_phandle_args iommu_spec = { .args_count = 1 }; in of_iommu_configure_dev_id() 142 struct of_phandle_args iommu_spec; in of_iommu_configure_dev()
|
/Linux-v5.10/drivers/clk/ |
D | clk-conf.c | 16 struct of_phandle_args clkspec; in __set_clk_parents() 78 struct of_phandle_args clkspec; in __set_clk_rates()
|
D | clk.h | 9 struct of_phandle_args;
|
D | clk.c | 339 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() 4359 struct clk *(*get)(struct of_phandle_args *clkspec, void *data); 4360 struct clk_hw *(*get_hw)(struct of_phandle_args *clkspec, void *data); 4371 struct clk *of_clk_src_simple_get(struct of_phandle_args *clkspec, in of_clk_src_simple_get() 4378 struct clk_hw *of_clk_hw_simple_get(struct of_phandle_args *clkspec, void *data) in of_clk_hw_simple_get() 4384 struct clk *of_clk_src_onecell_get(struct of_phandle_args *clkspec, void *data) in of_clk_src_onecell_get() [all …]
|
/Linux-v5.10/drivers/gpio/ |
D | gpiolib-of.c | 86 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-v5.10/drivers/staging/board/ |
D | board.c | 76 struct of_phandle_args irq_data; in gic_fixup_resource() 139 struct of_phandle_args pd_args; in board_staging_add_dev_domain()
|
/Linux-v5.10/drivers/soc/ti/ |
D | ti_sci_pm_domains.c | 88 struct of_phandle_args *genpdspec, in ti_sci_pd_xlate() 123 struct of_phandle_args args; in ti_sci_pm_domain_probe()
|
/Linux-v5.10/arch/arm/mach-shmobile/ |
D | regulator-quirk-rcar-gen2.c | 44 struct of_phandle_args irq_args; 143 struct of_phandle_args *argsa, *argsb; in rcar_gen2_regulator_quirk()
|
/Linux-v5.10/drivers/irqchip/ |
D | irq-ath79-cpu.c | 66 struct of_phandle_args args; in ar79_cpu_intc_of_init()
|
/Linux-v5.10/drivers/dma/sh/ |
D | shdma-of.c | 19 static struct dma_chan *shdma_of_xlate(struct of_phandle_args *dma_spec, in shdma_of_xlate()
|