Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/gpu/drm/arm/
DKconfig17 bool "Show underrun conditions"
22 HDLCD device did not fetch from framebuffer due to underrun
/Linux-v5.4/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.4/drivers/media/platform/omap3isp/
Dispccdc.h151 unsigned int underrun:1; member
Dispccdc.c1597 if (ccdc->state == ISP_PIPELINE_STREAM_CONTINUOUS && ccdc->underrun) { in ccdc_isr_buffer()
1598 ccdc->underrun = 0; in ccdc_isr_buffer()
1805 ccdc->underrun = 1; in ccdc_video_queue()
1904 if (ccdc->underrun || !(ccdc->output & CCDC_OUTPUT_MEMORY)) in ccdc_set_stream()
1907 ccdc->underrun = 0; in ccdc_set_stream()
1923 ccdc->underrun = 0; in ccdc_set_stream()
/Linux-v5.4/drivers/gpu/drm/vc4/
Dvc4_hvs.c90 drm_printf(&p, "%d\n", atomic_read(&vc4->underrun)); in vc4_hvs_debugfs_underrun()
183 atomic_inc(&vc4->underrun); in vc4_hvs_report_underrun()
Dvc4_drv.h196 atomic_t underrun; member
/Linux-v5.4/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.4/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.4/sound/x86/
Dintel_hdmi_lpe_audio.h115 u32 underrun:1; /* 0: send null packets, member
/Linux-v5.4/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()
Dcommands.h2877 __le32 underrun; member
/Linux-v5.4/drivers/net/ethernet/atheros/atlx/
Datl2.h250 unsigned underrun:1; /* current packet is aborted member
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/api/
Dstats.h259 __le32 underrun; member
/Linux-v5.4/Documentation/networking/device_drivers/3com/
D3c509.txt170 0x02 Tx overrun, or Rx underrun
184 0x10 Tx underrun (not enough PCI bus bandwidth).
/Linux-v5.4/Documentation/sound/designs/
Dcompress-offload.rst232 - No notion of underrun/overrun. Since the bytes written are compressed
234 rendered output in time, this does not deal with underrun/overrun and
/Linux-v5.4/Documentation/hwmon/
Dds1621.rst73 Tout, will trigger when the low limit temperature is met or underrun and
/Linux-v5.4/drivers/net/ethernet/alteon/
Dacenic.h560 u32 underrun; member
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/
Ddev.h397 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.4/Documentation/networking/caif/
Dspi_porting.txt10 with the master clock. An overrun or underrun event is fatal.
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dcore.h270 s32 underrun; member
Dhtt.h1270 __le32 underrun; member
/Linux-v5.4/Documentation/networking/
D6pack.txt19 buffer underrun or overrun has occurred, if the PTT is
/Linux-v5.4/Documentation/admin-guide/blockdev/
Dfloppy.rst129 To tune the fifo threshold, switch on over/underrun messages
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-dqevent.rst181 underrun it might not be able to generate this event. In such

12