Searched refs:check_range (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/lib/
H A Dputuser.S35 .macro check_range size:req
48 check_range size=1
67 check_range size=2
86 check_range size=4
105 check_range size=8
H A Dgetuser.S40 .macro check_range size:req
55 check_range size=1
65 check_range size=2
75 check_range size=4
85 check_range size=8
/linux-master/arch/alpha/boot/
H A Dbootpz.c76 check_range(unsigned long vstart, unsigned long vend, function
82 srm_printk("check_range: V[0x%lx:0x%lx] K[0x%lx:0x%lx]\n",
348 if (check_range(V_BOOTSTRAPPER_START, V_BOOTSTRAPPER_END,
361 if (check_range(V_DATA_START, V_DATA_END,
377 while (check_range(V_DATA_START, V_DATA_END,
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-priv.h69 int check_range(enum v4l2_ctrl_type type,
H A Dv4l2-ctrls-core.c1485 int check_range(enum v4l2_ctrl_type type, function
1886 err = check_range(type, min, max, step, def);
H A Dv4l2-ctrls-api.c948 ret = check_range(ctrl->type, min, max, step, def);
/linux-master/tools/hv/
H A Dvmbus_testing322 type = check_range, default =[0,0], required = (True),
363 def check_range(arg1):
/linux-master/drivers/regulator/
H A Dda903x-regulator.c90 static inline int check_range(struct da903x_regulator_info *info, function
195 if (check_range(info, min_uV, max_uV)) {

Completed in 370 milliseconds