/linux/mm/ |
H A D | vma.h | 384 unsigned long min) in vma_prev_limit() 433 struct vm_area_struct *vma_iter_prev_range_limit(struct vma_iterator *vmi, unsigned long min) in vma_iter_prev_range_limit() 444 static inline int vma_iter_area_lowest(struct vma_iterator *vmi, unsigned long min, in vma_iter_area_lowest() 450 static inline int vma_iter_area_highest(struct vma_iterator *vmi, unsigned long min, in vma_iter_area_highest()
|
/linux/drivers/rtc/ |
H A D | rtc-ds1286.c | 216 unsigned char mon, day, hrs, min, sec; in ds1286_set_time() local 287 unsigned char hrs, min, sec; in ds1286_set_alarm() local
|
/linux/drivers/macintosh/ |
H A D | windfarm_pid.h | 34 s32 min,max; /* min and max target values */ member 69 s32 min,max; /* min and max target values */ member
|
/linux/drivers/regulator/ |
H A D | mt6357-regulator.c | 36 #define MT6357_BUCK(match, vreg, min, max, step, \ argument 79 #define MT6357_LDO1(match, vreg, min, max, step, volt_ranges, \ argument
|
H A D | max8907-regulator.c | 46 #define REG_LDO(ids, supply, base, min, max, step) \ argument 89 #define REG_BBAT(ids, supply, base, min, max, step) \ argument
|
H A D | pv88060-regulator.c | 145 #define PV88060_BUCK(chip, regl_name, min, step, max, limits_array) \ argument 170 #define PV88060_LDO(chip, regl_name, min, step, max) \ argument
|
H A D | pv88090-regulator.c | 161 #define PV88090_BUCK(chip, regl_name, min, step, max, limits_array) \ argument 187 #define PV88090_LDO(chip, regl_name, min, step, max) \ argument
|
H A D | max8925-regulator.c | 155 #define MAX8925_SDV(_id, min, max, step) \ argument 173 #define MAX8925_LDO(_id, min, max, step) \ argument
|
/linux/arch/loongarch/kernel/ |
H A D | paravirt.c | 57 int min, old; in pv_send_ipi_single() local 77 int i, cpu, min = 0, max = 0, old; in pv_send_ipi_mask() local
|
/linux/include/uapi/linux/netfilter/ |
H A D | xt_length.h | 8 __u16 min, max; member
|
/linux/include/linux/ |
H A D | cpufreq.h | 68 unsigned int min; /* in kHz */ member 189 unsigned int min; /* in kHz */ member 491 unsigned int min, in cpufreq_verify_within_limits() 857 unsigned int min, unsigned int max, in find_index_l() 933 unsigned int min, unsigned int max, in find_index_h() 1026 unsigned int min, unsigned int max, in find_index_c() 1048 unsigned int min, unsigned int max, in cpufreq_is_in_limits() 1063 unsigned int min, in cpufreq_frequency_table_target()
|
/linux/drivers/gpu/drm/ |
H A D | drm_property.c | 244 uint64_t min, uint64_t max) in property_create_range() 279 uint64_t min, uint64_t max) in drm_property_create_range() 307 int64_t min, int64_t max) in drm_property_create_signed_range()
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_4_ppt.c | 502 uint32_t min, max; in smu_v13_0_4_print_clk_levels() local 752 uint32_t *min, in smu_v13_0_4_get_dpm_ultimate_freq() 839 uint32_t min, in smu_v13_0_4_set_soft_freq_limited_range()
|
/linux/drivers/base/regmap/ |
H A D | regcache.c | 327 static int regcache_default_sync(struct regmap *map, unsigned int min, in regcache_default_sync() 472 int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region() 530 int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_hw_engine_class_sysfs.c | 30 bool xe_hw_engine_timeout_in_range(u64 timeout, u64 min, u64 max) in xe_hw_engine_timeout_in_range() 169 u32 min = eclass->sched_props.job_timeout_min; in job_timeout_store() local 235 u32 min = eclass->sched_props.timeslice_min; in timeslice_duration_store() local 378 u32 min = eclass->sched_props.preempt_timeout_min; in preempt_timeout_store() local
|
/linux/tools/perf/util/ |
H A D | spark.c | 15 unsigned long min = ULONG_MAX, max = 0, f; in print_spark() local
|
/linux/arch/arm/mach-mv78xx0/ |
H A D | pcie.c | 25 u8 min; member 237 static void __init add_pcie_port(int maj, int min, void __iomem *base) in add_pcie_port()
|
/linux/tools/power/cpupower/utils/ |
H A D | cpufreq-info.c | 62 unsigned long min, max; in proc_cpufreq_output() local 294 unsigned long min, max; in get_hardware_limits() local
|
/linux/sound/pci/asihpi/ |
H A D | hpi_version.h | 24 #define HPI_VERSION_CONSTRUCTOR(maj, min, r) ((maj << 16) + (min << 8) + r) argument
|
/linux/mm/damon/ |
H A D | sysfs-common.h | 15 unsigned long min; member
|
/linux/drivers/video/fbdev/core/ |
H A D | fb_backlight.c | 16 void fb_bl_default_curve(struct fb_info *fb_info, u8 off, u8 min, u8 max) in fb_bl_default_curve()
|
/linux/fs/ubifs/ |
H A D | gc.c | 229 struct list_head *nondata, int *min) in sort_nodes() 333 int err, min; in move_nodes() local
|
/linux/mm/damon/tests/ |
H A D | sysfs-kunit.h | 26 static int __damon_sysfs_test_get_any_pid(int min, int max) in __damon_sysfs_test_get_any_pid()
|
/linux/arch/m68k/sun3x/ |
H A D | time.h | 11 volatile unsigned char min; member
|
/linux/scripts/kconfig/ |
H A D | nconf.h | 30 #define min(a, b) ({\ macro
|