Searched refs:t_ref (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/iio/magnetometer/
H A Dyamaha-yas530.c176 * @t_ref: number of counts at reference temperature 20 ��C
184 * The "t_ref" value for YAS532/533 is known from the Android driver.
197 u16 t_ref; member in struct:yas5xx_chip_info
477 u16 t_ref; local
481 t_ref = ci->t_ref;
485 to = (min_temp_x10 + ((ref_temp_x10 - min_temp_x10) * t / t_ref)) * 100;
504 u16 t_ref, t_comp, t, x, y1, y2; local
524 t_ref = ci->t_ref;
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dni_dpm.h81 u32 t_ref; member in struct:ni_leakage_coeffients
H A Dsi_dpm.c1710 s64 temperature, t_slope, t_intercept, av, bv, t_ref; local
1721 t_ref = drm_int2fixp(coeff->t_ref);
1725 kt = drm_fixp_div(kt, drm_fixp_exp(drm_fixp_mul(tmp, t_ref)));
/linux-master/fs/xfs/
H A Dxfs_log_priv.h151 atomic_t t_ref; /* ticket reference count */ member in struct:xlog_ticket
H A Dxfs_log.c3393 ASSERT(atomic_read(&ticket->t_ref) > 0);
3394 if (atomic_dec_and_test(&ticket->t_ref))
3402 ASSERT(atomic_read(&ticket->t_ref) > 0);
3403 atomic_inc(&ticket->t_ref);
3526 atomic_set(&tic->t_ref, 1);
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.h258 u32 t_ref; member in struct:ni_leakage_coeffients
H A Dsi_dpm.c1862 s64 temperature, t_slope, t_intercept, av, bv, t_ref; local
1873 t_ref = drm_int2fixp(coeff->t_ref);
1877 kt = drm_fixp_div(kt, drm_fixp_exp(drm_fixp_mul(tmp, t_ref)));

Completed in 226 milliseconds