/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_misc.c | 39 unsigned char silence[8]; /* silence data to fill */ member 53 .silence = {}, 57 .silence = { 0x80 }, 61 .silence = {}, 65 .silence = {}, 69 .silence = { 0x00, 0x80 }, 73 .silence = { 0x80, 0x00 }, 77 .silence = {}, 81 .silence [all...] |
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_misc.c | 39 unsigned char silence[8]; /* silence data to fill */ member 53 .silence = {}, 57 .silence = { 0x80 }, 61 .silence = {}, 65 .silence = {}, 69 .silence = { 0x00, 0x80 }, 73 .silence = { 0x80, 0x00 }, 77 .silence = {}, 81 .silence [all...] |
/kernel/linux/linux-5.10/drivers/atm/ |
H A 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()
|
H A 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()
|
H A D | eni.c | 243 index = 0; /* silence GCC */ in eni_alloc_mem() 566 static unsigned long silence = 0; in rx_aal5() local 568 if (time_after(jiffies, silence) || silence == 0) { in rx_aal5() 572 silence = (jiffies+2*HZ)|1; in rx_aal5()
|
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-audio/ |
H A D | vc_vchi_audioserv_defs.h | 66 s16 silence; member
|
/kernel/linux/linux-6.6/drivers/staging/vc04_services/bcm2835-audio/ |
H A D | vc_vchi_audioserv_defs.h | 66 s16 silence; member
|
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | pcm_plugin.c | 673 const unsigned char *silence; in snd_pcm_area_silence() local 682 silence = snd_pcm_format_silence_64(format); in snd_pcm_area_silence() 683 if (! silence) in snd_pcm_area_silence() 705 memcpy(dst, silence, width); in snd_pcm_area_silence()
|
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | pcm_plugin.c | 679 const unsigned char *silence; in snd_pcm_area_silence() local 688 silence = snd_pcm_format_silence_64(format); in snd_pcm_area_silence() 689 if (! silence) in snd_pcm_area_silence() 711 memcpy(dst, silence, width); in snd_pcm_area_silence()
|
/kernel/linux/linux-5.10/sound/oss/dmasound/ |
H A D | dmasound.h | 115 void (*silence)(void); member
|
H A D | dmasound_q40.c | 605 .silence = Q40Silence,
|
H A D | dmasound_paula.c | 696 .silence = AmiSilence,
|
H A D | dmasound_core.c | 228 dmasound.mach.silence(); /* _MUST_ stop DMA */ in sound_silence()
|
/kernel/linux/linux-6.6/sound/oss/dmasound/ |
H A D | dmasound.h | 115 void (*silence)(void); member
|
H A D | dmasound_q40.c | 605 .silence = Q40Silence,
|
H A D | dmasound_paula.c | 696 .silence = AmiSilence,
|
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
H A D | hfcmulti.c | 2168 * we set the last byte in fifo to 'silence' in case we will get in hfcmulti_tx() 2172 HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); in hfcmulti_tx() 3064 /* tx silence */ in mode_hfcmulti() 3065 HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); in mode_hfcmulti() 3086 /* tx silence */ in mode_hfcmulti() 3087 HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); in mode_hfcmulti() 3528 case HFC_SPL_LOOP_OFF: /* set silence */ in handle_bmsg() 3591 hc->silence = bch->fill[0]; in channel_bctrl() 3592 memset(hc->silence_data, hc->silence, sizeof(hc->silence_data)); in channel_bctrl() 5073 hc->silence in hfcmulti_init() [all...] |
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/ |
H A D | hfcmulti.c | 2137 * we set the last byte in fifo to 'silence' in case we will get in hfcmulti_tx() 2141 HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); in hfcmulti_tx() 3031 /* tx silence */ in mode_hfcmulti() 3032 HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); in mode_hfcmulti() 3053 /* tx silence */ in mode_hfcmulti() 3054 HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); in mode_hfcmulti() 3495 case HFC_SPL_LOOP_OFF: /* set silence */ in handle_bmsg() 3558 hc->silence = bch->fill[0]; in channel_bctrl() 3559 memset(hc->silence_data, hc->silence, sizeof(hc->silence_data)); in channel_bctrl() 5040 hc->silence in hfcmulti_init() [all...] |
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | eni.c | 243 index = 0; /* silence GCC */ in eni_alloc_mem() 566 static unsigned long silence = 0; in rx_aal5() local 568 if (time_after(jiffies, silence) || silence == 0) { in rx_aal5() 572 silence = (jiffies+2*HZ)|1; in rx_aal5()
|
/kernel/linux/linux-5.10/ |
H A D | Makefile | 99 silence:=$(findstring s,$(firstword -$(MAKEFLAGS))) macro 101 silence:=$(findstring s,$(filter-out --%,$(MAKEFLAGS))) macro 104 ifeq ($(silence),s)
|
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A D | hpicmn.c | 424 phr->u.c.param1 = pC->u.silence.state; in hpi_check_control_cache_single()
|
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpicmn.c | 424 phr->u.c.param1 = pC->u.silence.state; in hpi_check_control_cache_single()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_wlan.h | 82 u8 silence; /* 27 .. 154; seems to be 0 */ member
|
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/ |
H A D | hfa384x.h | 508 u8 silence; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_wlan.h | 82 u8 silence; /* 27 .. 154; seems to be 0 */ member
|