Home
last modified time | relevance | path

Searched refs:intervals (Results 1 – 25 of 60) sorted by relevance

123

/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-subdev-enum-frame-interval.rst12 VIDIOC_SUBDEV_ENUM_FRAME_INTERVAL - Enumerate frame intervals
35 This ioctl lets applications enumerate available frame intervals on a
36 given sub-device pad. Frame intervals only makes sense for sub-devices
40 For the common use case of image sensors, the frame intervals available
43 when enumerating frame intervals.
45 To enumerate frame intervals applications initialize the ``index``,
51 intervals are enumerable by beginning at index zero and incrementing by
54 Available frame intervals may depend on the current 'try' formats at
93 - Frame intervals to be enumerated, from enum
Dvidioc-enum-frameintervals.rst12 VIDIOC_ENUM_FRAMEINTERVALS - Enumerate frame intervals
36 This ioctl allows applications to enumerate all frame intervals that the
44 depend on the type of frame intervals the device supports. Here are the
71 intervals.
75 The order in which the frame intervals are returned has no
77 default frame intervals.
86 **Frame intervals and frame rates:** The V4L2 API uses frame
87 intervals instead of frame rates. Given the frame interval the frame
139 - IN: Pixel format for which the frame intervals are enumerated.
143 - IN: Frame width for which the frame intervals are enumerated.
[all …]
Dvidioc-subdev-g-frame-interval.rst42 don't support frame intervals must not implement these ioctls.
110 frame intervals.
/Linux-v4.19/include/linux/
Dt10-pi.h58 unsigned int intervals);
61 unsigned int intervals) in t10_pi_complete() argument
/Linux-v4.19/drivers/cpuidle/governors/
Dmenu.c130 unsigned int intervals[INTERVALS]; member
215 unsigned int value = data->intervals[i]; in get_typical_interval()
231 unsigned int value = data->intervals[i]; in get_typical_interval()
555 data->intervals[data->interval_ptr++] = measured_us; in menu_update()
/Linux-v4.19/block/
Dt10-pi.c260 unsigned int intervals) in t10_pi_complete() argument
281 for (j = 0; j < iv.bv_len && intervals; j += tuple_sz) { in t10_pi_complete()
288 intervals--; in t10_pi_complete()
Dbio-integrity.c223 unsigned int intervals; in bio_integrity_prep() local
248 intervals = bio_integrity_intervals(bi, bio_sectors(bio)); in bio_integrity_prep()
251 len = intervals * bi->tuple_size; in bio_integrity_prep()
/Linux-v4.19/drivers/infiniband/hw/usnic/
Dusnic_uiom.c207 static void usnic_uiom_unmap_sorted_intervals(struct list_head *intervals, in usnic_uiom_unmap_sorted_intervals() argument
213 list_for_each_entry_safe(interval, tmp, intervals, link) { in usnic_uiom_unmap_sorted_intervals()
256 static int usnic_uiom_map_sorted_intervals(struct list_head *intervals, in usnic_uiom_map_sorted_intervals() argument
274 list_for_each_entry(interval_node, intervals, link) { in usnic_uiom_map_sorted_intervals()
342 usnic_uiom_unmap_sorted_intervals(intervals, pd); in usnic_uiom_map_sorted_intervals()
Dusnic_uiom_interval_tree.h87 void usnic_uiom_put_interval_set(struct list_head *intervals);
Dusnic_uiom_interval_tree.c171 void usnic_uiom_put_interval_set(struct list_head *intervals) in usnic_uiom_put_interval_set() argument
174 list_for_each_entry_safe(interval, tmp, intervals, link) in usnic_uiom_put_interval_set()
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-fs-orangefs23 Length of perf counter intervals in
40 other N-1 intervals remain available.
Dsysfs-bus-w17 100 ms - hence the tens-to-hundreds milliseconds scan intervals
/Linux-v4.19/Documentation/hwmon/
Dlm9382 The monitoring intervals for the two #PROCHOT signals is also configurable.
83 These intervals can be found in the sysfs files prochot1_interval and
84 prochot2_interval. The values in these files specify the intervals for
87 intervals are (in seconds):
89 #PROCHOT intervals: 0.73, 1.46, 2.9, 5.8, 11.7, 23.3, 46.6, 93.2, 186, 372
240 Ramp Times: 0 (disabled, h/w default) to 0.75 in 0.05 second intervals
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-siox59 Counts the number of time intervals when the read status byte doesn't yield the
80 Read-only value reporting the number to time intervals when the
/Linux-v4.19/drivers/net/wireless/ti/wl12xx/
Dscan.h84 __le32 intervals[SCAN_MAX_CYCLE_INTERVALS]; member
/Linux-v4.19/Documentation/media/v4l-drivers/
Dimx.rst226 rate decimation is specified by setting the frame intervals at
252 intervals (elapsed time between two EOF's) drop below the nominal
257 line mechanism should show an increase in the intervals by 1 line
282 If the averaged intervals fall outside nominal by this amount, in
287 If any intervals are higher than this value, those samples are
295 FIM begins to average intervals.
301 for measuring frame intervals. This is superior to the default method
302 of measuring frame intervals via EOF interrupt, since it is not subject
317 When input capture is disabled, frame intervals will be measured via
/Linux-v4.19/include/sound/
Dpcm.h248 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - member
264 return &constrs->intervals[var - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL]; in constrs_interval()
914 return &params->intervals[var - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL]; in hw_param_interval()
926 return &params->intervals[var - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL]; in hw_param_interval_c()
/Linux-v4.19/drivers/net/wireless/intersil/p54/
Dfwio.c620 for (i = 0; i < ARRAY_SIZE(psm->intervals); i++) { in p54_set_ps()
621 psm->intervals[i].interval = in p54_set_ps()
623 psm->intervals[i].periods = cpu_to_le16(1); in p54_set_ps()
/Linux-v4.19/kernel/rcu/
DKconfig.debug57 printed at more widely spaced intervals.
/Linux-v4.19/Documentation/filesystems/
Dautomount-support.txt57 It may prove simplest to simply call this at regular intervals, using
/Linux-v4.19/Documentation/media/kapi/
Drc-core.rst37 The carrier parameters (frequency, duty cycle) and the intervals for
/Linux-v4.19/drivers/media/usb/uvc/
Duvc_driver.c399 u32 **intervals, unsigned char *buffer, int buflen) in uvc_parse_format() argument
521 frame->dwFrameInterval = *intervals; in uvc_parse_format()
522 *(*intervals)++ = 1; in uvc_parse_format()
581 frame->dwFrameInterval = *intervals; in uvc_parse_format()
602 *(*intervals)++ = interval ? interval : 1; in uvc_parse_format()
/Linux-v4.19/sound/core/
Dpcm_native.c60 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_TICK_TIME - member
3519 memcpy(params->intervals, oparams->intervals, sizeof(oparams->intervals)); in snd_pcm_hw_convert_from_old_params()
3538 memcpy(oparams->intervals, params->intervals, sizeof(oparams->intervals)); in snd_pcm_hw_convert_to_old_params()
/Linux-v4.19/Documentation/scheduler/
Dsched-bwc.txt69 - nr_periods: Number of enforcement intervals that have elapsed.
/Linux-v4.19/Documentation/usb/
Dehci.txt83 and prevent use of polling intervals of less than one frame.
130 Also, some values in device descriptors (such as polling intervals for

123