Lines Matching refs:coeff
274 u32 value, gain, coeff, exp; in isl29501_read_ext() local
293 ret = isl29501_register_read(isl29501, reg, &coeff); in isl29501_read_ext()
297 value = coeff << exp; in isl29501_read_ext()
310 enum isl29501_correction_coeff coeff; in isl29501_set_shadow_coeff() local
314 coeff = COEFF_TEMP_A; in isl29501_set_shadow_coeff()
317 coeff = COEFF_TEMP_B; in isl29501_set_shadow_coeff()
320 coeff = COEFF_LIGHT_A; in isl29501_set_shadow_coeff()
323 coeff = COEFF_LIGHT_B; in isl29501_set_shadow_coeff()
328 isl29501->shadow_coeffs[coeff] = val; in isl29501_set_shadow_coeff()
334 enum isl29501_correction_coeff coeff, in isl29501_write_coeff() argument
339 switch (coeff) { in isl29501_write_coeff()