Lines Matching full:given
68 * Return: the largest value in the given range
77 * linear_range_get_value - fetch a value from given range
82 * Search given ranges for value which matches given selector.
84 * Return: 0 on success, -EINVAL given selector is not found from any of the
106 * Search through an array of ranges for value which matches given selector.
108 * Return: 0 on success, -EINVAL given selector is not found from any of the
129 * @found: flag to indicate that given value was in the range
131 * Return selector for which range value is closest match for given
132 * input value. Value is matching if it is equal or smaller than given
133 * value. If given value is in the range, then @found is set true.
136 * value smaller or equal to given value
169 * @found: flag to indicate that given value was in the range
171 * Scan array of ranges for selector for which range value matches given
172 * input value. Value is matching if it is equal or smaller than given
173 * value. If given value is found to be in a range scanning is stopped and
174 * @found is set true. If a range with values smaller than given value is found
175 * but the range max is being smaller than given value, then the range's
180 * range with a value smaller or equal to given value
210 * @found: flag to indicate that given value was in the range
212 * Return selector for which range value is closest match for given
213 * input value. Value is matching if it is equal or higher than given
214 * value. If given value is in the range, then @found is set true.
217 * value greater or equal to given value
250 * Return selector for which range value is closest match for given
251 * input value. Value is matching if it is equal or lower than given
252 * value. But return maximum selector if given value is higher than