/linux/drivers/gpu/drm/arm/ |
A D | Kconfig | 17 bool "Show underrun conditions" 22 HDLCD device did not fetch from framebuffer due to underrun
|
/linux/lib/ |
A D | inflate.c | 233 #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/drivers/media/platform/omap3isp/ |
A D | ispccdc.h | 151 unsigned int underrun:1; member
|
A D | ispccdc.c | 1601 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/drivers/comedi/drivers/ |
A D | comedi_test.c | 469 goto underrun; in waveform_ao_timer() 482 goto underrun; in waveform_ao_timer() 502 underrun: in waveform_ao_timer()
|
/linux/sound/core/ |
A D | Kconfig | 172 bool "Enable PCM ring buffer overrun/underrun debugging" 176 Say Y to enable the PCM ring buffer overrun/underrun debugging.
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
A D | 4965-debug.c | 600 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()
|
A D | commands.h | 2879 __le32 underrun; member
|
/linux/sound/x86/ |
A D | intel_hdmi_lpe_audio.h | 115 u32 underrun:1; /* 0: send null packets, member
|
/linux/Documentation/scheduler/ |
A D | sched-bwc.rst | 27 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/drivers/gpu/drm/vc4/ |
A D | vc4_hvs.c | 93 drm_printf(&p, "%d\n", atomic_read(&vc4->underrun)); in vc4_hvs_debugfs_underrun() 528 atomic_inc(&vc4->underrun); in vc4_hvs_report_underrun()
|
A D | vc4_drv.h | 199 atomic_t underrun; member
|
/linux/Documentation/networking/device_drivers/ethernet/3com/ |
A D | 3c509.rst | 197 0x02 Tx overrun, or Rx underrun 214 0x10 Tx underrun (not enough PCI bus bandwidth).
|
/linux/drivers/net/ethernet/atheros/atlx/ |
A D | atl2.h | 250 unsigned underrun:1; /* current packet is aborted member
|
/linux/Documentation/sound/designs/ |
A D | compress-offload.rst | 315 - 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/Documentation/hwmon/ |
A D | ds1621.rst | 73 Tout, will trigger when the low limit temperature is met or underrun and
|
/linux/drivers/net/ethernet/alteon/ |
A D | acenic.h | 560 u32 underrun; member
|
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
A D | dev.h | 387 u32 underrun; member
|
A D | debugfs.c | 1253 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/drivers/net/wireless/intel/iwlwifi/fw/api/ |
A D | stats.h | 202 __le32 underrun; member
|
/linux/drivers/net/wireless/ath/ath11k/ |
A D | core.h | 808 s32 underrun; member
|
/linux/Documentation/networking/ |
A D | 6pack.rst | 28 buffer underrun or overrun has occurred, if the PTT is
|
/linux/Documentation/admin-guide/blockdev/ |
A D | floppy.rst | 129 To tune the fifo threshold, switch on over/underrun messages
|
/linux/drivers/net/wireless/ath/ath10k/ |
A D | core.h | 301 s32 underrun; member
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | vidioc-dqevent.rst | 158 underrun it might not be able to generate this event. In such
|