Searched refs:ranges (Results 176 - 200 of 249) sorted by relevance

12345678910

/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3355 # Non-negative integer ranges dialog data item
3366 ranges = []
3372 ranges.append(vrange)
3377 ranges = [("(" + self.column_name + " >= " + r[0] + " AND " + self.column_name + " <= " + r[1] + ")") for r in ranges]
3379 ranges.append(self.column_name + " IN (" + ",".join(singles) + ")")
3380 self.value = " OR ".join(ranges)
3431 # Sample time ranges dialog data item converted and validated using 'samples' SQL table
3527 def AddTimeRange(self, value, ranges):
3541 ranges
[all...]
/linux-master/drivers/base/regmap/
H A Dregmap-kunit.c680 config.ranges = &test_range;
1174 /* Check that odd ranges weren't written */
1201 /* Sync and check that the expected register ranges were written */
1204 /* Check that odd ranges weren't written */
1211 /* Check that even ranges (except 2 and 4) were written */
1414 config.ranges = &test_range;
1825 config.ranges = &test_range;
/linux-master/fs/smb/server/
H A Dvfs.c1004 struct file_allocated_range_buffer *ranges,
1050 ranges[*out_count].file_offset = cpu_to_le64(extent_start);
1051 ranges[(*out_count)++].length =
1003 ksmbd_vfs_fqar_lseek(struct ksmbd_file *fp, loff_t start, loff_t length, struct file_allocated_range_buffer *ranges, unsigned int in_count, unsigned int *out_count) argument
/linux-master/sound/soc/codecs/
H A Dtas2770.c619 .ranges = tas2770_regmap_ranges,
H A Dtas2764.c663 .ranges = tas2764_regmap_ranges,
H A Dtas2562.c662 .ranges = tas2562_ranges,
/linux-master/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_core.c41 .ranges = inv_icm42600_regmap_ranges,
/linux-master/drivers/gpu/drm/bridge/
H A Dlontium-lt9211.c90 .ranges = &lt9211_range,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.h130 const struct ethtool_rmon_hist_range **ranges);
/linux-master/drivers/usb/typec/mux/
H A Dwcd939x-usbss.c218 .ranges = wcd939x_usbss_ranges,
/linux-master/include/linux/
H A Dethtool.h468 * ranges is left to the driver.
829 * Set %ranges to a pointer to zero-terminated array of byte ranges.
967 const struct ethtool_rmon_hist_range **ranges);
/linux-master/drivers/leds/
H A Dleds-aw200xx.c253 * which ranges from 3.3mA to 160mA. The following table indicates the values
525 .ranges = aw200xx_ranges,
/linux-master/fs/ubifs/
H A Ddebug.c319 if (c->ranges[type].max_len == 0) {
320 max_node_len = min_node_len = c->ranges[type].len;
322 max_node_len = c->ranges[type].max_len;
323 min_node_len = c->ranges[type].min_len;
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm.h226 struct kvm_msr_filter_range ranges[KVM_MSR_FILTER_MAX_RANGES]; member in struct:kvm_msr_filter
/linux-master/drivers/accel/ivpu/
H A Divpu_drv.c163 args->value = vdev->hw->ranges.user.start;
/linux-master/drivers/cxl/
H A Dcxl.h787 * @ranges: Number of active HDM ranges this device uses.
789 * @dvsec_range: cached attributes of the ranges in the DVSEC, PCIE_DEVICE
793 int ranges; member in struct:cxl_endpoint_dvsec_info
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dkvm.h226 struct kvm_msr_filter_range ranges[KVM_MSR_FILTER_MAX_RANGES]; member in struct:kvm_msr_filter
/linux-master/drivers/net/dsa/
H A Drzn1_a5psw.c870 const struct ethtool_rmon_hist_range **ranges)
888 *ranges = a5psw_rmon_ranges;
858 a5psw_get_rmon_stats(struct dsa_switch *ds, int port, struct ethtool_rmon_stats *rmon_stats, const struct ethtool_rmon_hist_range **ranges) argument
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ethtool.c937 const struct ethtool_rmon_hist_range **ranges)
992 *ranges = sparx5_rmon_ranges;
935 sparx5_get_eth_rmon_stats(struct net_device *ndev, struct ethtool_rmon_stats *rmon_stats, const struct ethtool_rmon_hist_range **ranges) argument
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c458 const struct ethtool_rmon_hist_range **ranges)
464 *ranges = enetc_rmon_ranges;
456 enetc_get_rmon_stats(struct net_device *ndev, struct ethtool_rmon_stats *rmon_stats, const struct ethtool_rmon_hist_range **ranges) argument
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c890 const struct ethtool_rmon_hist_range **ranges)
929 *ranges = rmon_ranges;
888 fun_get_rmon_stats(struct net_device *netdev, struct ethtool_rmon_stats *stats, const struct ethtool_rmon_hist_range **ranges) argument
/linux-master/sound/core/
H A Dpcm_lib.c1056 * snd_interval_ranges - refine the interval value from the list of ranges
1058 * @count: the number of elements in the list of ranges
1059 * @ranges: the ranges list
1062 * Refines the interval value from the list of ranges.
1070 const struct snd_interval *ranges, unsigned int mask)
1086 snd_interval_copy(&range, &ranges[k]);
1312 r->count, r->ranges, r->mask);
1321 * @r: ranges
1069 snd_interval_ranges(struct snd_interval *i, unsigned int count, const struct snd_interval *ranges, unsigned int mask) argument
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ethtool.c1166 const struct ethtool_rmon_hist_range **ranges)
1201 *ranges = mlxsw_rmon_ranges;
1164 mlxsw_sp_get_rmon_stats(struct net_device *dev, struct ethtool_rmon_stats *rmon, const struct ethtool_rmon_hist_range **ranges) argument
/linux-master/drivers/net/hyperv/
H A Dnetvsc.c1453 u32 offset = vmxferpage_packet->ranges[i].byte_offset;
1454 u32 buflen = vmxferpage_packet->ranges[i].byte_count;
/linux-master/drivers/pinctrl/
H A Dcore.c274 * as a base for translation. The distinction between linear GPIO ranges
275 * and pin list based GPIO ranges is managed correctly by this function.
297 * Tries to match a GPIO pin number to the ranges handled by a certain pin
307 /* Loop over the ranges */
345 /* Loop over the ranges */
420 * this to register handled ranges after registering your pin controller.
432 struct pinctrl_gpio_range *ranges,
438 pinctrl_add_gpio_range(pctldev, &ranges[i]);
486 /* Loop over the ranges */
1760 seq_puts(s, "GPIO ranges handle
431 pinctrl_add_gpio_ranges(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *ranges, unsigned int nranges) argument
[all...]

Completed in 359 milliseconds

12345678910