/linux-2.4.37.9/arch/ppc/kernel/ |
D | prom.c | 219 && strncmp(np->full_name, "Devices:device-tree", 19) == 0) { in finish_node() 220 if (np->full_name[19] == 0) { in finish_node() 221 strcpy(np->full_name, "/"); in finish_node() 222 } else if (np->full_name[19] == ':') { in finish_node() 223 char *p = np->full_name + 19; in finish_node() 224 np->full_name = p; in finish_node() 281 p->full_name); in prom_n_intr_cells() 285 printk("prom_n_intr_cells failed for %s\n", np->full_name); in prom_n_intr_cells() 321 p->full_name); in map_interrupt() 344 imap[-1], p->full_name); in map_interrupt() [all …]
|
D | prom_init.c | 532 np->full_name = PTRUNRELOC((char *) mem_start); in inspect_node()
|
D | pci.c | 722 node->full_name); in make_one_node_map() 1024 res->name = dev->full_name; in pci_process_bridge_OF_ranges()
|
/linux-2.4.37.9/drivers/video/ |
D | offb.c | 107 static void offb_init_fb(const char *name, const char *full_name, int width, 312 printk(KERN_INFO "MacOS display is %s\n", dp->full_name); in offb_init() 320 macos_display? macos_display->full_name: "MacOS display", in offb_init() 367 printk(KERN_ERR "no framebuffer address found for %s\n", dp->full_name); in offb_init_nodriver() 377 offb_init_fb(dp->name, dp->full_name, width, height, depth, in offb_init_nodriver() 382 static void __init offb_init_fb(const char *name, const char *full_name, in offb_init_fb() argument 401 printk(KERN_ERR "%s: can't use depth = %d\n", full_name, depth); in offb_init_fb() 581 strncat(info->info.modename, full_name, sizeof(info->info.modename)); in offb_init_fb() 607 GET_FB_IDX(info->info.node), full_name); in offb_init_fb()
|
D | pm3fb.c | 3669 DPRINTK(2, "OpenFirmware board : %s\n", dp->full_name); in __initfunc()
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | chrp_pci.c | 314 dev->full_name); in chrp_find_bridges() 320 dev->full_name); in chrp_find_bridges() 336 dev->full_name); in chrp_find_bridges() 370 dev->full_name, model); in chrp_find_bridges()
|
D | pmac_pci.c | 86 bridge->full_name); in fixup_bus_range() 470 dev->full_name); in add_bridges() 476 dev->full_name); in add_bridges()
|
D | pmac_setup.c | 457 l = strlen(node->full_name); in note_scsi_host() 459 && strncmp(node->full_name, bootdevice, l) == 0 in note_scsi_host()
|
D | pmac_feature.c | 2204 printk(KERN_ERR "pmac_feature: %s skipped\n", node->full_name); in probe_one_macio()
|
/linux-2.4.37.9/fs/proc/ |
D | proc_devtree.c | 74 p = strrchr(child->full_name, '/'); in add_node() 76 p = child->full_name; in add_node()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | eeh.c | 179 printk(KERN_INFO "EEH: %s user requested to run without EEH.\n", dn->full_name); in early_set_eeh() 186 printk(KERN_INFO "EEH: %s DISPLAY automatically set to run without EEH.\n", dn->full_name); in early_set_eeh() 225 …printk(KERN_INFO "EEH: %s failed to %s ret=%ld\n", dn->full_name, enable ? "enable" : "disable", r… in early_set_eeh()
|
D | pSeries_pci.c | 355 res->name = Pci_Node->full_name; in find_and_init_phbs() 387 res->name = Pci_Node->full_name; in find_and_init_phbs() 428 PPCDBG(PPCDBG_PHBINIT, "alloc_phb: %s\n", dev->full_name); in alloc_phb() 563 PPCDBG(PPCDBG_PHBINIT, "Can't get bus-range for %s\n", dev->full_name); in alloc_phb()
|
D | pci_dma.c | 894 PPCDBG(PPCDBG_TCEINIT, "\tdn->full_name= %s\n", dn->full_name); in getTceTableParmsPSeries() 972 …("PCI_DMA: getTceTableParmsPSeriesLP: device %s has no ibm,dma-window property!\n", dn->full_name); in getTceTableParmsPSeriesLP() 981 PPCDBG(PPCDBG_TCEINIT, "\tDevice = %s\n", dn->full_name); in getTceTableParmsPSeriesLP()
|
D | prom.c | 1931 np->full_name = PTRUNRELOC((char *) mem_start); in inspect_node() 2410 if (np->full_name != 0 && strcasecmp(np->full_name, path) == 0) in find_path_device()
|
/linux-2.4.37.9/include/asm-ppc/ |
D | prom.h | 53 char *full_name; member
|
/linux-2.4.37.9/drivers/ide/ppc/ |
D | pmac.c | 926 if (!pmac_ide[i].node || !pmac_ide[i].node->full_name) in pmac_find_ide_boot() 928 name = pmac_ide[i].node->full_name; in pmac_find_ide_boot() 1009 np->full_name); in pmac_ide_probe() 1020 np->full_name); in pmac_ide_probe() 1044 np->full_name); in pmac_ide_probe() 1056 np->full_name); in pmac_ide_probe() 1061 np->full_name); in pmac_ide_probe()
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | prom.h | 128 char *full_name; member
|
/linux-2.4.37.9/drivers/scsi/ |
D | sata_svw.c | 279 len = sprintf(page, "devspec: %s\n", np->full_name); in k2_sata_proc_info()
|
D | mac53c94.c | 102 node->full_name); in mac53c94_detect()
|
/linux-2.4.37.9/drivers/net/ |
D | bmac.c | 1314 bmac->full_name); in bmac_probe1() 1322 bmac->full_name); in bmac_probe1() 1338 bmac->full_name); in bmac_probe1()
|
D | mace.c | 139 mace->full_name); in mace_probe1() 148 mace->full_name); in mace_probe1()
|
D | gmac.c | 1584 gmac->full_name, gmac->n_addrs, gmac->n_intrs); in gmac_probe1() 1591 gmac->full_name); in gmac_probe1()
|
/linux-2.4.37.9/drivers/ide/ |
D | ide-proc.c | 451 len = sprintf(page, "%s\n", ofnode ? ofnode->full_name : ""); in proc_ide_read_devspec()
|
/linux-2.4.37.9/drivers/sound/dmasound/ |
D | dmasound_awacs.c | 2815 io->full_name, io->n_addrs, io->n_intrs); in dmasound_awacs_init() 2820 io->full_name, io->n_addrs, io->n_intrs); in dmasound_awacs_init()
|
/linux-2.4.37.9/drivers/macintosh/ |
D | macserial.c | 2506 "channels\n", dev->full_name); in probe_sccs() 2518 ch->full_name, ch->n_addrs, ch->n_intrs); in probe_sccs()
|