Lines Matching defs:ratio
69 unsigned int ratio;
156 * using gain index. Limit checks are done next, then the ratio of a multiple
158 * declared above is then scanned to find the first ratio value that is just
159 * above the ratio we just calculated. The ch0 and ch1 multiplier constants in
168 u32 ratio;
229 * zero below when calculating the ratio.
236 /* calculate ratio */
237 ratio = (ch1 << 15) / ch0;
241 p->ratio != 0 && p->ratio < ratio; p++)
244 if (p->ratio == 0) {
537 chip->als_settings.als_device_lux[i].ratio,
540 if (chip->als_settings.als_device_lux[i].ratio == 0) {