Searched refs:min (Results 176 - 200 of 3857) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_slpc.c32 pr_err("Could not set min frequency to [%u]\n", freq);
66 pr_err("Unable to update min freq");
73 static int slpc_restore_freq(struct intel_guc_slpc *slpc, u32 min, u32 max) argument
83 err = slpc_set_min_freq(slpc, min);
85 pr_err("Unable to restore min freq");
118 /* Go from max to min in 5 steps */
154 /* Go from min to max in 5 steps */
189 } min, max; local
200 min.freq = slpc->min_freq;
201 err = measure_power_at_freq(gt, &min
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dpllgt215.c45 hM = min(hM, (int)info->vco1.max_m);
46 lM = min(lM, hM);
/linux-master/net/ipv6/netfilter/
H A Dip6t_mh.c26 type_match(u_int8_t min, u_int8_t max, u_int8_t type, bool invert) argument
28 return (type >= min && type <= max) ^ invert;
/linux-master/tools/testing/ktest/examples/
H A Dvmware.conf69 # TESTS = patchcheck, randconfig, boot, test, config-bisect, bisect, min-config
137 INCLUDE include/min-config.conf
/linux-master/drivers/misc/cb710/
H A Dsgbuf2.c32 len = min(miter->length - miter->consumed, left);
107 len = min(miter->length - miter->consumed, left);
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dparam.c147 int min; member in struct:e1000_option::__anon1096::__anon1097
184 if (*value >= opt->arg.r.min && *value <= opt->arg.r.max) {
244 .arg = { .r = { .min = MIN_TXDELAY,
264 .arg = { .r = { .min = MIN_TXABSDELAY,
284 .arg = { .r = { .min = MIN_RXDELAY,
307 .arg = { .r = { .min = MIN_RXABSDELAY,
330 .arg = { .r = { .min = MIN_ITR,
407 .arg = { .r = { .min = 0,
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-pcm.c18 .min = UINT_MAX, .max = 0, .integer = 1,
27 t.min = min(t.min, snd_dg00x_stream_rates[i]);
42 .min = UINT_MAX, .max = 0, .integer = 1,
50 t.min = min(t.min, snd_dg00x_stream_pcm_channels[i]);
/linux-master/tools/lib/
H A Dfind_bit.c34 sz = min(idx * BITS_PER_LONG + __ffs(MUNGE(val)), sz); \
65 sz = min(idx * BITS_PER_LONG + __ffs(MUNGE(tmp)), sz); \
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_shading.c137 ty = min(clamp(ty, 0, (int)sensor_height - 1),
141 sy0 = min(src_y0 * in_cell_size, sensor_height - 1);
142 sy1 = min(src_y1 * in_cell_size, sensor_height - 1);
170 tx = min(clamp(tx, 0, (int)sensor_width - 1),
176 sx0 = min(src_x0 * in_cell_size, sensor_width - 1);
177 sx1 = min(src_x1 * in_cell_size, sensor_width - 1);
300 input_width = min(input_width, in_table->sensor_width);
301 input_height = min(input_height, in_table->sensor_height);
/linux-master/fs/ntfs3/
H A Dupcase.c41 size_t len = min(l1, l2);
76 size_t len = min(l1, l2);
/linux-master/include/uapi/linux/
H A Dpsci.h112 #define PSCI_VERSION(maj, min) \
114 ((min) & PSCI_VERSION_MINOR_MASK))
/linux-master/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c18 u32 min = host1x_syncpt_read_min(sp); local
21 host1x_sync_writel(host, min, HOST1X_SYNC_SYNCPT(sp->id));
65 dev_err(host->dev, "%s failed: id=%u, min=%d, max=%d\n",
/linux-master/drivers/hwmon/
H A Dlm77.c243 int i, cur, conf, hyst, crit, min, max; local
268 min = i2c_smbus_read_word_data(client, 4);
274 || i2c_smbus_read_word_data(client, i + 4) != min
283 || ((min & 0x00f0) != 0xf0 && (min & 0x00f0) != 0x0)
300 min = i2c_smbus_read_word_data(client, 4);
301 if (i2c_smbus_read_word_data(client, 6) != min
302 || i2c_smbus_read_word_data(client, 7) != min)
/linux-master/arch/s390/boot/
H A Dboot.h60 unsigned long align, unsigned long min, unsigned long max,
76 unsigned long min, unsigned long max);
/linux-master/include/trace/events/
H A Dhost1x.h238 u32 min),
240 TP_ARGS(bo, offset, syncpt_id, thresh, min),
247 __field(u32, min)
255 __entry->min = min;
261 __entry->min)
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/
H A Dia_css_xnr3.host.c109 return min(max(isp_coring, 0), isp_scale - 1);
171 to->alpha.ydiff = min(max(alpha_ydiff, min_diff), max_diff);
172 to->alpha.udiff = min(max(alpha_udiff, min_diff), max_diff);
173 to->alpha.vdiff = min(max(alpha_vdiff, min_diff), max_diff);
178 to->coring.udiff = min(max(coring_udiff, min_diff), max_diff);
179 to->coring.vdiff = min(max(coring_vdiff, min_diff), max_diff);
/linux-master/drivers/scsi/
H A Dsr_vendor.c221 unsigned long min, sec, frame; local
240 min = bcd2bin(buffer[15]);
243 sector = min * CD_SECS * CD_FRAMES + sec * CD_FRAMES + frame;
248 unsigned long min, sec, frame; local
268 min = bcd2bin(buffer[1]);
271 sector = min * CD_SECS * CD_FRAMES + sec * CD_FRAMES + frame;
/linux-master/drivers/media/rc/
H A Drc-loopback.c73 static int loop_set_rx_carrier_range(struct rc_dev *dev, u32 min, u32 max) argument
77 if (min < 1 || min > max) {
78 dev_dbg(&dev->dev, "invalid rx carrier range %u to %u\n", min, max);
82 dev_dbg(&dev->dev, "setting rx carrier range %u to %u\n", min, max);
83 lodev->rxcarriermin = min;
/linux-master/drivers/fpga/
H A Daltera-ps-spi.c68 .status_wait_min_us = 268, /* min(t_STATUS) */
70 .t_cfg_us = 2, /* max { min(t_CFG), max(tCF2ST0) } */
71 .t_st2ck_us = 10, /* min(t_ST2CK) */
104 int min, max, waits; local
116 /* wait min reset pulse time */
126 min = conf->data->status_wait_min_us;
128 waits = max / min;
129 if (max % min)
134 usleep_range(min, min
[all...]
/linux-master/arch/arm64/mm/
H A Dinit.c131 return min(zone_mask, memblock_end_of_DRAM() - 1) + 1;
320 unsigned long min, max; local
322 min = PFN_UP(memblock_start_of_DRAM());
325 early_memtest(min << PAGE_SHIFT, max << PAGE_SHIFT);
328 min_low_pfn = min;
380 swiotlb_adjust_size(min(swiotlb_size_or_default(), size));
/linux-master/drivers/media/dvb-frontends/
H A Ddvb-pll.c53 u32 min; member in struct:dvb_pll_desc
74 .min = 177 * MHz,
96 .min = 177 * MHz,
120 .min = 185 * MHz,
138 .min = 174 * MHz,
154 .min = 174 * MHz,
176 .min = 44250 * kHz,
190 .min = 44250 * kHz,
214 .min = 44250 * kHz,
248 .min
[all...]
/linux-master/drivers/cpufreq/
H A Dfreq_table.c54 policy->min = policy->cpuinfo.min_freq = min_freq;
63 if (policy->min == ~0)
77 policy->min, policy->max, policy->cpu);
84 if ((freq >= policy->min) && (freq <= policy->max)) {
99 policy->min, policy->max, policy->cpu);
151 if ((freq < policy->min) || (freq > policy->max))
/linux-master/lib/
H A Dmaple_tree.c378 return !mas->min && mas->max == ULONG_MAX;
721 return mas->min;
1019 mas->min = pivots[mas->offset - 1] + 1;
1046 * Sets the @mas->max and @mas->min to the correct values when walking up. This
1047 * may cause several levels of walking up to find the correct min and max.
1059 unsigned long min, max; local
1085 mas->min = 0;
1089 min = 0;
1092 min = mas->min;
1852 mab_calc_split(struct ma_state *mas, struct maple_big_node *bn, unsigned char *mid_split, unsigned long min) argument
2366 mas_mab_to_node(struct ma_state *mas, struct maple_big_node *b_node, struct maple_enode **left, struct maple_enode **right, struct maple_enode **middle, unsigned char *mid_split, unsigned long min) argument
2760 unsigned long max, min; local
4309 unsigned long min = range_lo; local
4371 mas_prev_node(struct ma_state *mas, unsigned long min) argument
4452 mas_prev_slot(struct ma_state *mas, unsigned long min, bool empty) argument
4540 unsigned long min; local
4750 unsigned long max, min; local
4832 unsigned long pivot, min, gap = 0; local
5012 mas_sparse_area(struct ma_state *mas, unsigned long min, unsigned long max, unsigned long size, bool fwd) argument
5044 mas_empty_area(struct ma_state *mas, unsigned long min, unsigned long max, unsigned long size) argument
5101 mas_empty_area_rev(struct ma_state *mas, unsigned long min, unsigned long max, unsigned long size) argument
5811 mas_prev_setup(struct ma_state *mas, unsigned long min, void **entry) argument
5883 mas_prev(struct ma_state *mas, unsigned long min) argument
5906 mas_prev_range(struct ma_state *mas, unsigned long min) argument
5929 mt_prev(struct maple_tree *mt, unsigned long index, unsigned long min) argument
6107 mas_find_rev_setup(struct ma_state *mas, unsigned long min, void **entry) argument
6199 mas_find_rev(struct ma_state *mas, unsigned long min) argument
6225 mas_find_range_rev(struct ma_state *mas, unsigned long min) argument
6456 mtree_alloc_range(struct maple_tree *mt, unsigned long *startp, void *entry, unsigned long size, unsigned long min, unsigned long max, gfp_t gfp) argument
6537 mtree_alloc_rrange(struct maple_tree *mt, unsigned long *startp, void *entry, unsigned long size, unsigned long min, unsigned long max, gfp_t gfp) argument
7093 mt_dump_range(unsigned long min, unsigned long max, unsigned int depth, enum mt_dump_format format) argument
7113 mt_dump_entry(void *entry, unsigned long min, unsigned long max, unsigned int depth, enum mt_dump_format format) argument
7129 mt_dump_range64(const struct maple_tree *mt, void *entry, unsigned long min, unsigned long max, unsigned int depth, enum mt_dump_format format) argument
7182 mt_dump_arange64(const struct maple_tree *mt, void *entry, unsigned long min, unsigned long max, unsigned int depth, enum mt_dump_format format) argument
7239 mt_dump_node(const struct maple_tree *mt, void *entry, unsigned long min, unsigned long max, unsigned int depth, enum mt_dump_format format) argument
[all...]
/linux-master/drivers/iio/dac/
H A Dad5770r.c155 int min; member in struct:ad5770r_output_modes
250 int ch, int *min, int *max)
261 *min = ad5770r_rng_tbl[i].min;
317 int max, min, ret; local
332 ret = ad5770r_get_range(st, chan->channel, &min, &max);
335 *val = max - min;
345 ret = ad5770r_get_range(st, chan->channel, &min, &max);
348 *val = min;
411 int min, in
249 ad5770r_get_range(struct ad5770r_state *st, int ch, int *min, int *max) argument
410 ad5770r_store_output_range(struct ad5770r_state *st, int min, int max, int index) argument
516 int ret, tmp[2], min, max; local
[all...]
/linux-master/fs/ceph/
H A Ddebugfs.c130 #define CEPH_LAT_METRIC_SHOW(name, total, avg, min, max, sq) { \
133 _min = ktime_to_us(min == KTIME_MAX ? 0 : min); \
143 #define CEPH_SZ_METRIC_SHOW(name, total, avg, min, max, sum) { \
144 u64 _min = min == U64_MAX ? 0 : min; \
178 s64 total, avg, min, max, sq; local
189 min = m->latency_min;
193 CEPH_LAT_METRIC_SHOW(metric_str[i], total, avg, min, max, sq);
205 u64 sum, avg, min, ma local
272 int total, avail, used, reserved, min, i; local
[all...]

Completed in 532 milliseconds

1234567891011>>