Searched refs:device_node (Results 1 - 25 of 347) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/85xx/
H A Dmpc85xx.h18 extern int add_bridge(struct device_node *dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dcpm2_pic.h6 extern void cpm2_pic_init(struct device_node*);
H A Ddcr.c26 unsigned int dcr_resource_start(struct device_node *np, unsigned int index)
37 unsigned int dcr_resource_len(struct device_node *np, unsigned int index)
50 static struct device_node * find_dcr_parent(struct device_node * node)
52 struct device_node *par, *tmp;
69 u64 of_translate_dcr_address(struct device_node *dev,
73 struct device_node *dp;
101 dcr_host_t dcr_map(struct device_node *dev, unsigned int dcr_n,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Ddevice.h10 struct device_node;
14 struct device_node *of_node;
H A Dprom.h78 struct device_node { struct
87 struct device_node *parent;
88 struct device_node *child;
89 struct device_node *sibling;
90 struct device_node *next; /* next device of same type */
91 struct device_node *allnext; /* next in list of all nodes */
98 extern struct device_node *of_chosen;
108 static inline void set_node_proc_entry(struct device_node *dn, struct proc_dir_entry *de)
115 extern struct device_node *of_find_node_by_name(struct device_node *fro
[all...]
H A Deeh_event.h31 struct device_node *dn; /* struct device node */
46 int eeh_send_failure_event (struct device_node *dn,
H A Ddcr.h36 struct device_node;
37 extern unsigned int dcr_resource_start(struct device_node *np,
39 extern unsigned int dcr_resource_len(struct device_node *np,
H A Dmediabay.h20 int check_media_bay(struct device_node *which_bay, int what);
27 extern int media_bay_set_ide_infos(struct device_node* which_bay,
H A Dppc-pci.h35 /* PCI device_node operations */
36 struct device_node;
37 typedef void *(*traverse_func)(struct device_node *me, void *data);
38 void *traverse_pci_devices(struct device_node *start, traverse_func pre,
47 extern unsigned long get_phb_buid (struct device_node *);
133 void eeh_mark_slot (struct device_node *dn, int mode_flag);
134 void eeh_clear_slot (struct device_node *dn, int mode_flag);
140 struct device_node * find_device_pe(struct device_node *dn);
H A Dpmac_low_i2c.h60 extern struct pmac_i2c_bus *pmac_i2c_find_bus(struct device_node *node);
66 extern u8 pmac_i2c_get_dev_addr(struct device_node *device);
69 extern struct device_node *pmac_i2c_get_controller(struct pmac_i2c_bus *bus);
70 extern struct device_node *pmac_i2c_get_bus_node(struct pmac_i2c_bus *bus);
87 extern int pmac_i2c_match_adapter(struct device_node *dev,
92 extern int pmac_low_i2c_lock(struct device_node *np);
93 extern int pmac_low_i2c_unlock(struct device_node *np);
H A Di8259.h8 extern void i8259_init(struct device_node *node, unsigned long intack_addr);
H A Dpci-bridge.h62 * by device_node->data.
84 struct device_node *node; /* back-pointer to the device_node */
88 /* Get the pointer to a device_node's pci_dn */
91 struct device_node *fetch_dev_dn(struct pci_dev *dev);
93 /* Get a device_node from a pci_dev. This code must be fast except
100 static inline struct device_node *pci_device_to_OF_node(struct pci_dev *dev)
102 struct device_node *dn = dev->sysdata;
110 static inline int pci_device_from_OF_node(struct device_node *np,
120 static inline struct device_node *pci_bus_to_OF_nod
[all...]
H A Dof_platform.h49 extern struct of_device *of_platform_device_create(struct device_node *np,
55 extern int of_platform_bus_probe(struct device_node *root,
59 extern struct of_device *of_find_device_by_node(struct device_node *np);
H A Ddcr-mmio.h30 extern dcr_host_t dcr_map(struct device_node *dev, unsigned int dcr_n,
44 extern u64 of_translate_dcr_address(struct device_node *dev,
H A Dtsi108_pci.h40 extern int tsi108_setup_pci(struct device_node *dev, u32 cfg_phys, int primary);
41 extern void tsi108_pci_int_init(struct device_node *node);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Ddevice.h9 struct device_node;
17 struct device_node *prom_node;
H A Dprom.h38 struct device_node { struct
47 struct device_node *parent;
48 struct device_node *child;
49 struct device_node *sibling;
50 struct device_node *next; /* next device of same type */
51 struct device_node *allnext; /* next in list of all nodes */
62 unsigned int (*irq_build)(struct device_node *, unsigned int, void *);
74 static inline void set_node_proc_entry(struct device_node *dn, struct proc_dir_entry *de)
79 extern struct device_node *of_find_node_by_name(struct device_node *fro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dspu_priv1_mmio.h24 struct device_node *spu_devnode(struct spu *spu);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dprom.h37 struct device_node { struct
46 struct device_node *parent;
47 struct device_node *child;
48 struct device_node *sibling;
49 struct device_node *next; /* next device of same type */
50 struct device_node *allnext; /* next in list of all nodes */
66 static inline void set_node_proc_entry(struct device_node *dn, struct proc_dir_entry *de)
71 extern struct device_node *of_find_node_by_name(struct device_node *from,
76 extern struct device_node *of_find_node_by_typ
[all...]
H A Dpbm.h44 struct device_node *prom_node;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/iseries/
H A Diommu.h25 struct device_node;
30 struct device_node *dn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Dpci.h33 extern int celleb_setup_epci(struct device_node *, struct pci_controller *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dprom.c28 static struct device_node *allnodes;
31 * or parent members of struct device_node.
35 int of_device_is_compatible(const struct device_node *device,
56 struct device_node *of_get_parent(const struct device_node *node)
58 struct device_node *np;
69 struct device_node *of_get_next_child(const struct device_node *node,
70 struct device_node *prev)
72 struct device_node *nex
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/86xx/
H A Dmpc86xx.h18 extern int add_bridge(struct device_node *dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Drpaphp.h78 struct device_node *dn;
94 extern int rpaphp_add_slot(struct device_node *dn);
95 extern int rpaphp_get_drc_props(struct device_node *dn, int *drc_index,
100 extern struct slot *alloc_slot_struct(struct device_node *dn, int drc_index, char *drc_name, int power_domain);

Completed in 153 milliseconds

1234567891011>>