Searched refs:autosleep_timeout (Results 1 – 2 of 2) sorted by relevance
38 int autosleep_timeout; member736 static int stmpe_autosleep(struct stmpe *stmpe, int autosleep_timeout) in stmpe_autosleep() argument744 ret = stmpe->variant->enable_autosleep(stmpe, autosleep_timeout); in stmpe_autosleep()754 int autosleep_timeout) in stmpe1601_autosleep() argument759 timeout = stmpe_round_timeout(autosleep_timeout); in stmpe1601_autosleep()1235 int autosleep_timeout = stmpe->pdata->autosleep_timeout; in stmpe_chip_init() local1287 ret = stmpe_autosleep(stmpe, autosleep_timeout); in stmpe_chip_init()1347 &pdata->autosleep_timeout); in stmpe_of_probe()1349 pdata->autosleep = (pdata->autosleep_timeout) ? true : false; in stmpe_of_probe()
75 int (*enable_autosleep)(struct stmpe *stmpe, int autosleep_timeout);