Home
last modified time | relevance | path

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

/linux-6.1.9/arch/alpha/boot/
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-6.1.9/tools/hv/
Dvmbus_testing322 type = check_range, default =[0,0], required = (True),
363 def check_range(arg1): function
/linux-6.1.9/drivers/media/v4l2-core/
Dv4l2-ctrls-priv.h69 int check_range(enum v4l2_ctrl_type type,
Dv4l2-ctrls-core.c1234 int check_range(enum v4l2_ctrl_type type, in check_range() function
1622 err = check_range(type, min, max, step, def); in v4l2_ctrl_new()
Dv4l2-ctrls-api.c948 ret = check_range(ctrl->type, min, max, step, def); in __v4l2_ctrl_modify_range()
/linux-6.1.9/drivers/regulator/
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()