Searched refs:clamp_t (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ | ||
| A D | minmax.h | 218 #define clamp_t(type, val, lo, hi) __careful_clamp(type, val, lo, hi) macro |
| /include/media/tpg/ | ||
| A D | v4l2-tpg.h | 329 hue = clamp_t(s16, hue, -128, 128); in tpg_s_hue() |
Completed in 6 milliseconds