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

/linux-4.4.14/drivers/watchdog/
H A Dmenf21bmc_wdt.c120 int ret, bmc_timeout; menf21bmc_wdt_probe() local
140 bmc_timeout = i2c_smbus_read_word_data(drv_data->i2c_client, menf21bmc_wdt_probe()
142 if (bmc_timeout < 0) { menf21bmc_wdt_probe()
144 return bmc_timeout; menf21bmc_wdt_probe()
147 watchdog_init_timeout(&drv_data->wdt, bmc_timeout / 10, &pdev->dev); menf21bmc_wdt_probe()

Completed in 65 milliseconds