/Linux-v6.1/fs/ntfs/ |
D | time.h | 26 * and a long tv_nsec where tv_sec is the number of 1-second intervals since 28 * intervals since the value of tv_sec. 31 * measured as the number of 100-nano-second intervals since 1st January 1601, 37 * Convert the seconds to 100ns intervals, add the nano-seconds in utc2ntfs() 38 * converted to 100ns intervals, and then add the NTFS time offset. in utc2ntfs() 66 * and a long tv_nsec where tv_sec is the number of 1-second intervals since 68 * intervals since the value of tv_sec. 71 * measured as the number of 100 nano-second intervals since 1st January 1601, 81 * Convert the time to 1-second intervals and the remainder to in ntfs2utc() 82 * 1-nano-second intervals. in ntfs2utc()
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-enum-frameintervals.rst | 13 VIDIOC_ENUM_FRAMEINTERVALS - Enumerate frame intervals 35 This ioctl allows applications to enumerate all frame intervals that the 43 depend on the type of frame intervals the device supports. Here are the 70 intervals. 74 The order in which the frame intervals are returned has no 76 default frame intervals. 85 **Frame intervals and frame rates:** The V4L2 API uses frame 86 intervals instead of frame rates. Given the frame interval the frame 131 - IN: Pixel format for which the frame intervals are enumerated. 134 - IN: Frame width for which the frame intervals are enumerated. [all …]
|
D | vidioc-subdev-enum-frame-interval.rst | 13 VIDIOC_SUBDEV_ENUM_FRAME_INTERVAL - Enumerate frame intervals 34 This ioctl lets applications enumerate available frame intervals on a 35 given sub-device pad. Frame intervals only makes sense for sub-devices 39 For the common use case of image sensors, the frame intervals available 42 when enumerating frame intervals. 44 To enumerate frame intervals applications initialize the ``index``, 50 intervals are enumerable by beginning at index zero and incrementing by 53 Available frame intervals may depend on the current 'try' formats at 92 - Frame intervals to be enumerated, from enum
|
D | vidioc-subdev-g-frame-interval.rst | 42 don't support frame intervals must not implement these ioctls. 115 frame intervals.
|
/Linux-v6.1/Documentation/userspace-api/media/drivers/ |
D | imx-uapi.rst | 42 intervals (elapsed time between two EOF's) drop below the nominal 47 line mechanism should show an increase in the intervals by 1 line 72 If the averaged intervals fall outside nominal by this amount, in 77 If any intervals are higher than this value, those samples are 85 FIM begins to average intervals. 90 for measuring frame intervals. This is superior to the default method 91 of measuring frame intervals via EOF interrupt, since it is not subject 106 When input capture is disabled, frame intervals will be measured via
|
/Linux-v6.1/drivers/firmware/arm_scmi/ |
D | sensors.c | 150 __le32 intervals[]; member 287 * Max intervals is not declared previously anywhere so we in iter_intervals_update_state() 291 s->intervals.segmented = SEGMENTED_INTVL_FORMAT(flags); in iter_intervals_update_state() 292 s->intervals.count = st->num_returned + st->num_remaining; in iter_intervals_update_state() 293 /* segmented intervals are reported in one triplet */ in iter_intervals_update_state() 294 if (s->intervals.segmented && in iter_intervals_update_state() 298 s->id, s->intervals.count); in iter_intervals_update_state() 299 s->intervals.segmented = false; in iter_intervals_update_state() 300 s->intervals.count = 0; in iter_intervals_update_state() 304 if (s->intervals.count >= SCMI_MAX_PREALLOC_POOL) { in iter_intervals_update_state() [all …]
|
/Linux-v6.1/drivers/cpuidle/governors/ |
D | menu.c | 24 #define INTERVALS (1UL << INTERVAL_SHIFT) macro 75 * intervals and if the stand deviation of these 8 intervals is below a 76 * threshold value, we use the average of these intervals as prediction. 116 unsigned int intervals[INTERVALS]; member 165 * intervals, and checking if the standard deviation of that set 180 /* First calculate the average of past intervals */ in get_typical_interval() 185 for (i = 0; i < INTERVALS; i++) { in get_typical_interval() 186 unsigned int value = data->intervals[i]; in get_typical_interval() 205 if (divisor == INTERVALS) in get_typical_interval() 212 for (i = 0; i < INTERVALS; i++) { in get_typical_interval() [all …]
|
/Linux-v6.1/drivers/hid/ |
D | hid-holtekff.c | 44 * 2: periodic rumble, short intervals 46 * 4: periodic rumble, long intervals 47 * 5: weak periodic rumble, long intervals 48 * 6: weak periodic rumble, short intervals 49 * 7: periodic rumble, short intervals 50 * 8: strong periodic rumble, short intervals 53 * b: very strong periodic rumble, very short intervals
|
D | hid-picolcd_cir.c | 48 /* PicoLCD USB packets contain 16-bit intervals in network order, in picolcd_raw_cir() 49 * with value negated for pulse. Intervals are in microseconds. in picolcd_raw_cir()
|
/Linux-v6.1/mm/damon/ |
D | sysfs.c | 1468 * intervals directory 1482 struct damon_sysfs_intervals *intervals = kmalloc(sizeof(*intervals), in damon_sysfs_intervals_alloc() local 1485 if (!intervals) in damon_sysfs_intervals_alloc() 1488 intervals->kobj = (struct kobject){}; in damon_sysfs_intervals_alloc() 1489 intervals->sample_us = sample_us; in damon_sysfs_intervals_alloc() 1490 intervals->aggr_us = aggr_us; in damon_sysfs_intervals_alloc() 1491 intervals->update_us = update_us; in damon_sysfs_intervals_alloc() 1492 return intervals; in damon_sysfs_intervals_alloc() 1498 struct damon_sysfs_intervals *intervals = container_of(kobj, in sample_us_show() local 1501 return sysfs_emit(buf, "%lu\n", intervals->sample_us); in sample_us_show() [all …]
|
/Linux-v6.1/kernel/irq/ |
D | timings.c | 47 * interrupt and we end up with a suite of intervals. The experience 79 * The suffix array will build a suite of intervals of different 331 * The buffer contains the suite of intervals, in a ilog2 in irq_timings_next_event_index() 393 * number of intervals greater or equal to three times the in __irq_timings_next_event() 638 u64 *intervals; member 643 * Intervals are given in nanosecond base 730 index = irq_timings_interval_index(ti->intervals[i]); in irq_timings_test_next_index() 746 i = irq_timings_interval_index(ti->intervals[ti->count - 1]); in irq_timings_test_next_index() 763 pr_info("---> Injecting intervals number #%d (count=%zd)\n", in irq_timings_next_index_selftest() 796 index = irq_timings_interval_index(ti->intervals[i]); in irq_timings_test_irqs() [all …]
|
/Linux-v6.1/drivers/iio/common/scmi_sensors/ |
D | scmi_iio.c | 225 *length = sensor->sensor_info->intervals.count * 2; in scmi_iio_read_avail() 226 if (sensor->sensor_info->intervals.segmented) in scmi_iio_read_avail() 523 (sensor->sensor_info->intervals.count * 2), in scmi_iio_set_sampling_freq_avail() 528 if (sensor->sensor_info->intervals.segmented) { in scmi_iio_set_sampling_freq_avail() 529 low_interval = sensor->sensor_info->intervals in scmi_iio_set_sampling_freq_avail() 536 step_size = sensor->sensor_info->intervals in scmi_iio_set_sampling_freq_avail() 543 high_interval = sensor->sensor_info->intervals in scmi_iio_set_sampling_freq_avail() 551 for (i = 0; i < sensor->sensor_info->intervals.count; i++) { in scmi_iio_set_sampling_freq_avail() 552 cur_interval = sensor->sensor_info->intervals.desc[i]; in scmi_iio_set_sampling_freq_avail()
|
/Linux-v6.1/block/ |
D | t10-pi.c | 186 unsigned intervals = nr_bytes >> rq->q->integrity.interval_exp; in t10_pi_type1_complete() local 202 for (j = 0; j < iv.bv_len && intervals; j += tuple_sz) { in t10_pi_type1_complete() 209 intervals--; in t10_pi_type1_complete() 414 unsigned intervals = nr_bytes >> rq->q->integrity.interval_exp; in ext_pi_type1_complete() local 430 for (j = 0; j < iv.bv_len && intervals; j += tuple_sz) { in ext_pi_type1_complete() 438 intervals--; in ext_pi_type1_complete()
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/ivybridge/ |
D | other.json | 13 "BriefDescription": "Number of intervals between processor halts while thread is in ring 0", 20 … "PublicDescription": "Number of intervals between processor halts while thread is in ring 0.",
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/ivytown/ |
D | other.json | 13 "BriefDescription": "Number of intervals between processor halts while thread is in ring 0", 20 … "PublicDescription": "Number of intervals between processor halts while thread is in ring 0.",
|
/Linux-v6.1/Documentation/hwmon/ |
D | lm93.rst | 92 The monitoring intervals for the two #PROCHOT signals is also configurable. 93 These intervals can be found in the sysfs files prochot1_interval and 94 prochot2_interval. The values in these files specify the intervals for 97 intervals are (in seconds): 99 #PROCHOT intervals: 262 0 (disabled, h/w default) to 0.75 in 0.05 second intervals
|
/Linux-v6.1/Documentation/ABI/stable/ |
D | sysfs-fs-orangefs | 23 Length of perf counter intervals in 40 other N-1 intervals remain available.
|
D | sysfs-bus-w1 | 7 100 ms - hence the tens-to-hundreds milliseconds scan intervals
|
/Linux-v6.1/Documentation/devicetree/bindings/watchdog/ |
D | snps,dw-wdt.yaml | 61 DW APB Watchdog custom timer intervals - Timeout Period ranges (TOPs). 65 the timer expiration intervals supported by the DW APB Watchdog. Note
|
/Linux-v6.1/drivers/infiniband/hw/usnic/ |
D | usnic_uiom.c | 191 static void usnic_uiom_unmap_sorted_intervals(struct list_head *intervals, in usnic_uiom_unmap_sorted_intervals() argument 197 list_for_each_entry_safe(interval, tmp, intervals, link) { in usnic_uiom_unmap_sorted_intervals() 240 static int usnic_uiom_map_sorted_intervals(struct list_head *intervals, in usnic_uiom_map_sorted_intervals() argument 258 list_for_each_entry(interval_node, intervals, link) { in usnic_uiom_map_sorted_intervals() 326 usnic_uiom_unmap_sorted_intervals(intervals, pd); in usnic_uiom_map_sorted_intervals()
|
/Linux-v6.1/kernel/rcu/ |
D | Kconfig.debug | 83 printed at more widely spaced intervals. 94 are printed at more widely spaced intervals. A value of zero
|
/Linux-v6.1/include/linux/ |
D | blk-integrity.h | 81 * bio_integrity_intervals - Return number of integrity intervals for a bio 88 * to the appropriate number of integrity intervals.
|
D | scmi_protocol.h | 227 * update intervals 228 * @segmented: Flag for segmented intervals' representation. When True there 229 * will be exactly 3 intervals in @desc, with each entry 232 * @count: Number of intervals described in @desc. 274 * @intervals: Descriptor of available update intervals. 309 struct scmi_sensor_intervals_info intervals; member
|
/Linux-v6.1/drivers/staging/media/tegra-video/ |
D | csi.h | 88 * @framerate: framerate achieved with the corresponding blanking intervals, 121 * @tpg_frmrate_table: csi tpg frame rate table with blanking intervals
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-siox | 62 Counts the number of time intervals when the read status byte doesn't yield the 83 Read-only value reporting the number to time intervals when the
|