Searched refs:min (Results 26 - 50 of 3857) sorted by relevance

1234567891011>>

/linux-master/include/trace/events/
H A Dregulator.h111 TP_PROTO(const char *name, int min, int max),
113 TP_ARGS(name, min, max),
117 __field( int, min )
123 __entry->min = min;
128 (int)__entry->min, (int)__entry->max)
133 TP_PROTO(const char *name, int min, int max),
135 TP_ARGS(name, min, max)
/linux-master/drivers/cpufreq/
H A Dcpufreq_powersave.c16 pr_debug("setting to %u kHz\n", policy->min);
17 __cpufreq_driver_target(policy, policy->min, CPUFREQ_RELATION_L);
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dbitfield.h110 * which contains bits [min,max).
123 #define EF4_EXTRACT_NATIVE(native_element, min, max, low, high) \
124 ((low) > (max) || (high) < (min) ? 0 : \
125 (low) > (min) ? \
126 (native_element) >> ((low) - (min)) : \
127 (native_element) << ((min) - (low)))
131 * element which contains bits [min,max)
133 #define EF4_EXTRACT64(element, min, max, low, high) \
134 EF4_EXTRACT_NATIVE(le64_to_cpu(element), min, max, low, high)
138 * element which contains bits [min,ma
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dpll.c34 int min, max; member in struct:intel_limit::__anon602
43 .dot = { .min = 25000, .max = 350000 },
44 .vco = { .min = 908000, .max = 1512000 },
45 .n = { .min = 2, .max = 16 },
46 .m = { .min = 96, .max = 140 },
47 .m1 = { .min = 18, .max = 26 },
48 .m2 = { .min = 6, .max = 16 },
49 .p = { .min = 4, .max = 128 },
50 .p1 = { .min = 2, .max = 33 },
56 .dot = { .min
[all...]
/linux-master/include/uapi/sound/
H A Dtlv.h10 #define SNDRV_CTL_TLVT_DB_MINMAX 4 /* dB scale with min/max */
11 #define SNDRV_CTL_TLVT_DB_MINMAX_MUTE 5 /* dB scale with min/max with mute */
47 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \
49 (min), \
52 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name, min, step, mute) \
54 SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \
57 /* Accessor offsets for min, mute and step items in dB scale type TLV */
61 /* dB scale specified with min/max values instead of step */
75 /* Accessor offsets for min, max items in db-minmax types of TLV. */
87 /* Accessor offsets for min, ma
[all...]
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.py40 min, max, avg, count = dict[key]
41 if value < min:
42 min = value
46 dict[key] = (min, max, avg, count + 1)
/linux-master/drivers/gpu/drm/xe/
H A Dxe_hw_engine_class_sysfs.h15 bool xe_hw_engine_timeout_in_range(u64 timeout, u64 min, u64 max);
/linux-master/drivers/clk/at91/
H A Dat91sam9260.c38 .output = { .min = 0, .max = 105000000 },
47 { .min = 80000000, .max = 160000000 },
48 { .min = 150000000, .max = 240000000 },
52 .input = { .min = 1000000, .max = 32000000 },
64 { .min = 70000000, .max = 130000000 },
68 .input = { .min = 1000000, .max = 5000000 },
125 .output = { .min = 0, .max = 133000000 },
134 { .min = 745000000, .max = 800000000 },
135 { .min = 695000000, .max = 750000000 },
136 { .min
[all...]
/linux-master/lib/zlib_inflate/
H A Dinftrees.c28 unsigned min, max; /* minimum and maximum code lengths */ local
112 for (min = 1; min < MAXBITS; min++)
113 if (count[min] != 0) break;
114 if (root < min) root = min;
189 len = min; /* starting code length */
221 min = fill; /* save offset to next table */
252 next += min; /* her
[all...]
/linux-master/arch/mips/include/asm/
H A Dmc146818-time.h91 unsigned int year, mon, day, hour, min, sec; local
98 min = CMOS_READ(RTC_MINUTES);
107 min = bcd2bin(min);
116 return mktime64(year, mon, day, hour, min, sec);
/linux-master/virt/kvm/
H A Dbinary_stats.c70 len = min(len, remain);
84 copylen = min(copylen, remain);
104 copylen = min(copylen, remain);
122 copylen = min(copylen, remain);
134 copylen = min(copylen, remain);
/linux-master/sound/soc/sof/
H A Dipc3-pcm.c258 rate->min = private->dai_config[dai->current_config].ssp.fsync_rate;
260 channels->min = private->dai_config[dai->current_config].ssp.tdm_slots;
263 dev_dbg(component->dev, "rate_min: %d rate_max: %d\n", rate->min, rate->max);
265 channels->min, channels->max);
293 channels->min = private->dai_config->alh.channels;
297 rate->min = private->dai_config->esai.fsync_rate;
299 channels->min = private->dai_config->esai.tdm_slots;
302 dev_dbg(component->dev, "rate_min: %d rate_max: %d\n", rate->min, rate->max);
304 channels->min, channels->max);
307 rate->min
[all...]
/linux-master/fs/xfs/
H A Dxfs_sysctl.c76 .extra1 = &xfs_params.sgid_inherit.min,
85 .extra1 = &xfs_params.symlink_mode.min,
94 .extra1 = &xfs_params.panic_mask.min,
104 .extra1 = &xfs_params.error_level.min,
113 .extra1 = &xfs_params.syncd_timer.min,
122 .extra1 = &xfs_params.inherit_sync.min,
131 .extra1 = &xfs_params.inherit_nodump.min,
140 .extra1 = &xfs_params.inherit_noatim.min,
149 .extra1 = &xfs_params.inherit_nosym.min,
158 .extra1 = &xfs_params.rotorstep.min,
[all...]
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dbitfield.h110 * which contains bits [min,max).
123 #define EFX_EXTRACT_NATIVE(native_element, min, max, low, high) \
124 ((low) > (max) || (high) < (min) ? 0 : \
125 (low) > (min) ? \
126 (native_element) >> ((low) - (min)) : \
127 (native_element) << ((min) - (low)))
131 * element which contains bits [min,max)
133 #define EFX_EXTRACT64(element, min, max, low, high) \
134 EFX_EXTRACT_NATIVE(le64_to_cpu(element), min, max, low, high)
138 * element which contains bits [min,ma
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dbitfield.h112 * which contains bits [min,max).
125 #define EFX_EXTRACT_NATIVE(native_element, min, max, low, high) \
126 ((low) > (max) || (high) < (min) ? 0 : \
127 (low) > (min) ? \
128 (native_element) >> ((low) - (min)) : \
129 (native_element) << ((min) - (low)))
133 * element which contains bits [min,max)
135 #define EFX_EXTRACT64(element, min, max, low, high) \
136 EFX_EXTRACT_NATIVE(le64_to_cpu(element), min, max, low, high)
140 * element which contains bits [min,ma
[all...]
/linux-master/drivers/base/regmap/
H A Dregcache-maple.c107 static int regcache_maple_drop(struct regmap *map, unsigned int min, argument
111 MA_STATE(mas, mt, min, max);
131 if (mas.index < min) {
133 lower_last = min -1;
135 lower = kmemdup(entry, ((min - mas.index) *
191 unsigned int min, unsigned int max)
206 if (max - min > 1 && regmap_can_raw_write(map)) {
207 buf = kmalloc(val_bytes * (max - min), map->alloc_flags);
214 for (r = min; r < max; r++) {
215 regcache_set_val(map, buf, r - min,
189 regcache_maple_sync_block(struct regmap *map, unsigned long *entry, struct ma_state *mas, unsigned int min, unsigned int max) argument
238 regcache_maple_sync(struct regmap *map, unsigned int min, unsigned int max) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dboost.h8 u32 min; member in struct:nvbios_boostE
21 u32 min; member in struct:nvbios_boostS
/linux-master/ipc/
H A Dmsgutil.c52 alen = min(len, DATALEN_MSG);
67 alen = min(len, DATALEN_SEG);
95 alen = min(len, DATALEN_MSG);
102 alen = min(len, DATALEN_SEG);
127 alen = min(len, DATALEN_MSG);
135 alen = min(len, DATALEN_SEG);
155 alen = min(len, DATALEN_MSG);
162 alen = min(len, DATALEN_SEG);
/linux-master/lib/
H A Dlinear_ranges.c72 return r->min + (r->max_sel - r->min_sel) * r->step;
93 *val = r->min + (selector - r->min_sel) * r->step;
144 if (r->min > val)
157 *selector = (val - r->min) / r->step + r->min_sel;
228 if (r->min > val) {
238 *selector = DIV_ROUND_UP(val - r->min, r->step) + r->min_sel;
258 if (r->min > val) {
271 *selector = (val - r->min) / r->step + r->min_sel;
/linux-master/arch/loongarch/kernel/
H A Ddma.c26 dev->coherent_dma_mask = min(dev->coherent_dma_mask, mask);
27 *dev->dma_mask = min(*dev->dma_mask, mask);
/linux-master/include/linux/
H A Dlinear_range.h17 * @min: Lowest value in range
23 unsigned int min; member in struct:linear_range
31 .min = _min, \
/linux-master/arch/arm/mach-mv78xx0/
H A Dcommon.h27 int maj, int min);
29 int maj, int min);
/linux-master/mm/damon/
H A Dsysfs-common.h15 unsigned long min; member in struct:damon_sysfs_ul_range
20 unsigned long min,
/linux-master/crypto/
H A Dtcrypt.c1467 ret = min(ret, do_test(NULL, 0, 0, i, num_mb));
1471 ret = min(ret, tcrypt_test("md5"));
1475 ret = min(ret, tcrypt_test("sha1"));
1479 ret = min(ret, tcrypt_test("ecb(des)"));
1480 ret = min(ret, tcrypt_test("cbc(des)"));
1481 ret = min(ret, tcrypt_test("ctr(des)"));
1485 ret = min(ret, tcrypt_test("ecb(des3_ede)"));
1486 ret = min(ret, tcrypt_test("cbc(des3_ede)"));
1487 ret = min(ret, tcrypt_test("ctr(des3_ede)"));
1491 ret = min(re
[all...]
/linux-master/tools/testing/ktest/examples/include/
H A Dtests.conf51 # boot your box. This version of the test requires a min
55 MIN_CONFIG = ${CONFIG_DIR}/config-min-net
66 MIN_CONFIG = ${CONFIG_DIR}/config-min

Completed in 320 milliseconds

1234567891011>>