Searched refs:range (Results 426 - 450 of 886) sorted by relevance

<<11121314151617181920>>

/linux-master/mm/
H A Dhugetlb.c571 * the regions for this range.
586 /* In this loop, we essentially handle an entry for the range
591 /* Skip irrelevant regions that start before our range. */
601 /* When we find a region that starts beyond our range, we've
621 /* Handle the case where our range extends beyond
690 * Add the huge page range represented by [f, t) to the reserve
691 * map. Regions will be taken from the cache to fill in this range.
693 * call to region_chg with the same range, but in some cases the cache will not
732 /* region_add operation of range 1 should never need to
755 * huge pages in the specified range [
5381 struct mmu_notifier_range range; local
5598 struct mmu_notifier_range range; local
5849 struct mmu_notifier_range range; local
5939 struct mmu_notifier_range range; local
6958 struct mmu_notifier_range range; local
7696 struct mmu_notifier_range range; local
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi5_core.c455 enum hdmi_quantization_range range)
468 switch (range) {
571 enum hdmi_quantization_range range; local
578 /* All CEA modes other than VIC 1 use limited quantization range. */
579 range = vic > 1 ? HDMI_QUANTIZATION_RANGE_LIMITED :
582 range = HDMI_QUANTIZATION_RANGE_FULL;
598 hdmi_core_configure_range(core, range);
599 cfg->infoframe.quantization_range = range;
454 hdmi_core_configure_range(struct hdmi_core_data *core, enum hdmi_quantization_range range) argument
/linux-master/drivers/gpu/drm/tiny/
H A Dgm12u320.c500 .data.other_data.data.range.min_vfreq = 59,
501 .data.other_data.data.range.max_vfreq = 61,
502 .data.other_data.data.range.min_hfreq_khz = 29,
503 .data.other_data.data.range.max_hfreq_khz = 32,
504 .data.other_data.data.range.pixel_clock_mhz = 4, /* 40 MHz */
505 .data.other_data.data.range.flags = 0,
506 .data.other_data.data.range.formula.cvt = {
/linux-master/drivers/power/supply/
H A Dmt6370-charger.c117 const struct linear_range *range; member in struct:mt6370_chg_field
143 .range = NULL, \
150 .range = &mt6370_chg_ranges[MT6370_RANGE_##_fd], \
188 if (mt6370_chg_fields[fd].range)
189 return linear_range_get_value(mt6370_chg_fields[fd].range,
204 if (mt6370_chg_fields[fd].range) {
205 r = mt6370_chg_fields[fd].range;
/linux-master/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier-core.c664 struct pinctrl_gpio_range *range,
671 if (range->pins) {
672 for (i = 0; i < range->npins; i++)
673 if (range->pins[i] == offset)
676 if (WARN_ON(i == range->npins))
681 gpio_offset = offset - range->pin_base;
684 gpio_offset += range->id;
663 uniphier_pmx_gpio_request_enable(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned offset) argument
/linux-master/drivers/comedi/drivers/
H A Dpcl818.c14 * Differences are only at maximal sample speed, range list and FIFO
325 unsigned int range)
328 outb(range, dev->iobase + PCL818_RANGE_REG);
346 unsigned int range; local
352 /* store range list to card */
355 range = CR_RANGE(chanlist[i]);
359 pcl818_ai_set_chan_range(dev, last_chan, range);
576 /* correct channel and range number check itself comedi/range.c */
578 dev_err(dev->class_dev, "range/channe
323 pcl818_ai_set_chan_range(struct comedi_device *dev, unsigned int chan, unsigned int range) argument
804 unsigned int range = CR_RANGE(insn->chanspec); local
[all...]
H A Damplc_pci224.c44 * Output range selection - PCI224:
48 * to the same range:
62 * Output range selection - PCI234:
71 * LK1 position LK2/3/4/5 pos Comedi range
80 * 1) All channels on the PCI224 share the same range. Any change to the
81 * range as a result of insn_write or a streaming command will affect
262 * All channels share the same hardware range.
296 /* Used to check all channels set to the same range on PCI224. */
385 pci224_ao_set_data(struct comedi_device *dev, int chan, int range, argument
394 /* Set range an
422 unsigned int range = CR_RANGE(insn->chanspec); local
834 int range; local
[all...]
H A Ddas08.c29 * complete, MSB[7] is an "over-range" bit.
175 int range; local
194 /* set gain/range */
195 range = CR_RANGE(insn->chanspec);
196 outb(devpriv->pg_gainlist[range],
201 /* clear over-range bits for 16-bit boards */
204 dev_info(dev->class_dev, "over-range\n");
H A Ddmm32at.c147 * board. The application should only use the range set by the jumper
163 unsigned int range = CR_RANGE(chanspec); local
174 outb(dmm32at_rangebits[range], dev->iobase + DMM32AT_AI_CFG_REG);
242 unsigned int range = CR_RANGE(cmd->chanlist[i]); local
249 if (range != range0) {
511 /* write a test channel range, the high 3 bits should drop */
515 /* set the range at 10v unipolar */
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_uvmem.c702 pfn_first = kvmppc_uvmem_pgmap.range.start >> PAGE_SHIFT;
704 (range_len(&kvmppc_uvmem_pgmap.range) >> PAGE_SHIFT);
1021 (kvmppc_uvmem_pgmap.range.start >> PAGE_SHIFT);
1184 kvmppc_uvmem_pgmap.range.start = res->start;
1185 kvmppc_uvmem_pgmap.range.end = res->end;
1220 release_mem_region(kvmppc_uvmem_pgmap.range.start,
1221 range_len(&kvmppc_uvmem_pgmap.range));
/linux-master/drivers/pnp/pnpacpi/
H A Drsparser.c154 struct { u64 start, length; } range; local
157 sizeof(range))) {
158 memcpy(&range, vendor->byte_data, sizeof(range));
159 pnp_add_mem_resource(dev, range.start, range.start +
160 range.length - 1, 0);
/linux-master/drivers/ata/pata_parport/
H A Dpata_parport.c393 int best, range; local
398 range = 3;
400 range = 8;
401 if (range == 8 && pi->port % 8)
407 range = 3;
409 range = 8;
410 if (range == 8 && pi->port % 8)
/linux-master/drivers/pinctrl/
H A Dpinmux.c108 * @gpio_range: the range matching the GPIO pin if this is a request for a
201 * @gpio_range: the range matching the GPIO pin if this is a request for a
260 * @range: the applicable GPIO range
264 struct pinctrl_gpio_range *range,
271 owner = kasprintf(GFP_KERNEL, "%s:%d", range->name, gpio);
275 ret = pin_request(pctldev, pin, owner, range);
286 * @range: applicable GPIO range
289 struct pinctrl_gpio_range *range)
263 pinmux_request_gpio(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned int pin, unsigned int gpio) argument
288 pinmux_free_gpio(struct pinctrl_dev *pctldev, unsigned int pin, struct pinctrl_gpio_range *range) argument
304 pinmux_gpio_direction(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned int pin, bool input) argument
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.c165 /* control flags in the range [27:20] are core-specific and not defined here */
1206 void dma_txreclaim(struct dma_pub *pub, enum txd_range range) argument
1213 range == DMA_RANGE_ALL ? "all" :
1214 range == DMA_RANGE_TRANSMITTED ? "transmitted" :
1220 while ((p = dma_getnexttxp(pub, range))) {
1458 * Reclaim next completed txd (txds if using chained buffers) in the range
1460 * If range is DMA_RANGE_TRANSMITTED, reclaim descriptors that have be
1462 * If range is DMA_RANGE_TRANSFERED, reclaim descriptors that have be
1464 * If range is DMA_RANGE_ALL, reclaim all txd(s) posted to the ring and
1467 struct sk_buff *dma_getnexttxp(struct dma_pub *pub, enum txd_range range) argument
[all...]
/linux-master/net/core/
H A Dfib_rules.c210 static int uid_range_set(struct fib_kuid_range *range) argument
212 return uid_valid(range->start) && uid_valid(range->end);
228 static int nla_put_uid_range(struct sk_buff *skb, struct fib_kuid_range *range) argument
231 from_kuid_munged(current_user_ns(), range->start),
232 from_kuid_munged(current_user_ns(), range->end)
253 struct fib_rule_port_range *range)
255 return nla_put(skb, attrtype, sizeof(*range), range);
646 NL_SET_ERR_MSG(extack, "Invalid uid range");
252 nla_put_port_range(struct sk_buff *skb, int attrtype, struct fib_rule_port_range *range) argument
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_color_mgmt.c55 * Unsinged range property to give the size of the lookup table to be set
90 * Unsigned range property to give the size of the lookup table to be set
124 * the range of value is [-2^(m-1), 2^(m-1) - 2^-n]
129 * - range: [-2^2, 2^2 - 2^���15]
479 [DRM_COLOR_YCBCR_FULL_RANGE] = "YCbCr full range",
480 [DRM_COLOR_YCBCR_LIMITED_RANGE] = "YCbCr limited range",
499 * drm_get_color_range_name - return a string for color range
500 * @range: color range to compute name of
505 const char *drm_get_color_range_name(enum drm_color_range range) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.c238 return "unknown dest range field";
275 fs_dest_range_field_to_str(dst->range.field),
276 dst->range.min, dst->range.max);
/linux-master/arch/x86/platform/efi/
H A Dquirks.c276 mr.range.start = addr;
277 mr.range.end = addr + size - 1;
280 num_entries = efi_memmap_split_count(&md, &mr.range);
733 * Address range 0x0000 - 0x0fff is always mapped in the efi_pgd, so
/linux-master/drivers/block/
H A Dvirtio_blk.c165 struct virtio_blk_discard_write_zeroes *range; local
172 range = kmalloc_array(segments, sizeof(*range), GFP_ATOMIC);
173 if (!range)
177 * Single max discard segment means multi-range discard isn't
180 * each range info.
183 range[0].flags = cpu_to_le32(flags);
184 range[0].num_sectors = cpu_to_le32(blk_rq_sectors(req));
185 range[0].sector = cpu_to_le64(blk_rq_pos(req));
192 range[
[all...]
/linux-master/fs/btrfs/
H A Dfile.c122 * Used to advise which range is to be written back.
189 * in the range start - end. hint_block is filled in with a block number
192 * If an extent intersects the range but is not entirely inside the range
193 * it is either truncated or split. Anything entirely inside the range
198 * with the number of allocated bytes found in the target range, so that the
200 * replacing extents in a range to avoid races with stat(2).
338 * | - range to drop - |
401 * | ---- range to drop ----- |
426 * | ---- range t
2963 struct falloc_range *range = NULL; local
3220 struct falloc_range *range; local
[all...]
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c6737 struct iw_range *range = (struct iw_range *)extra; local
6741 wrqu->data.length = sizeof(*range);
6742 memset(range, 0, sizeof(*range));
6753 range->throughput = 5 * 1000 * 1000;
6755 // range->sensitivity; /* signal level threshold range */
6757 range->max_qual.qual = 100;
6759 range->max_qual.level = 0;
6760 range
[all...]
/linux-master/tools/power/cpupower/utils/idle_monitor/
H A Dcpuidle_sysfs.c171 cpuidle_cstates[num].range = RANGE_THREAD;
/linux-master/tools/testing/selftests/net/
H A Dmsg_zerocopy.c397 uint32_t hi, lo, range; local
433 range = hi - lo + 1;
453 range, hi, lo);
455 completions += range;
/linux-master/drivers/net/wireless/marvell/libertas_tf/
H A Dcmd.c58 const struct channel_range *range = channel_ranges; local
64 range = &channel_ranges[i];
68 for (ch = range->start; ch < range->end; ch++)
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-trace-vp8.h57 "coder_state.range %u\n"
109 __entry->f.coder_state.range,

Completed in 332 milliseconds

<<11121314151617181920>>