| /Linux-v5.4/sound/core/ |
| D | pcm_misc.c | 39 unsigned char silence[8]; /* silence data to fill */ member 48 .silence = {}, 52 .silence = { 0x80 }, 56 .silence = {}, 60 .silence = {}, 64 .silence = { 0x00, 0x80 }, 68 .silence = { 0x80, 0x00 }, 72 .silence = {}, 76 .silence = {}, 80 .silence = { 0x00, 0x00, 0x80 }, [all …]
|
| /Linux-v5.4/drivers/atm/ |
| D | uPD98402.c | 188 static unsigned long silence = 0; in uPD98402_int() local 202 (time_after(jiffies, silence) || silence == 0)) { in uPD98402_int() 205 silence = (jiffies+HZ/2)|1; in uPD98402_int()
|
| D | zatm.c | 436 static unsigned long silence = 0; in poll_rx() local 440 time_after(jiffies, silence) || silence == 0){ in poll_rx() 445 silence = (jiffies+2*HZ)|1; in poll_rx()
|
| D | eni.c | 572 static unsigned long silence = 0; in rx_aal5() local 574 if (time_after(jiffies, silence) || silence == 0) { in rx_aal5() 578 silence = (jiffies+2*HZ)|1; in rx_aal5()
|
| /Linux-v5.4/drivers/staging/vc04_services/bcm2835-audio/ |
| D | vc_vchi_audioserv_defs.h | 67 s16 silence; member
|
| /Linux-v5.4/sound/core/oss/ |
| D | pcm_plugin.c | 666 const unsigned char *silence; in snd_pcm_area_silence() local 675 silence = snd_pcm_format_silence_64(format); in snd_pcm_area_silence() 676 if (! silence) in snd_pcm_area_silence() 698 memcpy(dst, silence, width); in snd_pcm_area_silence()
|
| /Linux-v5.4/Documentation/sound/designs/ |
| D | oss-emulation.rst | 159 no-silence 160 do not fill silence ahead to avoid clicks 196 The ``partial-frag`` and ``no-silence`` commands have been added recently. 199 filled. The latter stops writing the silence data ahead
|
| D | compress-offload.rst | 159 user can perceive this as gapless playback as we don't have silence while 174 decoder to strip the silence. This needs to be set before the data in the track
|
| D | channel-mapping-api.rst | 138 (thus summing left and right channels would result in almost silence).
|
| /Linux-v5.4/sound/oss/dmasound/ |
| D | dmasound.h | 121 void (*silence)(void); member
|
| D | dmasound_q40.c | 605 .silence = Q40Silence,
|
| D | dmasound_paula.c | 696 .silence = AmiSilence,
|
| D | dmasound_atari.c | 1540 .silence = TTSilence, 1568 .silence = FalconSilence,
|
| D | dmasound_core.c | 230 dmasound.mach.silence(); /* _MUST_ stop DMA */ in sound_silence()
|
| /Linux-v5.4/tools/perf/scripts/perl/Perf-Trace-Util/ |
| D | README | 26 XS(boot_Perf__Trace__Context) to silence a warning/error.
|
| /Linux-v5.4/Documentation/media/v4l-drivers/ |
| D | radiotrack.rst | 98 0 Disable path (silence)
|
| /Linux-v5.4/drivers/isdn/hardware/mISDN/ |
| D | hfcmulti.c | 2172 HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); in hfcmulti_tx() 3065 HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); in mode_hfcmulti() 3087 HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); in mode_hfcmulti() 3584 hc->silence = bch->fill[0]; in channel_bctrl() 3585 memset(hc->silence_data, hc->silence, sizeof(hc->silence_data)); in channel_bctrl() 5066 hc->silence = 0xff; /* ulaw silence */ in hfcmulti_init() 5068 hc->silence = 0x2a; /* alaw silence */ in hfcmulti_init() 5076 hc->silence_data[i] = hc->silence; in hfcmulti_init()
|
| D | hfc_multi.h | 198 unsigned char silence;/* silence byte */ member
|
| /Linux-v5.4/drivers/net/wireless/intersil/hostap/ |
| D | hostap_wlan.h | 82 u8 silence; /* 27 .. 154; seems to be 0 */ member
|
| D | hostap_main.c | 528 rx->silence, rx->signal, rx->rate, rx->rxflow, jiffies); in hostap_dump_rx_header()
|
| /Linux-v5.4/sound/pci/asihpi/ |
| D | hpicmn.c | 422 phr->u.c.param1 = pC->u.silence.state; in hpi_check_control_cache_single()
|
| D | hpi_internal.h | 1350 struct hpi_control_cache_silencedetector silence; member
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | reporting-bugs.rst | 155 maintainers have to assume silence means things are still broken.
|
| /Linux-v5.4/drivers/net/wireless/intersil/orinoco/ |
| D | main.c | 182 u8 silence; member 716 desc->signal, desc->silence); in orinoco_stat_gather()
|
| /Linux-v5.4/drivers/staging/wlan-ng/ |
| D | hfa384x.h | 536 u8 silence; member
|