Home
last modified time | relevance | path

Searched refs:frac_str (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_link_bw.c361 char *frac_str; in str_to_fxp_q4_nonneg() local
367 frac_str = strchr(int_str, '.'); in str_to_fxp_q4_nonneg()
369 if (frac_str) in str_to_fxp_q4_nonneg()
370 *frac_str++ = '\0'; in str_to_fxp_q4_nonneg()
376 if (!frac_str) in str_to_fxp_q4_nonneg()
380 if (!isdigit(*frac_str)) in str_to_fxp_q4_nonneg()
383 err = str_to_fxp_q4_nonneg_int(frac_str, &frac_val); in str_to_fxp_q4_nonneg()
387 frac_digits = strlen(frac_str); in str_to_fxp_q4_nonneg()