Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mfd/
Dstmpe.c44 int autosleep_timeout; member
742 static int stmpe_autosleep(struct stmpe *stmpe, int autosleep_timeout) in stmpe_autosleep() argument
750 ret = stmpe->variant->enable_autosleep(stmpe, autosleep_timeout); in stmpe_autosleep()
760 int autosleep_timeout) in stmpe1601_autosleep() argument
765 timeout = stmpe_round_timeout(autosleep_timeout); in stmpe1601_autosleep()
1241 int autosleep_timeout = stmpe->pdata->autosleep_timeout; in stmpe_chip_init() local
1293 ret = stmpe_autosleep(stmpe, autosleep_timeout); in stmpe_chip_init()
1360 &pdata->autosleep_timeout); in stmpe_of_probe()
1362 pdata->autosleep = (pdata->autosleep_timeout) ? true : false; in stmpe_of_probe()
Dstmpe.h75 int (*enable_autosleep)(struct stmpe *stmpe, int autosleep_timeout);