Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/backlight/
Dpwm_bl.c149 static u64 int_pow(u64 base, int exp) in int_pow() function
186 retval = int_pow((lightness + (16 * scale)) / 116, 3); in cie1931()