Lines Matching refs:autosleep_timeout
31 * @autosleep_timeout: inactivity timeout in milliseconds for autosleep
38 int autosleep_timeout;
736 static int stmpe_autosleep(struct stmpe *stmpe, int autosleep_timeout)
744 ret = stmpe->variant->enable_autosleep(stmpe, autosleep_timeout);
754 int autosleep_timeout)
759 timeout = stmpe_round_timeout(autosleep_timeout);
1235 int autosleep_timeout = stmpe->pdata->autosleep_timeout;
1287 ret = stmpe_autosleep(stmpe, autosleep_timeout);
1347 &pdata->autosleep_timeout);
1349 pdata->autosleep = (pdata->autosleep_timeout) ? true : false;