Home
last modified time | relevance | path

Searched refs:pcomponent (Results 1 – 4 of 4) sorted by relevance

/arch/mips/fw/arc/
Dtree.c18 pcomponent * __init
19 ArcGetPeer(pcomponent *Current) in ArcGetPeer()
24 return (pcomponent *) ARC_CALL1(next_component, Current); in ArcGetPeer()
27 pcomponent * __init
28 ArcGetChild(pcomponent *Current) in ArcGetChild()
30 return (pcomponent *) ARC_CALL1(child_component, Current); in ArcGetChild()
33 pcomponent * __init
34 ArcGetParent(pcomponent *Current) in ArcGetParent()
39 return (pcomponent *) ARC_CALL1(parent_component, Current); in ArcGetParent()
43 ArcGetConfigurationData(VOID *Buffer, pcomponent *Current) in ArcGetConfigurationData()
[all …]
Didentify.c92 pcomponent *p; in prom_identify_arch()
/arch/mips/include/asm/
Dsgialib.h49 #define PROM_NULL_COMPONENT ((pcomponent *) 0)
52 extern pcomponent *ArcGetPeer(pcomponent *this);
55 extern pcomponent *ArcGetChild(pcomponent *this);
Dsgiarcs.h91 typedef struct linux_component pcomponent; typedef