Searched defs:CLAMP (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/hid/
H A Dhid-lgff.c77 #define CLAMP(x) if (x < 0) x = 0; if (x > 0xff) x = 0xff hid_lgff_play() macro
H A Dhid-lg4ff.c383 #define CLAMP(x) do { if (x < 0) x = 0; else if (x > 0xff) x = 0xff; } while (0) lg4ff_play() macro
/linux-4.4.14/arch/arm/mach-qcom/
H A Dplatsmp.c35 #define CLAMP BIT(0) macro
/linux-4.4.14/drivers/media/usb/pwc/
H A Dpwc-dec23.c290 #define CLAMP(x) (pwc_crop_table[MAX_OUTER_CROP_VALUE+(x)]) macro
292 #define CLAMP(x) ((x)>255?255:((x)<0?0:x)) macro
/linux-4.4.14/drivers/media/platform/davinci/
H A Ddm355_ccdc_regs.h41 #define CLAMP 0x44 macro

Completed in 441 milliseconds