Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/olpc/
H A Dolpc-xo175-ec.c598 } __packed hintargs; in olpc_xo175_ec_suspend() local
606 hintargs.suspend = 1; in olpc_xo175_ec_suspend()
607 hintargs.suspend_count = suspend_count++; in olpc_xo175_ec_suspend()
608 olpc_ec_cmd(CMD_SUSPEND_HINT, (void *)&hintargs, sizeof(hintargs), in olpc_xo175_ec_suspend()