Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti/omap3isp/
H A Dispccdc.h151 unsigned int underrun:1; member
H A Dispccdc.c1607 if (ccdc->state == ISP_PIPELINE_STREAM_CONTINUOUS && ccdc->underrun) { in ccdc_isr_buffer()
1608 ccdc->underrun = 0; in ccdc_isr_buffer()
1819 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/sound/x86/
H A Dintel_hdmi_lpe_audio.h115 u32 underrun:1; /* 0: send null packets, member
/linux/drivers/comedi/drivers/
H A Dcomedi_test.c484 goto underrun; in waveform_ao_timer()
497 goto underrun; in waveform_ao_timer()
521 underrun: in waveform_ao_timer()
/linux/drivers/net/wireless/intel/iwlegacy/
H 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/sound/core/
H A DKconfig206 bool "Enable PCM ring buffer overrun/underrun debugging"
210 Say Y to enable the PCM ring buffer overrun/underrun debugging.
/linux/drivers/net/ethernet/atheros/atlx/
H A Datl2.h250 unsigned underrun:1; /* current packet is aborted member
/linux/Documentation/networking/device_drivers/ethernet/3com/
H A D3c509.rst197 0x02 Tx overrun, or Rx underrun
214 0x10 Tx underrun (not enough PCI bus bandwidth).
/linux/Documentation/sound/designs/
H A Dcompress-offload.rst316 - No notion of underrun/overrun. Since the bytes written are compressed
318 rendered output in time, this does not deal with underrun/overrun and
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddev.h388 u32 underrun; member
H A Dtx.c873 priv->reply_agg_tx_stats.underrun++; in iwlagn_count_agg_tx_err_status()
H A Dcommands.h2585 __le32 underrun; member
/linux/Documentation/admin-guide/blockdev/
H A Dfloppy.rst129 To tune the fifo threshold, switch on over/underrun messages
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-dqevent.rst158 underrun it might not be able to generate this event. In such
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c2900 dst->underrun = __le32_to_cpu(src->underrun); in ath10k_wmi_pull_pdev_stats_tx()
2928 dst->underrun = __le32_to_cpu(src->underrun); in ath10k_wmi_10_4_pull_pdev_stats_tx()
8322 "Num underruns", pdev->underrun); in ath10k_wmi_fw_pdev_tx_stats_fill()
/linux/scripts/
H A Dspelling.txt1693 underun||underrun
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c6498 dst->underrun = src->underrun; in ath11k_wmi_pull_pdev_stats_tx()
6894 "Num underruns", pdev->underrun); in ath11k_wmi_fw_pdev_tx_stats_fill()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.seq1115 test SSTAT1,PHASEMIS jz dma_loop; /* ie. underrun */
/linux/Documentation/scsi/
H A DChangeLog.lpfc479 * Don't ignore SCSI status on underrun conditions for inquiries,