/linux-6.1.9/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 | 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); 36 extern unsigned int irq_create_of_mapping(struct of_phandle_args *irq_data); 43 struct of_phandle_args *out_irq); 63 struct of_phandle_args *out_irq) in of_irq_parse_one()
|
D | pm_domain.h | 311 typedef struct generic_pm_domain *(*genpd_xlate_t)(struct of_phandle_args *args, 326 int of_genpd_add_device(struct of_phandle_args *args, struct device *dev); 327 int of_genpd_add_subdomain(struct of_phandle_args *parent_spec, 328 struct of_phandle_args *subdomain_spec); 329 int of_genpd_remove_subdomain(struct of_phandle_args *parent_spec, 330 struct of_phandle_args *subdomain_spec); 357 static inline int of_genpd_add_device(struct of_phandle_args *args, in of_genpd_add_device() 363 static inline int of_genpd_add_subdomain(struct of_phandle_args *parent_spec, in of_genpd_add_subdomain() 364 struct of_phandle_args *subdomain_spec) in of_genpd_add_subdomain() 369 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); 179 static inline struct icc_node_data *of_icc_get_from_provider(struct of_phandle_args *spec) in of_icc_get_from_provider()
|
D | reset-controller.h | 27 struct of_phandle_args; 78 const struct of_phandle_args *reset_spec);
|
D | clk-provider.h | 1507 struct clk *(*clk_src_get)(struct of_phandle_args *args, 1511 struct clk_hw *(*get)(struct of_phandle_args *clkspec, 1515 struct clk_hw *(*get)(struct of_phandle_args *clkspec, 1520 struct clk *of_clk_src_simple_get(struct of_phandle_args *clkspec, 1522 struct clk_hw *of_clk_hw_simple_get(struct of_phandle_args *clkspec, 1524 struct clk *of_clk_src_onecell_get(struct of_phandle_args *clkspec, void *data); 1525 struct clk_hw *of_clk_hw_onecell_get(struct of_phandle_args *clkspec, 1535 struct clk *(*clk_src_get)(struct of_phandle_args *args, in of_clk_add_provider() 1542 struct clk_hw *(*get)(struct of_phandle_args *clkspec, in of_clk_add_hw_provider() 1549 struct clk_hw *(*get)(struct of_phandle_args *clkspec, in devm_of_clk_add_hw_provider() [all …]
|
D | of.h | 74 struct of_phandle_args { struct 366 extern void of_print_phandle_args(const char *msg, const struct of_phandle_args *args); 369 int index, struct of_phandle_args *out_args); 372 struct of_phandle_args *out_args); 712 struct of_phandle_args *out_args) in __of_parse_phandle_with_args() 721 struct of_phandle_args *out_args) in of_parse_phandle_with_args_map() 914 struct of_phandle_args args; in of_parse_phandle() 959 struct of_phandle_args *out_args) in of_parse_phandle_with_args() 1005 struct of_phandle_args *out_args) in of_parse_phandle_with_fixed_args()
|
D | hte.h | 10 struct of_phandle_args; 169 const struct of_phandle_args *args,
|
D | pwm.h | 302 const struct of_phandle_args *args); 401 const struct of_phandle_args *args); 403 const struct of_phandle_args *args);
|
/linux-6.1.9/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() 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-6.1.9/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-6.1.9/include/linux/phy/ |
D | phy.h | 177 struct of_phandle_args *args); 265 struct of_phandle_args *args); 275 struct of_phandle_args *args)); 279 struct of_phandle_args *args)); 478 struct of_phandle_args *args) in of_phy_simple_xlate() 508 struct of_phandle_args *args)) in __of_phy_provider_register() 516 struct of_phandle_args *args)) in __devm_of_phy_provider_register()
|
/linux-6.1.9/drivers/iommu/ |
D | of_iommu.c | 23 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-6.1.9/sound/soc/meson/ |
D | aiu.h | 13 struct of_phandle_args; 48 const struct of_phandle_args *args,
|
/linux-6.1.9/include/linux/pse-pd/ |
D | pse.h | 55 struct of_phandle_args; 80 const struct of_phandle_args *pse_spec);
|
/linux-6.1.9/drivers/of/ |
D | irq.c | 38 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() 716 struct of_phandle_args args; in of_msi_get_domain()
|
/linux-6.1.9/drivers/net/pse-pd/ |
D | pse_core.c | 40 const struct of_phandle_args *pse_spec) in of_pse_zero_xlate() 56 const struct of_phandle_args *pse_spec) in of_pse_simple_xlate() 210 struct of_phandle_args args; in of_pse_control_get()
|
/linux-6.1.9/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()
|
/linux-6.1.9/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() 562 struct of_phandle_args gpiospec; in of_parse_own_gpio() 768 const struct of_phandle_args *gpiospec, in of_gpio_simple_xlate() 896 struct of_phandle_args pinspec; in of_gpiochip_add_pin_range()
|
/linux-6.1.9/drivers/interconnect/qcom/ |
D | icc-common.h | 11 struct icc_node_data *qcom_icc_xlate_extended(struct of_phandle_args *spec, void *data);
|
/linux-6.1.9/drivers/staging/board/ |
D | board.c | 76 struct of_phandle_args irq_data; in gic_fixup_resource() 140 struct of_phandle_args pd_args; in board_staging_add_dev_domain()
|
/linux-6.1.9/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-6.1.9/drivers/interconnect/samsung/ |
D | exynos.c | 33 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-6.1.9/arch/arm/mach-shmobile/ |
D | regulator-quirk-rcar-gen2.c | 44 struct of_phandle_args irq_args; 144 struct of_phandle_args *argsa, *argsb; in rcar_gen2_regulator_quirk()
|
/linux-6.1.9/sound/soc/qcom/qdsp6/ |
D | q6dsp-lpass-ports.h | 20 const struct of_phandle_args *args,
|