pcomponent 92 arch/mips/fw/arc/identify.c pcomponent *p; pcomponent 18 arch/mips/fw/arc/tree.c pcomponent * __init pcomponent 19 arch/mips/fw/arc/tree.c ArcGetPeer(pcomponent *Current) pcomponent 24 arch/mips/fw/arc/tree.c return (pcomponent *) ARC_CALL1(next_component, Current); pcomponent 27 arch/mips/fw/arc/tree.c pcomponent * __init pcomponent 28 arch/mips/fw/arc/tree.c ArcGetChild(pcomponent *Current) pcomponent 30 arch/mips/fw/arc/tree.c return (pcomponent *) ARC_CALL1(child_component, Current); pcomponent 33 arch/mips/fw/arc/tree.c pcomponent * __init pcomponent 34 arch/mips/fw/arc/tree.c ArcGetParent(pcomponent *Current) pcomponent 39 arch/mips/fw/arc/tree.c return (pcomponent *) ARC_CALL1(parent_component, Current); pcomponent 43 arch/mips/fw/arc/tree.c ArcGetConfigurationData(VOID *Buffer, pcomponent *Current) pcomponent 48 arch/mips/fw/arc/tree.c pcomponent * __init pcomponent 49 arch/mips/fw/arc/tree.c ArcAddChild(pcomponent *Current, pcomponent *Template, VOID *ConfigurationData) pcomponent 51 arch/mips/fw/arc/tree.c return (pcomponent *) pcomponent 56 arch/mips/fw/arc/tree.c ArcDeleteComponent(pcomponent *ComponentToDelete) pcomponent 61 arch/mips/fw/arc/tree.c pcomponent * __init pcomponent 64 arch/mips/fw/arc/tree.c return (pcomponent *)ARC_CALL1(component_by_path, Path); pcomponent 94 arch/mips/fw/arc/tree.c dump_component(pcomponent *p) pcomponent 104 arch/mips/fw/arc/tree.c traverse(pcomponent *p, int op) pcomponent 116 arch/mips/fw/arc/tree.c pcomponent *p; pcomponent 48 arch/mips/include/asm/sgialib.h #define PROM_NULL_COMPONENT ((pcomponent *) 0) pcomponent 51 arch/mips/include/asm/sgialib.h extern pcomponent *ArcGetPeer(pcomponent *this); pcomponent 54 arch/mips/include/asm/sgialib.h extern pcomponent *ArcGetChild(pcomponent *this);