Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/os/reset-1/src/
Dmain.c94 (void)PM_SetLCDPower(PM_LCD_POWER_OFF); in NitroMain()
/TwlSDK-5.1.0/build/demos/spi/pm-1/src/
Dmain.c363 if (PM_SetLCDPower(PM_LCD_POWER_OFF)) in NitroMain()
370 if (PM_SetLCDPower(PM_LCD_POWER_ON)) in NitroMain()
/TwlSDK-5.1.0/include/nitro/spi/ARM9/
Dpm.h602 BOOL PM_SetLCDPower(PMLCDPower sw);
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dpm.c1723 BOOL PM_SetLCDPower(PMLCDPower sw) in PM_SetLCDPower() function
2616 while (!PM_SetLCDPower(PM_LCD_POWER_ON)) in PMi_LCDOnAvoidReset()