Home
last modified time | relevance | path

Searched refs:samples (Results 176 – 200 of 399) sorted by relevance

12345678910>>...16

/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_video.c566 sample = &stream->clock.samples[stream->clock.head]; in uvc_video_clock_decode()
598 clock->samples = kmalloc_array(clock->size, sizeof(*clock->samples), in uvc_video_clock_init()
600 if (clock->samples == NULL) in uvc_video_clock_init()
610 kfree(stream->clock.samples); in uvc_video_clock_cleanup()
611 stream->clock.samples = NULL; in uvc_video_clock_cleanup()
726 if (!clock->samples) in uvc_video_clock_update()
734 first = &clock->samples[clock->head]; in uvc_video_clock_update()
735 last = &clock->samples[(clock->head - 1) % clock->size]; in uvc_video_clock_update()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-m420.rst70 Chroma samples are :ref:`interstitially sited<yuv-chroma-centered>`
H A Dsubdev-formats.rst181 - The number of bus samples per pixel. Pixels that are wider than the
182 bus width must be transferred in multiple samples. Common values are
188 the number of bus samples per pixel times the bus width, a padding
194 - For formats where the number of bus samples per pixel is larger than
200 8-bit samples per pixel with the most significant bits (padding, red and
2382 - The number of bus samples per pixel. Pixels that are wider than the
2389 the number of bus samples per pixel times the bus width, a padding
3218 samples and are collectively referred to as "YDYC" (Y-Dummy-Y-Chroma)
3233 - The number of bus samples per pixel. Pixels that are wider than the
3250 format pattern is split across multiple samples each of the samples in
[all …]
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad9467.yaml14 converters (ADCs), operating in the range of 100 to 500 mega samples
/openbmc/linux/Documentation/tools/rtla/
H A Drtla-osnoise-hist.rst5 Display a histogram of the osnoise tracer samples
/openbmc/linux/arch/x86/events/
H A DKconfig52 Enable AMD Zen3 branch sampling support (BRS) which samples up to
/openbmc/linux/samples/hid/
H A DMakefile203 -I$(srctree)/samples/bpf -I$(srctree)/tools/include \
244 -I$(srctree)/samples/hid/ \
/openbmc/linux/Documentation/sound/designs/
H A Dtimestamping.rst24 the ring buffer and the amount of queued samples.
31 queued samples have been played out.
53 |< codec delay >|<--hw delay-->|<queued samples>|<---avail->|
61 The link time is taken at the output of the SoC/chipset as the samples
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6apm.c301 int q6apm_remove_initial_silence(struct device *dev, struct q6apm_graph *graph, uint32_t samples) in q6apm_remove_initial_silence() argument
309 return audioreach_send_u32_param(graph, module, PARAM_ID_REMOVE_INITIAL_SILENCE, samples); in q6apm_remove_initial_silence()
313 int q6apm_remove_trailing_silence(struct device *dev, struct q6apm_graph *graph, uint32_t samples) in q6apm_remove_trailing_silence() argument
321 return audioreach_send_u32_param(graph, module, PARAM_ID_REMOVE_TRAILING_SILENCE, samples); in q6apm_remove_trailing_silence()
/openbmc/linux/Documentation/timers/
H A Dhpet.rst30 file:samples/timers/hpet_example.c
/openbmc/linux/Documentation/devicetree/bindings/iio/accel/
H A Dadi,adxl367.yaml16 consumption, it samples the full bandwidth of the sensor at all
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-bus-iio162 Non-blocking read will retrieve the available samples from the
163 buffer even if there are less samples then watermark level. This
165 the available samples after the timeout expires and thus have a
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c993 b43_phy_write(dev, B43_LPPHY_IQ_NUM_SMPLS_ADDR, samples); in lpphy_rx_iq_est()
1710 ret = lpphy_rx_iq_est(dev, samples, 32, &iq_est); in lpphy_calc_rx_iq_comp()
1758 0xFFC0, samples - 1); in lpphy_run_samples()
1771 int i, samples = 0, theta = 0; in lpphy_start_tx_tone() local
1779 for (i = 1; samples * abs(freq) != 20000 * i; i++) { in lpphy_start_tx_tone()
1780 samples = (20000 * i) / abs(freq); in lpphy_start_tx_tone()
1781 if(B43_WARN_ON(samples > 63)) in lpphy_start_tx_tone()
1785 samples = 2; in lpphy_start_tx_tone()
1788 for (i = 0; i < samples; i++) { in lpphy_start_tx_tone()
1795 b43_lptab_write_bulk(dev, B43_LPTAB16(5, 0), samples, buf); in lpphy_start_tx_tone()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dapple,admac.yaml10 Apple's Audio DMA Controller (ADMAC) is used to fetch and store audio samples
/openbmc/linux/include/sound/
H A Dintel-nhlt.h40 union samples { union
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0008-Do-not-embed-build-directory-in-binaries.patch67 -5. Scan `<source>/{,data,samples/data}` directories if build directory is detected or the current …
68 +5. Scan `<source>/{,data,samples/data}` directories if the current directory is in source tree.
/openbmc/linux/block/
H A Dblk-throttle.c51 int samples; member
2097 tmp->samples += bucket[i].samples; in throtl_update_latency_buckets()
2099 bucket[i].samples = 0; in throtl_update_latency_buckets()
2102 if (tmp->samples >= 32) { in throtl_update_latency_buckets()
2103 int samples = tmp->samples; in throtl_update_latency_buckets() local
2108 tmp->samples = 0; in throtl_update_latency_buckets()
2109 latency[rw] /= samples; in throtl_update_latency_buckets()
2300 latency[index].samples++; in throtl_track_latency()
/openbmc/linux/drivers/input/mouse/
H A Delantech.c897 else if (ic_version == 7 && etd->info.samples[1] == 0x2A) in elantech_packet_check_v4()
1715 if (info->send_cmd(psmouse, ETP_SAMPLE_QUERY, info->samples)) { in elantech_query_info()
1721 info->samples[0], in elantech_query_info()
1722 info->samples[1], in elantech_query_info()
1723 info->samples[2]); in elantech_query_info()
1737 info->product_id = be16_to_cpup((__be16 *)info->samples); in elantech_query_info()
1741 if (info->samples[1] == 0x74 && info->hw_version == 0x03) { in elantech_query_info()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra186-dspk.yaml11 Density Modulation (PDM) transmitter that up-samples the input to
/openbmc/linux/Documentation/networking/
H A Dnet_dim.rst28 samples is also measured. Net DIM compares the current and the previous data and
57 only considers a difference between samples as valid if it is greater than a
96 samples, the callback function provided by the driver and more.
/openbmc/qemu/hw/audio/
H A Dwm8750.c664 void *wm8750_dac_buffer(void *opaque, int samples) in wm8750_dac_buffer() argument
670 s->idx_out += samples << 2; in wm8750_dac_buffer()
671 s->req_out -= samples << 2; in wm8750_dac_buffer()
/openbmc/qemu/audio/
H A Ddbusaudio.c84 vo->buf_size = hw->samples * hw->info.bytes_per_frame; in dbus_get_buffer_out()
163 hw->samples = DBUS_AUDIO_NSAMPLES; in dbus_init_out()
277 hw->samples = DBUS_AUDIO_NSAMPLES; in dbus_init_in()
/openbmc/linux/samples/
H A DKconfig132 tristate "Build live patching samples -- loadable modules only"
180 Build samples of seccomp filters using various methods of
288 source "samples/rust/Kconfig"
/openbmc/linux/Documentation/rust/
H A Dquick-start.rst219 -> Rust samples
243 To dive deeper, take a look at the source code of the samples
244 at ``samples/rust/``, the Rust support code under ``rust/`` and
/openbmc/linux/Documentation/watchdog/
H A Dwdt.rst63 see samples/watchdog/watchdog-simple.c

12345678910>>...16