Searched refs:device_node (Results 76 - 100 of 347) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dfeature.c56 extern struct device_node *k2_skiplist[2];
73 struct macio_chip *macio_find(struct device_node *child, int type)
105 struct device_node *uninorth_node;
117 typedef long (*feature_call)(struct device_node *node, long param, long value);
138 static inline int simple_feature_tweak(struct device_node *node, int type,
160 static long ohare_htw_scc_enable(struct device_node *node, long param,
253 static long ohare_floppy_enable(struct device_node *node, long param,
260 static long ohare_mesh_enable(struct device_node *node, long param, long value)
266 static long ohare_ide_enable(struct device_node *node, long param, long value)
286 static long ohare_ide_reset(struct device_node *nod
[all...]
H A Dcpufreq_32.c421 static u32 read_gpio(struct device_node *np)
491 static int pmac_cpufreq_init_MacRISC3(struct device_node *cpunode)
493 struct device_node *volt_gpio_np = of_find_node_by_name(NULL,
495 struct device_node *freq_gpio_np = of_find_node_by_name(NULL,
497 struct device_node *slew_done_gpio_np = of_find_node_by_name(NULL,
584 static int pmac_cpufreq_init_7447A(struct device_node *cpunode)
586 struct device_node *volt_gpio_np;
611 static int pmac_cpufreq_init_750FX(struct device_node *cpunode)
613 struct device_node *volt_gpio_np;
653 struct device_node *cpunod
[all...]
H A Dsetup.c118 struct device_node *np;
196 struct device_node *dn = of_find_node_by_name(NULL, "via-cuda");
210 struct device_node *dn = of_find_node_by_name(NULL, "via-pmu");
234 struct device_node *dn;
263 struct device_node *np = of_find_node_by_name(NULL, "cpus");
290 struct device_node *cpu, *ic;
398 void note_scsi_host(struct device_node *node, void *host)
592 struct device_node *np;
671 struct device_node *node = bus->sysdata;
H A Dudbg_adb.c165 struct device_node *np;
196 struct device_node *parent = of_get_parent(np);
H A Dlow_i2c.c79 struct device_node *controller;
80 struct device_node *busnode;
477 static struct pmac_i2c_host_kw *__init kw_i2c_host_init(struct device_node *np)
555 struct device_node *controller,
556 struct device_node *busnode,
585 struct device_node *np, *child, *parent;
760 struct device_node *busnode;
876 struct device_node *controller, *busnode;
935 struct pmac_i2c_bus *pmac_i2c_find_bus(struct device_node *node)
937 struct device_node *
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Deeh_driver.c55 struct device_node *pc = pdn->node->child;
99 struct device_node *dn = pci_device_to_OF_node(dev);
147 struct device_node *dn = pci_device_to_OF_node(dev);
174 struct device_node *dn = pci_device_to_OF_node(dev);
209 struct device_node *dn = pci_device_to_OF_node(dev);
252 struct device_node *dn;
305 struct device_node *frozen_dn;
H A Diommu.c247 struct device_node *dn,
250 struct device_node *node;
254 node = (struct device_node *)phb->arch_data;
297 struct device_node *dn,
315 struct device_node *dn;
317 struct device_node *isa_dn, *isa_dn_orig;
318 struct device_node *tmp;
397 struct device_node *dn, *pdn;
445 struct device_node *dn;
484 struct device_node *pd
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dof_platform.c40 * the provided device_node and recursively if such a children matches
169 struct device_node *node = dev->node;
219 struct of_device* of_platform_device_create(struct device_node *np,
267 static int of_platform_bus_create(struct device_node *bus,
271 struct device_node *child;
303 int of_platform_bus_probe(struct device_node *root,
307 struct device_node *child;
363 struct of_device *of_find_device_by_node(struct device_node *np)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/chrp/
H A Dpci.c136 struct device_node *np;
163 setup_python(struct pci_controller *hose, struct device_node *dev)
188 static void __init setup_peg2(struct pci_controller *hose, struct device_node *dev)
190 struct device_node *root = of_find_node_by_path("/");
191 struct device_node *rtas;
208 struct device_node *dev;
215 struct device_node *root = of_find_node_by_path("/");
H A Dsetup.c105 struct device_node *root;
201 struct device_node *root;
217 struct device_node *np;
252 struct device_node *root = of_find_node_by_path("/");
350 struct device_node *np, *root;
439 struct device_node *np, *pic = NULL;
497 struct device_node *kbd;
529 struct device_node *device;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci.c186 extern void sabre_init(struct device_node *, const char *);
187 extern void psycho_init(struct device_node *, const char *);
188 extern void schizo_init(struct device_node *, const char *);
189 extern void schizo_plus_init(struct device_node *, const char *);
190 extern void tomatillo_init(struct device_node *, const char *);
191 extern void sun4v_pci_init(struct device_node *, const char *);
192 extern void fire_pci_init(struct device_node *, const char *);
196 void (*init)(struct device_node *, const char *);
215 static int __init pci_controller_init(const char *model_name, int namelen, struct device_node *dp)
231 static int __init pci_is_controller(const char *model_name, int namelen, struct device_node *d
[all...]
H A Disa.c45 struct device_node *dp = parent_isa_dev->prom_node->child;
78 struct device_node *dp = isa_br->prom_node->child;
144 struct device_node *dp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/mm/
H A Dnuma.c68 static struct device_node * __cpuinit find_cpu_node(unsigned int cpu)
71 struct device_node *cpu_node = NULL;
98 static const int *of_get_associativity(struct device_node *dev)
106 static int of_node_to_nid_single(struct device_node *device)
129 int of_node_to_nid(struct device_node *device)
131 struct device_node *tmp;
168 struct device_node *rtas_root;
198 struct device_node *memory = NULL;
227 struct device_node *cpu = find_cpu_node(lcpu);
305 static void __init parse_drconf_memory(struct device_node *memor
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dpmac_feature.h26 * the prototype parameters (struct device_node* node, int value).
141 struct device_node;
143 static inline long pmac_call_feature(int selector, struct device_node* node,
151 /* PMAC_FTR_SERIAL_ENABLE (struct device_node* node, int param, int value)
164 /* PMAC_FTR_MODEM_ENABLE (struct device_node* node, 0, int value)
169 /* PMAC_FTR_SWIM3_ENABLE (struct device_node* node, 0,int value)
174 /* PMAC_FTR_MESH_ENABLE (struct device_node* node, 0, int value)
179 /* PMAC_FTR_IDE_ENABLE (struct device_node* node, int busID, int value)
185 /* PMAC_FTR_IDE_RESET (struct device_node* node, int busID, int value)
190 /* PMAC_FTR_BMAC_ENABLE (struct device_node* nod
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Drpaphp_core.c166 static int get_children_props(struct device_node *dn, const int **drc_indexes,
199 int rpaphp_get_drc_props(struct device_node *dn, int *drc_index,
263 static int is_php_dn(struct device_node *dn, const int **indexes,
296 int rpaphp_add_slot(struct device_node *dn)
363 struct device_node *dn = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dmv64x60_pci.c83 struct device_node *np;
118 static int __init mv64x60_add_bridge(struct device_node *dev)
168 struct device_node *np = NULL;
H A Dtsi108_dev.c43 struct device_node *tsi;
68 struct device_node *np;
78 struct device_node *phy;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/83xx/
H A Dmpc834x_mds.c55 struct device_node *np = NULL;
124 struct device_node *np;
142 struct device_node *np;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dspider-pic.c66 struct device_node *of_node;
179 static int spider_host_match(struct irq_host *h, struct device_node *node)
196 static int spider_host_xlate(struct irq_host *h, struct device_node *ct,
244 struct device_node *iic;
299 static void __init spider_init_one(struct device_node *of_node, int chip,
349 struct device_node *dn;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/aoa/core/
H A Dsnd-aoa-gpio-feature.c44 static struct device_node *lineout_detect_node;
45 static struct device_node *linein_detect_node;
46 static struct device_node *headphone_detect_node;
52 static struct device_node *get_gpio(char *name,
57 struct device_node *np, *gpio;
113 static void get_irq(struct device_node * np, int *irqptr)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/sbus/
H A Dsbus.c34 static void __init fill_sbus_device(struct device_node *dp, struct sbus_dev *sdev)
86 static void __init sbus_bus_ranges_init(struct device_node *dp, struct sbus_bus *sbus)
196 static void __init walk_children(struct device_node *dp, struct sbus_dev *parent, struct sbus_bus *sbus)
217 static void __init build_one_sbus(struct device_node *dp, int num_sbus)
221 struct device_node *dev_dp;
281 struct device_node *dp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/85xx/
H A Dmpc8544_ds.c45 struct device_node *np = NULL;
47 struct device_node *cascade_node = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Dpci.c167 struct device_node *node;
176 node = (struct device_node *)bus->sysdata;
197 struct device_node *node;
206 node = (struct device_node *)bus->sysdata;
291 static int __devinit celleb_setup_fake_pci_device(struct device_node *node,
421 static int __devinit phb_set_bus_ranges(struct device_node *dev,
450 struct device_node *dev = phb->arch_data;
451 struct device_node *node;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dpci.h168 struct device_node;
169 extern struct device_node *pci_device_to_OF_node(struct pci_dev *pdev);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dfhc.h38 struct device_node *prom_node;
115 struct device_node *prom_node;

Completed in 217 milliseconds

1234567891011>>