Searched refs:range (Results 476 - 500 of 890) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_debugfs.c212 seq_puts (m, " VA regions | start | range | end \n");
216 reg->va.addr, reg->va.range, reg->va.addr + reg->va.range);
/linux-master/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py299 for i in range (0, MAX_CPUS):
340 for cpu_no in range(0, current_max_cpu + 1):
/linux-master/drivers/comedi/drivers/
H A Dcb_pcimdas.c130 * The Analog Output range is not programmable. The DAC ranges are
177 unsigned int range = CR_RANGE(insn->chanspec); local
195 /* set range */
196 outb(range, devpriv->BADR3 + PCIMDAS_GAIN_REG);
339 * The Analog Input range polarity is set with the
H A Dadv_pci1710.c43 #define PCI171X_RANGE_REG 0x02 /* W: A/D gain/range register */
176 unsigned char da_ranges; /* copy of D/A outpit range register */
231 "bad channel, reference or range number! chanlist[%i]=%d,%d,%d and not %d,%d,%d!\n",
257 for (i = 0; i < seglen; i++) { /* store range list to card */
259 unsigned int range = CR_RANGE(chanlist[i]); local
265 if (comedi_range_is_unipolar(s, range)) {
267 range -= devpriv->unipolar_gain;
269 rangeval |= PCI171X_RANGE_GAIN(range);
271 /* select channel and set range */
641 unsigned int range local
[all...]
H A Dcomedi_test.c112 &s->range_table->range[range_index];
144 &s->range_table->range[range_index];
174 unsigned int channel, unsigned int range,
183 return fake_sawtooth(dev, range, current_time);
185 return fake_squarewave(dev, range, current_time);
190 return fake_flatline(dev, range, current_time);
327 /* limit convert_arg to keep scan_begin_arg in range */
173 fake_waveform(struct comedi_device *dev, unsigned int channel, unsigned int range, unsigned int current_time) argument
/linux-master/arch/x86/include/asm/
H A Defi.h408 struct range *range);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_flow.h395 u64 range; /* Bitmask indicating header fields matched as ranges */ member in struct:ice_flow_seg_info
454 u16 val_loc, u16 mask_loc, u16 last_loc, bool range);
/linux-master/arch/arm64/mm/
H A Dptdump.c43 * description. It uses pg_state to track the range information while
45 * dumps out a description of the range.
301 .range = (struct ptdump_range[]){
337 .range = (struct ptdump_range[]) {
/linux-master/arch/powerpc/mm/ptdump/
H A Dptdump.c51 * description. It uses pg_state to track the range information while
53 * dumps out a description of the range - ie PTEs that are virtually contiguous
309 .range = ptdump_range,
342 .range = ptdump_range,
/linux-master/arch/riscv/mm/
H A Dptdump.c29 * description. It uses pg_state to track the range information while
31 * dumps out a description of the range.
328 .range = (struct ptdump_range[]) {
350 .range = (struct ptdump_range[]) {
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnf_queue.c145 nfq_build_cfg_params(char *buf, uint8_t mode, int range, int queue_num) argument
149 .copy_range = htonl(range),
/linux-master/mm/damon/
H A Dcore.c165 * Check whether a region is intersecting an address range
231 struct damon_addr_range *range; local
233 range = &ranges[i];
234 /* Get the first/last regions intersecting with the range */
236 if (damon_intersect(r, range)) {
241 if (r->ar.start >= range->end)
245 /* no region intersects with this range */
247 ALIGN_DOWN(range->start,
249 ALIGN(range->end, DAMON_MIN_REGION));
254 /* resize intersecting regions to fit in this range */
[all...]
/linux-master/fs/ocfs2/
H A Dextent_map.c52 unsigned int range; local
58 range = emi->ei_cpos + emi->ei_clusters;
60 if (cpos >= emi->ei_cpos && cpos < range) {
106 unsigned int range; local
118 range = emi->ei_cpos + emi->ei_clusters;
119 if (range > cpos) {
/linux-master/fs/fat/
H A Dfatent.c669 /* Initialize the range for sequential read */
762 int fat_trim_fs(struct inode *inode, struct fstrim_range *range) argument
779 ent_start = max_t(u64, range->start>>sbi->cluster_bits, FAT_START_ENT);
780 ent_end = ent_start + (range->len >> sbi->cluster_bits) - 1;
781 minlen = range->minlen >> sbi->cluster_bits;
783 if (ent_start >= sbi->max_cluster || range->len < sbi->cluster_size)
845 range->len = trimmed << sbi->cluster_bits;
/linux-master/drivers/iio/dac/
H A Dad7293.c275 u16 *range)
286 *range = AD7293_REG_VINX_RANGE_GET_CH_MSK(data, ch);
292 *range |= AD7293_REG_VINX_RANGE_GET_CH_MSK(data, ch) << 1;
301 u16 range)
308 AD7293_REG_VINX_RANGE_SET_CH_MSK(range, ch));
313 AD7293_REG_VINX_RANGE_SET_CH_MSK((range >> 1), ch));
274 ad7293_adc_get_scale(struct ad7293_state *st, unsigned int ch, u16 *range) argument
300 ad7293_adc_set_scale(struct ad7293_state *st, unsigned int ch, u16 range) argument
/linux-master/drivers/regulator/
H A Dbd9576-regulator.c232 "limit %d out of range. Setting lower\n",
317 const struct linear_range *range; local
333 range = voutS1_ocp_ranges;
337 range = voutS1_ocp_ranges_internal;
347 range = voutS1_ocw_ranges;
351 range = voutS1_ocw_ranges_internal;
380 return bd9576_set_limit(range, num_ranges, d->regmap,
/linux-master/drivers/clk/at91/
H A Ddt-compat.c133 struct clk_range range = CLK_RANGE(0, 0); local
164 of_at91_get_clk_range(gcknp, "atmel,clk-output-range",
165 &range);
175 num_parents, id, &range,
376 if (of_at91_get_clk_range(np, "atmel,clk-output-range", &characteristics->output))
495 struct clk_range range = CLK_RANGE(0, 0); local
499 "atmel,clk-output-range",
500 &range);
516 id, &range,
556 if (of_at91_get_clk_range(np, "atmel,clk-input-range",
[all...]
/linux-master/drivers/power/supply/
H A Drt9467-charger.c355 const struct linear_range *range = rt9467_ranges + rsel; local
363 return linear_range_get_value(range, sel, value);
371 const struct linear_range *range = rt9467_ranges + rsel; local
377 ret = linear_range_get_selector_high(range, value, &sel, &found);
379 value = range->max_sel;
381 linear_range_get_selector_within(range, value, &sel);
/linux-master/drivers/acpi/apei/
H A Derst.c394 static int erst_get_erange(struct erst_erange *range) argument
403 range->base = apei_exec_ctx_get_output(&ctx);
407 range->size = apei_exec_ctx_get_output(&ctx);
411 range->attr = apei_exec_ctx_get_output(&ctx);
414 range->timings = apei_exec_ctx_get_output(&ctx);
416 range->timings = 0;
/linux-master/drivers/infiniband/hw/hfi1/
H A Duser_exp_rcv.c24 const struct mmu_notifier_range *range,
27 const struct mmu_notifier_range *range,
893 const struct mmu_notifier_range *range,
905 if (range->event != MMU_NOTIFY_UNMAP)
943 const struct mmu_notifier_range *range,
950 if (range->event == MMU_NOTIFY_UNMAP) {
892 tid_rb_invalidate(struct mmu_interval_notifier *mni, const struct mmu_notifier_range *range, unsigned long cur_seq) argument
942 tid_cover_invalidate(struct mmu_interval_notifier *mni, const struct mmu_notifier_range *range, unsigned long cur_seq) argument
/linux-master/drivers/nvdimm/
H A Dpfn_devs.c684 struct range *range = &pgmap->range; local
701 *range = (struct range) {
711 nd_pfn->npfns = PHYS_PFN((range_len(range) - offset));
852 * Determine the effective resource range and vmem_altmap from an nd_pfn
/linux-master/drivers/firmware/arm_scmi/
H A Dclock.c482 p->clk->range.min_rate = RATE_TO_U64(r->rate[0]);
485 p->clk->range.max_rate = RATE_TO_U64(r->rate[1]);
488 p->clk->range.step_size = RATE_TO_U64(r->rate[2]);
534 clk->range.min_rate, clk->range.max_rate,
535 clk->range.step_size);
/linux-master/drivers/pci/
H A Dp2pdma.c317 pgmap->range.start = pci_resource_start(pdev, bar) + offset;
318 pgmap->range.end = pgmap->range.start + size - 1;
341 range_len(&pgmap->range), dev_to_node(&pdev->dev),
347 pgmap->range.start, pgmap->range.end);
/linux-master/fs/nilfs2/
H A Dsufile.c25 * @allocmin: lower limit of allocatable segment range
26 * @allocmax: upper limit of allocatable segment range
31 __u64 allocmin; /* lower limit of allocatable segment range */
32 __u64 allocmax; /* upper limit of allocatable segment range */
256 * nilfs_sufile_set_alloc_range - limit range of segment to be allocated
662 * nilfs_sufile_truncate_range - truncate range of segment array
676 * %-EBUSY - Dirty or active segments are present in the range
1051 * @range: fstrim_range structure
1064 int nilfs_sufile_trim_fs(struct inode *sufile, struct fstrim_range *range) argument
1079 len = range
[all...]
/linux-master/tools/testing/selftests/mm/
H A Duffd-unit-tests.c885 uffd_test_ops->alias_mapping(&uffdio_zeropage->range.start,
886 uffdio_zeropage->range.len,
904 uffdio_zeropage.range.start = (unsigned long) area_dst;
905 uffdio_zeropage.range.len = page_size;
928 * Registers a range with MISSING mode only for zeropage test. Return true
988 uffdio_poison.range.start = (unsigned long) area_dst + offset;
989 uffdio_poison.range.len = page_size;

Completed in 405 milliseconds

<<11121314151617181920>>