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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/fw/arc/
H A Dtree.c18 pcomponent * __init
19 ArcGetPeer(pcomponent *Current)
24 return (pcomponent *) ARC_CALL1(next_component, Current);
27 pcomponent * __init
28 ArcGetChild(pcomponent *Current)
30 return (pcomponent *) ARC_CALL1(child_component, Current);
33 pcomponent * __init
34 ArcGetParent(pcomponent *Current)
39 return (pcomponent *) ARC_CALL1(parent_component, Current);
43 ArcGetConfigurationData(VOID *Buffer, pcomponent *Curren
[all...]
H A Didentify.c91 pcomponent *p;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dsgialib.h48 #define PROM_NULL_COMPONENT ((pcomponent *) 0)
51 extern pcomponent *ArcGetPeer(pcomponent *this);
54 extern pcomponent *ArcGetChild(pcomponent *this);
H A Dsgiarcs.h91 typedef struct linux_component pcomponent; typedef in typeref:struct:linux_component

Completed in 63 milliseconds