Searched refs:of_phandle_args_to_fwspec (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/irq/ |
H A D | irqdomain.c | 775 void of_phandle_args_to_fwspec(struct device_node *np, const u32 *args, in of_phandle_args_to_fwspec() function 786 EXPORT_SYMBOL_GPL(of_phandle_args_to_fwspec); 890 of_phandle_args_to_fwspec(irq_data->np, irq_data->args, in irq_create_of_mapping() 1004 of_phandle_args_to_fwspec(ctrlr, intspec, intsize, &fwspec); in irq_domain_xlate_twocell()
|
/openbmc/linux/include/linux/ |
H A D | irqdomain.h | 70 void of_phandle_args_to_fwspec(struct device_node *np, const u32 *args,
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-renesas-rzg2l.c | 403 of_phandle_args_to_fwspec(np, map.args, map.args_count, in rzg2l_irqc_parse_interrupts()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-apple.c | 616 of_phandle_args_to_fwspec(args.np, args.args, args.args_count, in apple_msi_init()
|