Searched refs:out_max (Results 1 – 5 of 5) sorted by relevance
| /drivers/hid/ |
| A D | wacom.h | 221 static inline u32 wacom_rescale(u32 value, u32 in_max, u32 out_max) in wacom_rescale() argument 223 if (in_max == 0 || out_max == 0) in wacom_rescale() 226 return DIV_ROUND_CLOSEST(value * out_max, in_max); in wacom_rescale()
|
| /drivers/video/fbdev/omap2/omapfb/dss/ |
| A D | pll.c | 122 unsigned long out_min, unsigned long out_max, in dss_pll_hsdiv_calc() argument 130 out_max = out_max ? out_max : ULONG_MAX; in dss_pll_hsdiv_calc() 132 m_start = max(DIV_ROUND_UP(clkdco, out_max), 1ul); in dss_pll_hsdiv_calc()
|
| A D | dss.h | 468 unsigned long out_min, unsigned long out_max,
|
| /drivers/gpu/drm/omapdrm/dss/ |
| A D | pll.c | 177 unsigned long out_min, unsigned long out_max, in dss_pll_hsdiv_calc_a() argument 185 out_max = out_max ? out_max : ULONG_MAX; in dss_pll_hsdiv_calc_a() 187 m_start = max(DIV_ROUND_UP(clkdco, out_max), 1ul); in dss_pll_hsdiv_calc_a()
|
| A D | dss.h | 518 unsigned long out_min, unsigned long out_max,
|
Completed in 15 milliseconds