Searched refs:INIT_TIMEOUT_MSECS (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/platform/x86/
H A Dhdaps.c62 #define INIT_TIMEOUT_MSECS 4000 /* wait up to 4s for device init ... */ macro
275 for (total = INIT_TIMEOUT_MSECS; total > 0; total -= INIT_WAIT_MSECS) { hdaps_device_init()
/linux-4.4.14/drivers/hwmon/
H A Dapplesmc.c95 #define INIT_TIMEOUT_MSECS 5000 /* wait up to 5s for device init ... */ macro
497 for (total = INIT_TIMEOUT_MSECS; total > 0; total -= INIT_WAIT_MSECS) { applesmc_device_init()
626 for (ms = 0; ms < INIT_TIMEOUT_MSECS; ms += INIT_WAIT_MSECS) { applesmc_init_smcreg()

Completed in 100 milliseconds