Home
last modified time | relevance | path

Searched refs:SPMI_CMD_WAKEUP (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dspmi.h20 #define SPMI_CMD_WAKEUP 0x13 macro
/OK3568_Linux_fs/kernel/drivers/spmi/
H A Dspmi.c307 return spmi_cmd(sdev->ctrl, SPMI_CMD_WAKEUP, sdev->usid); in spmi_command_wakeup()
H A Dspmi-pmic-arb.c330 if (opc < SPMI_CMD_RESET || opc > SPMI_CMD_WAKEUP) in pmic_arb_cmd()