Searched refs:pcomponent (Results 1 – 4 of 4) sorted by relevance
18 pcomponent * __init19 ArcGetPeer(pcomponent *Current) in ArcGetPeer()24 return (pcomponent *) ARC_CALL1(next_component, Current); in ArcGetPeer()27 pcomponent * __init28 ArcGetChild(pcomponent *Current) in ArcGetChild()30 return (pcomponent *) ARC_CALL1(child_component, Current); in ArcGetChild()33 pcomponent * __init34 ArcGetParent(pcomponent *Current) in ArcGetParent()39 return (pcomponent *) ARC_CALL1(parent_component, Current); in ArcGetParent()43 ArcGetConfigurationData(VOID *Buffer, pcomponent *Current) in ArcGetConfigurationData()[all …]
92 pcomponent *p; in prom_identify_arch()
48 #define PROM_NULL_COMPONENT ((pcomponent *) 0)51 extern pcomponent *ArcGetPeer(pcomponent *this);54 extern pcomponent *ArcGetChild(pcomponent *this);
91 typedef struct linux_component pcomponent; typedef