Searched refs:out_max (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/hid/ |
| H 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()
|
| /linux-6.15/drivers/video/fbdev/omap2/omapfb/dss/ |
| H 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()
|
| H A D | dss.h | 468 unsigned long out_min, unsigned long out_max,
|
| /linux-6.15/drivers/gpu/drm/omapdrm/dss/ |
| H 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()
|
| H A D | dss.h | 518 unsigned long out_min, unsigned long out_max,
|
| /linux-6.15/lib/xz/ |
| H A D | xz_dec_lzma2.c | 303 static void dict_limit(struct dictionary *dict, size_t out_max) in dict_limit() argument 305 if (dict->end - dict->pos <= out_max) in dict_limit() 308 dict->limit = dict->pos + out_max; in dict_limit()
|
| /linux-6.15/kernel/trace/ |
| H A D | trace.c | 9381 goto out_max; in buffer_subbuf_size_write() 9405 out_max: in buffer_subbuf_size_write()
|