Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/gpu/drm/arm/
A DKconfig17 bool "Show underrun conditions"
22 HDLCD device did not fetch from framebuffer due to underrun
/linux-6.3-rc2/lib/
A 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-6.3-rc2/drivers/media/platform/ti/omap3isp/
A Dispccdc.h151 unsigned int underrun:1; member
A 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-6.3-rc2/drivers/comedi/drivers/
A Dcomedi_test.c467 goto underrun; in waveform_ao_timer()
480 goto underrun; in waveform_ao_timer()
500 underrun: in waveform_ao_timer()
/linux-6.3-rc2/sound/x86/
A Dintel_hdmi_lpe_audio.h115 u32 underrun:1; /* 0: send null packets, member
/linux-6.3-rc2/drivers/net/wireless/intel/iwlegacy/
A 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-6.3-rc2/Documentation/devicetree/bindings/display/mediatek/
A Dmediatek,merge.yaml56 underrun, a little more data is needed in the fifo.
/linux-6.3-rc2/sound/core/
A DKconfig182 bool "Enable PCM ring buffer overrun/underrun debugging"
186 Say Y to enable the PCM ring buffer overrun/underrun debugging.
/linux-6.3-rc2/Documentation/scheduler/
A Dsched-bwc.rst27 This feature borrows time now against our future underrun, at the cost of
48 underrun as long as our x is above the average.
55 the other doesn't underrun enough to compensate; this depends on the
/linux-6.3-rc2/drivers/net/ethernet/atheros/atlx/
A Datl2.h250 unsigned underrun:1; /* current packet is aborted member
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/3com/
A D3c509.rst197 0x02 Tx overrun, or Rx underrun
214 0x10 Tx underrun (not enough PCI bus bandwidth).
/linux-6.3-rc2/drivers/gpu/drm/vc4/
A Dvc4_hvs.c101 drm_printf(&p, "%d\n", atomic_read(&vc4->underrun)); in vc4_hvs_debugfs_underrun()
711 atomic_inc(&vc4->underrun); in vc4_hvs_report_underrun()
A Dvc4_drv.h207 atomic_t underrun; member
/linux-6.3-rc2/Documentation/sound/designs/
A 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-6.3-rc2/Documentation/hwmon/
A Dds1621.rst73 Tout, will trigger when the low limit temperature is met or underrun and
/linux-6.3-rc2/drivers/net/ethernet/alteon/
A Dacenic.h560 u32 underrun; member
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
A Ddev.h387 u32 underrun; member
A Ddebugfs.c1253 le32_to_cpu(tx->agg.underrun), in iwl_dbgfs_ucode_tx_stats_read()
1254 accum_tx->agg.underrun, in iwl_dbgfs_ucode_tx_stats_read()
1255 delta_tx->agg.underrun, max_tx->agg.underrun); in iwl_dbgfs_ucode_tx_stats_read()
1600 priv->reply_agg_tx_stats.underrun); in iwl_dbgfs_reply_tx_error_read()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/api/
A Dstats.h202 __le32 underrun; member
/linux-6.3-rc2/Documentation/admin-guide/blockdev/
A Dfloppy.rst129 To tune the fifo threshold, switch on over/underrun messages
/linux-6.3-rc2/Documentation/networking/
A D6pack.rst28 buffer underrun or overrun has occurred, if the PTT is
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Dcore.h1027 s32 underrun; member
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Dcore.h298 s32 underrun; member
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dvidioc-dqevent.rst158 underrun it might not be able to generate this event. In such

Completed in 72 milliseconds

12