Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/iomap/
H A Dseek.c99 goto check_range; in page_cache_seek_hole_data()
109 check_range: in page_cache_seek_hole_data()
/OK3568_Linux_fs/kernel/tools/hv/
H A Dvmbus_testing322 type = check_range, default =[0,0], required = (True),
363 def check_range(arg1): function
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree-switch-conversion.h714 bool check_range ();
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtree-switch-conversion.h714 bool check_range ();
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c2384 static int check_range(enum v4l2_ctrl_type type, in check_range() function
2791 err = check_range(type, min, max, step, def); in v4l2_ctrl_new()
4677 ret = check_range(ctrl->type, min, max, step, def); in __v4l2_ctrl_modify_range()