Searched refs:enable_autosleep (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mfd/
H A Dstmpe.h52 * @enable_autosleep: callback to configure autosleep with specified timeout
66 int (*enable_autosleep)(struct stmpe *stmpe, int autosleep_timeout); member in struct:stmpe_variant_info
H A Dstmpe.c483 if (!stmpe->variant->enable_autosleep)
487 ret = stmpe->variant->enable_autosleep(stmpe, autosleep_timeout);
561 .enable_autosleep = stmpe1601_autosleep,
654 .enable_autosleep = stmpe1601_autosleep, /* same as stmpe1601 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mfd/
H A Dstmpe.h52 * @enable_autosleep: callback to configure autosleep with specified timeout
66 int (*enable_autosleep)(struct stmpe *stmpe, int autosleep_timeout); member in struct:stmpe_variant_info
H A Dstmpe.c483 if (!stmpe->variant->enable_autosleep)
487 ret = stmpe->variant->enable_autosleep(stmpe, autosleep_timeout);
561 .enable_autosleep = stmpe1601_autosleep,
654 .enable_autosleep = stmpe1601_autosleep, /* same as stmpe1601 */

Completed in 69 milliseconds