• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/of/

Lines Matching refs:device_node

14 static struct of_bus *of_match_bus(struct device_node *np);
15 static int __of_address_to_resource(struct device_node *dev, const u32 *addrp,
36 int (*match)(struct device_node *parent);
37 void (*count_cells)(struct device_node *child,
49 static void of_bus_default_count_cells(struct device_node *dev,
98 static int of_bus_pci_match(struct device_node *np)
104 static void of_bus_pci_count_cells(struct device_node *np,
163 const u32 *of_get_pci_address(struct device_node *dev, int bar_no, u64 *size,
168 struct device_node *parent;
207 int of_pci_address_to_resource(struct device_node *dev, int bar,
226 static int of_bus_isa_match(struct device_node *np)
231 static void of_bus_isa_count_cells(struct device_node *child,
318 static struct of_bus *of_match_bus(struct device_node *np)
329 static int of_translate_one(struct device_node *parent, struct of_bus *bus,
401 u64 __of_translate_address(struct device_node *dev, const u32 *in_addr,
404 struct device_node *parent = NULL;
478 u64 of_translate_address(struct device_node *dev, const u32 *in_addr)
484 u64 of_translate_dma_address(struct device_node *dev, const u32 *in_addr)
490 const u32 *of_get_address(struct device_node *dev, int index, u64 *size,
495 struct device_node *parent;
528 static int __of_address_to_resource(struct device_node *dev, const u32 *addrp,
564 int of_address_to_resource(struct device_node *dev, int index,
580 * of_iomap - Maps the memory mapped IO for a given device_node
586 void __iomem *of_iomap(struct device_node *np, int index)