Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dsi1145.c203 unsigned long stop_jiffies; in __si1145_command_reset() local
212 stop_jiffies = jiffies + SI1145_COMMAND_TIMEOUT_MS * HZ / 1000; in __si1145_command_reset()
218 if (time_after(jiffies, stop_jiffies)) { in __si1145_command_reset()
238 unsigned long stop_jiffies; in si1145_command() local
261 stop_jiffies = jiffies + SI1145_COMMAND_TIMEOUT_MS * HZ / 1000; in si1145_command()
272 if (time_after(jiffies, stop_jiffies)) { in si1145_command()