Home
last modified time | relevance | path

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

/linux/arch/x86/lib/
H A Dputuser.S35 .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 Dgetuser.S40 .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 Dbootpz.c76 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 Dvmbus_testing322 type = check_range, default =[0,0], required = (True),
363 def check_range(arg1): function
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-priv.h69 int check_range(enum v4l2_ctrl_type type,
H A Dv4l2-ctrls-core.c1488 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 Dv4l2-ctrls-api.c953 ret = check_range(ctrl->type, min, max, step, def); in __v4l2_ctrl_modify_range()
/linux/drivers/regulator/
H A Dda903x-regulator.c90 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()