Lines Matching +full:retry +full:- +full:time
38 * however, could in theory support non-sysfs handling of hwmon IO.
62 * device drivers can be unbound at any time; the program
78 * @param[in] path - hwmon instance root - eg:
91 * For possibly transient errors will retry up to
94 * @param[in] type - The hwmon type (ex. temp).
95 * @param[in] id - The hwmon id (ex. 1).
96 * @param[in] sensor - The hwmon sensor (ex. input).
97 * @param[in] retries - The number of times to retry.
98 * @param[in] delay - The time to sleep between retry attempts.
100 * @return val - The read value.
113 * For possibly transient errors will retry up to
116 * @param[in] val - The value to be written.
117 * @param[in] type - The hwmon type (ex. fan).
118 * @param[in] id - The hwmon id (ex. 1).
119 * @param[in] retries - The number of times to retry.
120 * @param[in] delay - The time to sleep between retry attempts.
128 * @return path - The hwmon instance path.