Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/watchdog/
A Dmenf21bmc_wdt.c117 int ret, bmc_timeout; in menf21bmc_wdt_probe() local
136 bmc_timeout = i2c_smbus_read_word_data(drv_data->i2c_client, in menf21bmc_wdt_probe()
138 if (bmc_timeout < 0) { in menf21bmc_wdt_probe()
140 return bmc_timeout; in menf21bmc_wdt_probe()
143 watchdog_init_timeout(&drv_data->wdt, bmc_timeout / 10, dev); in menf21bmc_wdt_probe()

Completed in 5 milliseconds