Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/regulator/
Dda903x.c94 static inline int check_range(struct da903x_regulator_info *info, in check_range() function
199 if (check_range(info, min_uV, max_uV)) { in da9030_map_ldo14_voltage()
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-ctrls.c1827 static int check_range(enum v4l2_ctrl_type type, in check_range() function
2151 err = check_range(type, min, max, step, def); in v4l2_ctrl_new()
3487 ret = check_range(ctrl->type, min, max, step, def); in __v4l2_ctrl_modify_range()
/Linux-v4.19/fs/
Diomap.c1290 goto check_range; in page_cache_seek_hole_data()
1300 check_range: in page_cache_seek_hole_data()