Home
last modified time | relevance | path

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

/Linux-v5.4/arch/alpha/boot/
Dbootpz.c77 check_range(unsigned long vstart, unsigned long vend, in check_range() function
349 if (check_range(V_BOOTSTRAPPER_START, V_BOOTSTRAPPER_END, in start_kernel()
362 if (check_range(V_DATA_START, V_DATA_END, in start_kernel()
378 while (check_range(V_DATA_START, V_DATA_END, in start_kernel()
/Linux-v5.4/fs/iomap/
Dseek.c99 goto check_range; in page_cache_seek_hole_data()
109 check_range: in page_cache_seek_hole_data()
/Linux-v5.4/drivers/regulator/
Dda903x.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()
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-ctrls.c2062 static int check_range(enum v4l2_ctrl_type type, in check_range() function
2439 err = check_range(type, min, max, step, def); in v4l2_ctrl_new()
4280 ret = check_range(ctrl->type, min, max, step, def); in __v4l2_ctrl_modify_range()