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

/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp10536 PPCI2CInterface * onboardInterface, SInt32 port )
10539 UInt64 id = (((UInt64) (UInt32) onboardInterface) << 32) | port;
10544 interface->fInterface = onboardInterface;
10547 || !interface->attach(onboardInterface)
10548 || !interface->start(onboardInterface)
10551 interface->detach( onboardInterface );
10681 PPCI2CInterface * onboardInterface = local
10683 if (!onboardInterface)
10686 interface = AppleOnboardI2CInterface::withInterface( onboardInterface, 1 );
10535 withInterface( PPCI2CInterface * onboardInterface, SInt32 port ) argument

Completed in 122 milliseconds