Home
last modified time | relevance | path

Searched refs:PMi_SetLCDPower (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.2.1/build/libraries/spi/ARM9/src/
Dpm.c465 while( PMi_SetLCDPower(PM_LCD_POWER_OFF, PM_LED_BLINK_LOW, FALSE, TRUE) != TRUE ) in PMi_SendSleepStart()
1561 while( PMi_SetLCDPower(PM_LCD_POWER_ON, PM_LED_ON, TRUE, TRUE) != TRUE ) in PM_GoSleepMode()
1626 BOOL PMi_SetLCDPower(PMLCDPower sw, PMLEDStatus led, BOOL skip, BOOL isSync) in PMi_SetLCDPower() function
1742 return PMi_SetLCDPower(sw, PM_LED_NONE /* No touch */ , FALSE, TRUE); in PM_SetLCDPower()
/TwlSDK-5.2.1/include/nitro/spi/ARM9/
Dpm.h934 BOOL PMi_SetLCDPower(PMLCDPower sw, PMLEDStatus led, BOOL skip, BOOL isSync);