Searched refs:its_device_id (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/irqchip/ |
H A D | irq-gic-v3-its-fsl-mc-msi.c | 78 static const struct of_device_id its_device_id[] = { variable 148 for (np = of_find_matching_node(NULL, its_device_id); np; in its_fsl_mc_of_msi_init() 149 np = of_find_matching_node(np, its_device_id)) { in its_fsl_mc_of_msi_init()
|
H A D | irq-gic-v3-its-platform-msi.c | 81 static const struct of_device_id its_device_id[] = { variable 146 for (np = of_find_matching_node(NULL, its_device_id); np; in its_pmsi_of_init() 147 np = of_find_matching_node(np, its_device_id)) { in its_pmsi_of_init()
|
H A D | irq-gic-v3-its-pci-msi.c | 108 static struct of_device_id its_device_id[] = { variable 137 for (np = of_find_matching_node(NULL, its_device_id); np; in its_pci_of_msi_init() 138 np = of_find_matching_node(np, its_device_id)) { in its_pci_of_msi_init()
|
H A D | irq-gic-v3-its.c | 5341 static const struct of_device_id its_device_id[] = { variable 5402 for (np = of_find_matching_node(node, its_device_id); np; in its_of_probe() 5403 np = of_find_matching_node(np, its_device_id)) { in its_of_probe() 5414 for (np = of_find_matching_node(node, its_device_id); np; in its_of_probe() 5415 np = of_find_matching_node(np, its_device_id)) { in its_of_probe()
|