Lines Matching defs:function
69 * transfer function A: 10% to 90% of 2^24
70 * transfer function B: 2.5% to 22.5% of 2^24
71 * transfer function C: 20% to 80% of 2^24
102 enum mpr_func_id function; /* transfer function */
162 * If there is an end of conversion (EOC) interrupt registered the function
165 * Context: The function can sleep and data->lock should be held when calling it
366 "honeywell,transfer-function", &func);
369 "honeywell,transfer-function could not be read\n");
370 data->function = func - 1;
371 if (data->function > MPR_FUNCTION_C)
373 "honeywell,transfer-function %d invalid\n",
374 data->function);
380 data->function = MPR_FUNCTION_A;
383 data->outmin = mpr_func_spec[data->function].output_min;
384 data->outmax = mpr_func_spec[data->function].output_max;