Searched refs:of_phandle_args_to_fwspec (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/kernel/irq/ |
D | irqdomain.c | 747 void of_phandle_args_to_fwspec(struct device_node *np, const u32 *args, in of_phandle_args_to_fwspec() function 758 EXPORT_SYMBOL_GPL(of_phandle_args_to_fwspec); 855 of_phandle_args_to_fwspec(irq_data->np, irq_data->args, in irq_create_of_mapping() 969 of_phandle_args_to_fwspec(ctrlr, intspec, intsize, &fwspec); in irq_domain_xlate_twocell()
|
/linux-6.1.9/drivers/irqchip/ |
D | irq-renesas-rzg2l.c | 311 of_phandle_args_to_fwspec(np, map.args, map.args_count, in rzg2l_irqc_parse_interrupts()
|
/linux-6.1.9/include/linux/ |
D | irqdomain.h | 68 void of_phandle_args_to_fwspec(struct device_node *np, const u32 *args,
|
/linux-6.1.9/drivers/pci/controller/ |
D | pcie-apple.c | 616 of_phandle_args_to_fwspec(args.np, args.args, args.args_count, in apple_msi_init()
|