Home
last modified time | relevance | path

Searched refs:of_phandle_args_to_fwspec (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/kernel/irq/
Dirqdomain.c747 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-5.19.10/include/linux/
Dirqdomain.h68 void of_phandle_args_to_fwspec(struct device_node *np, const u32 *args,
/linux-5.19.10/drivers/pci/controller/
Dpcie-apple.c616 of_phandle_args_to_fwspec(args.np, args.args, args.args_count, in apple_msi_init()