Lines Matching +full:ex +full:-
38 * however, could in theory support non-sysfs handling of hwmon IO.
78 * @param[in] path - hwmon instance root - eg:
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.
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.