Searched refs:check_range (Results 1 – 8 of 8) sorted by relevance
/linux/arch/x86/lib/ |
H A D | putuser.S | 35 .macro check_range size:req macro 48 check_range size=1 67 check_range size=2 86 check_range size=4 105 check_range size=8
|
H A D | getuser.S | 40 .macro check_range size:req macro 65 check_range size=1 75 check_range size=2 85 check_range size=4 98 check_range size=8
|
/linux/arch/alpha/boot/ |
H A D | bootpz.c | 76 check_range(unsigned long vstart, unsigned long vend, in check_range() function 348 if (check_range(V_BOOTSTRAPPER_START, V_BOOTSTRAPPER_END, in start_kernel() 361 if (check_range(V_DATA_START, V_DATA_END, in start_kernel() 377 while (check_range(V_DATA_START, V_DATA_END, in start_kernel()
|
/linux/tools/hv/ |
H A D | vmbus_testing | 322 type = check_range, default =[0,0], required = (True), 363 def check_range(arg1): function
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-priv.h | 69 int check_range(enum v4l2_ctrl_type type,
|
H A D | v4l2-ctrls-core.c | 1488 int check_range(enum v4l2_ctrl_type type, in check_range() function 1889 err = check_range(type, min, max, step, def); in v4l2_ctrl_new()
|
H A D | v4l2-ctrls-api.c | 953 ret = check_range(ctrl->type, min, max, step, def); in __v4l2_ctrl_modify_range()
|
/linux/drivers/regulator/ |
H A D | da903x-regulator.c | 90 static inline int check_range(struct da903x_regulator_info *info, in check_range() function 195 if (check_range(info, min_uV, max_uV)) { in da9030_map_ldo14_voltage()
|