Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dspmi.h19 #define SPMI_CMD_WAKEUP 0x13 macro
/linux-6.1.9/drivers/spmi/
Dspmi-mtk-pmif.c295 if (opc < SPMI_CMD_RESET || opc > SPMI_CMD_WAKEUP) in pmif_arb_cmd()
Dspmi.c309 return spmi_cmd(sdev->ctrl, SPMI_CMD_WAKEUP, sdev->usid); in spmi_command_wakeup()
Dspmi-pmic-arb.c331 if (opc < SPMI_CMD_RESET || opc > SPMI_CMD_WAKEUP) in pmic_arb_cmd()