Lines Matching refs:autosleep_timeout
32 * @autosleep_timeout: inactivity timeout in milliseconds for autosleep
44 int autosleep_timeout;
738 static int stmpe_autosleep(struct stmpe *stmpe, int autosleep_timeout)
746 ret = stmpe->variant->enable_autosleep(stmpe, autosleep_timeout);
756 int autosleep_timeout)
761 timeout = stmpe_round_timeout(autosleep_timeout);
1237 int autosleep_timeout = stmpe->pdata->autosleep_timeout;
1289 ret = stmpe_autosleep(stmpe, autosleep_timeout);
1356 &pdata->autosleep_timeout);
1358 pdata->autosleep = (pdata->autosleep_timeout) ? true : false;