Home
last modified time | relevance | path

Searched refs:underrun (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v5.10/drivers/gpu/drm/arm/
DKconfig17 bool "Show underrun conditions"
22 HDLCD device did not fetch from framebuffer due to underrun
/Linux-v5.10/lib/
Dinflate.c233 #define NEXTBYTE() ({ int v = get_byte(); if (v < 0) goto underrun; (uch)v; })
698 underrun: in inflate_codes()
757 underrun: in inflate_stored()
1027 underrun:
1079 underrun: in inflate_block()
1305 underrun: /* NEXTBYTE() goto's here if needed */ in gunzip()
/Linux-v5.10/drivers/media/platform/omap3isp/
Dispccdc.h151 unsigned int underrun:1; member
Dispccdc.c1601 if (ccdc->state == ISP_PIPELINE_STREAM_CONTINUOUS && ccdc->underrun) { in ccdc_isr_buffer()
1602 ccdc->underrun = 0; in ccdc_isr_buffer()
1813 ccdc->underrun = 1; in ccdc_video_queue()
1912 if (ccdc->underrun || !(ccdc->output & CCDC_OUTPUT_MEMORY)) in ccdc_set_stream()
1915 ccdc->underrun = 0; in ccdc_set_stream()
1931 ccdc->underrun = 0; in ccdc_set_stream()
/Linux-v5.10/drivers/staging/comedi/drivers/
Dcomedi_test.c469 goto underrun; in waveform_ao_timer()
482 goto underrun; in waveform_ao_timer()
502 underrun: in waveform_ao_timer()
/Linux-v5.10/sound/core/
DKconfig172 bool "Enable PCM ring buffer overrun/underrun debugging"
176 Say Y to enable the PCM ring buffer overrun/underrun debugging.
/Linux-v5.10/sound/x86/
Dintel_hdmi_lpe_audio.h115 u32 underrun:1; /* 0: send null packets, member
/Linux-v5.10/drivers/net/wireless/intel/iwlegacy/
D4965-debug.c600 le32_to_cpu(tx->agg.underrun), accum_tx->agg.underrun, in il4965_ucode_tx_stats_read()
601 delta_tx->agg.underrun, max_tx->agg.underrun); in il4965_ucode_tx_stats_read()
/Linux-v5.10/drivers/gpu/drm/vc4/
Dvc4_hvs.c93 drm_printf(&p, "%d\n", atomic_read(&vc4->underrun)); in vc4_hvs_debugfs_underrun()
524 atomic_inc(&vc4->underrun); in vc4_hvs_report_underrun()
Dvc4_drv.h198 atomic_t underrun; member
/Linux-v5.10/drivers/net/ethernet/atheros/atlx/
Datl2.h250 unsigned underrun:1; /* current packet is aborted member
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/3com/
D3c509.rst197 0x02 Tx overrun, or Rx underrun
214 0x10 Tx underrun (not enough PCI bus bandwidth).
/Linux-v5.10/Documentation/sound/designs/
Dcompress-offload.rst315 - No notion of underrun/overrun. Since the bytes written are compressed
317 rendered output in time, this does not deal with underrun/overrun and
/Linux-v5.10/Documentation/hwmon/
Dds1621.rst73 Tout, will trigger when the low limit temperature is met or underrun and
/Linux-v5.10/drivers/net/ethernet/alteon/
Dacenic.h560 u32 underrun; member
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Ddev.h392 u32 underrun; member
Ddebugfs.c1257 le32_to_cpu(tx->agg.underrun), in iwl_dbgfs_ucode_tx_stats_read()
1258 accum_tx->agg.underrun, in iwl_dbgfs_ucode_tx_stats_read()
1259 delta_tx->agg.underrun, max_tx->agg.underrun); in iwl_dbgfs_ucode_tx_stats_read()
1604 priv->reply_agg_tx_stats.underrun); in iwl_dbgfs_reply_tx_error_read()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
Dstats.h257 __le32 underrun; member
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dcore.h779 s32 underrun; member
Ddebugfs_htt_stats.h145 u32 underrun; member
/Linux-v5.10/Documentation/networking/
D6pack.rst28 buffer underrun or overrun has occurred, if the PTT is
/Linux-v5.10/Documentation/admin-guide/blockdev/
Dfloppy.rst129 To tune the fifo threshold, switch on over/underrun messages
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-dqevent.rst159 underrun it might not be able to generate this event. In such
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dcore.h296 s32 underrun; member
Dhtt.h1280 __le32 underrun; member

12