Searched refs:consecutive (Results 1 – 25 of 71) sorted by relevance
123
/Linux-v4.19/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.h | 97 bool consecutive; member 129 bool have_tsc, bool *consecutive);
|
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/ |
D | cyttsp.txt | 27 - active-interval-ms : the minimum period in ms between consecutive 30 - lowpower-interval-ms : the minimum period in ms between consecutive
|
D | ads7846.txt | 62 ti,debounce-rep Additional consecutive good readings
|
/Linux-v4.19/Documentation/devicetree/bindings/display/ |
D | mipi-dsi-bus.txt | 47 - If the virtual channels that a peripheral responds to are consecutive, the 50 the number of consecutive virtual channels.
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | pixfmt-y10p.rst | 16 pixel. Every four consecutive pixels are packed into 5 bytes. Each of
|
D | pixfmt-srggb12p.rst | 20 bits per colour. Every two consecutive samples are packed into three
|
D | pixfmt-srggb10p.rst | 23 bits per sample. Every four consecutive samples are packed into 5
|
D | pixfmt-srggb14p.rst | 24 bits per colour. Every four consecutive samples are packed into seven
|
D | pixfmt-meta-vsp1-hgt.rst | 49 When two consecutive areas don't overlap (n+1L is equal to nU) the boundary
|
D | vidioc-subdev-enum-frame-interval.rst | 90 - Period, in seconds, between consecutive video frames.
|
D | vidioc-subdev-g-frame-interval.rst | 85 - Period, in seconds, between consecutive video frames.
|
/Linux-v4.19/scripts/kconfig/tests/auto_submenu/ |
D | Kconfig | 49 This depends on A, but not a consecutive item, so can/should not
|
/Linux-v4.19/Documentation/core-api/ |
D | circular-buffers.rst | 86 (#) Measure the maximum consecutive immediate space in a buffer:: 90 This returns the amount of consecutive space left in the buffer[1] into 106 This returns the number of consecutive items[2] that can be extracted from 187 pair between consecutive invocations of the consumer provides the necessary
|
/Linux-v4.19/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-impedance-analyzer-ad5933 | 11 Frequency increment in Hz (step size) between consecutive
|
/Linux-v4.19/Documentation/devicetree/bindings/gpio/ |
D | cavium-octeon-gpio.txt | 44 /* The GPIO pin connect to 16 consecutive CUI bits */
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | mxs-lradc.txt | 16 - fsl,ave-delay: delay between consecutive samples. Allowed value is
|
D | atmel-tcb.txt | 19 counter width is 16 bits (at91rm9200-tcb), two consecutive
|
/Linux-v4.19/Documentation/hwmon/ |
D | g760a | 19 consecutive speed pulses. The period is defined in terms of clock
|
/Linux-v4.19/drivers/net/wireless/marvell/libertas/ |
D | README | 135 Value field specifies the number of consecutive missing beacons which 142 Value field specifies the consecutive failure count threshold which 144 generated, the consecutive failure count is reset to 0.
|
/Linux-v4.19/Documentation/device-mapper/ |
D | striped.txt | 6 with consecutive chunks rotating among the underlying devices. This can
|
/Linux-v4.19/Documentation/devicetree/bindings/spi/ |
D | spi-stm32.txt | 34 nanoseconds inserted between two consecutive data frames.
|
/Linux-v4.19/tools/perf/util/ |
D | auxtrace.c | 283 bool consecutive = false; in auxtrace_queues__split_buffer() local 292 b->consecutive = consecutive; in auxtrace_queues__split_buffer() 300 consecutive = true; in auxtrace_queues__split_buffer() 304 buffer->consecutive = consecutive; in auxtrace_queues__split_buffer()
|
D | intel-bts.c | 494 if (buffer->consecutive) { in intel_bts_process_queue() 509 if (btsq->bts->snapshot_mode && !buffer->consecutive && in intel_bts_process_queue() 518 (btsq->bts->snapshot_mode && !buffer->consecutive))) in intel_bts_process_queue()
|
D | intel-pt.c | 212 bool consecutive = false; in intel_pt_do_fix_overlap() local 216 pt->have_tsc, &consecutive); in intel_pt_do_fix_overlap() 221 if (b->use_size && consecutive) in intel_pt_do_fix_overlap() 222 b->consecutive = true; in intel_pt_do_fix_overlap() 261 if (might_overlap && !buffer->consecutive && old_buffer && in intel_pt_get_trace() 274 if (!old_buffer || (might_overlap && !buffer->consecutive)) { in intel_pt_get_trace() 275 b->consecutive = false; in intel_pt_get_trace() 278 b->consecutive = true; in intel_pt_get_trace()
|
/Linux-v4.19/Documentation/devicetree/bindings/media/ |
D | samsung-s5c73m3.txt | 51 be only consecutive ascending values.
|
123