Searched defs:of_node (Results 1 - 8 of 8) sorted by relevance

/arch/powerpc/include/asm/
H A Dmsi_bitmap.h18 struct device_node *of_node; member in struct:msi_bitmap
32 struct device_node *of_node);
H A Dpmac_feature.h346 struct device_node *of_node; member in struct:macio_chip
/arch/mips/kernel/
H A Dirq_cpu.c141 int __init mips_cpu_intc_init(struct device_node *of_node, argument
150 domain = irq_domain_add_legacy(of_node, 8, MIPS_CPU_IRQ_BASE, 0,
/arch/arm/plat-pxa/
H A Dssp.c65 struct ssp_device *pxa_ssp_request_of(const struct device_node *of_node, argument
73 if (ssp->of_node == of_node && ssp->use_count == 0) {
132 if (dev->of_node) {
134 struct device_node *np = dev->of_node;
206 if (dev->of_node) {
222 ssp->of_node = dev->of_node;
/arch/powerpc/sysdev/
H A Dmsi_bitmap.c82 if (!bmp->of_node)
85 p = of_get_property(bmp->of_node, "msi-available-ranges", &len);
88 "found on %s\n", bmp->of_node->full_name);
94 " property on %s\n", bmp->of_node->full_name);
115 struct device_node *of_node)
133 bmp->of_node = of_node_get(of_node);
142 of_node_put(bmp->of_node);
156 /* of_node may be NULL */
216 struct device_node of_node; local
114 msi_bitmap_alloc(struct msi_bitmap *bmp, unsigned int irq_count, struct device_node *of_node) argument
[all...]
/arch/mips/include/asm/
H A Dpci.h30 struct device_node *of_node; member in struct:pci_controller
/arch/powerpc/platforms/cell/
H A Dspider-pic.c238 virq = irq_of_parse_and_map(pic->host->of_node, 0);
243 tmp = of_get_property(pic->host->of_node, "#interrupt-cells", NULL);
247 imap = of_get_property(pic->host->of_node, "interrupt-map", &imaplen);
287 static void __init spider_init_one(struct device_node *of_node, int chip, argument
299 pic->host = irq_domain_add_linear(of_node, SPIDER_SRC_COUNT,
324 pic->node_id, addr, of_node->full_name);
/arch/powerpc/kernel/
H A Dvio.c118 struct device_node *of_node; local
121 for_each_child_of_node(node_vroot, of_node) {
122 prop = of_find_property(of_node, "ibm,my-dma-window",
728 if (of_get_property(viodev->dev.of_node,
1178 dma_window = of_get_property(dev->dev.of_node,
1187 of_parse_dma_window(dev->dev.of_node, dma_window,
1217 of_device_is_compatible(dev->dev.of_node,
1316 iommu_free_table(tbl, of_node_full_name(dev->of_node));
1317 of_node_put(dev->of_node);
1323 * @of_node
1330 vio_register_device_node(struct device_node *of_node) argument
1539 struct device_node *of_node = dev->of_node; local
[all...]

Completed in 420 milliseconds