Searched refs:silence (Results 1 – 13 of 13) sorted by relevance
/drivers/atm/ |
D | uPD98402.c | 187 static unsigned long silence = 0; in uPD98402_int() local 201 (time_after(jiffies, silence) || silence == 0)) { in uPD98402_int() 204 silence = (jiffies+HZ/2)|1; in uPD98402_int()
|
D | zatm.c | 435 static unsigned long silence = 0; in poll_rx() local 439 time_after(jiffies, silence) || silence == 0){ in poll_rx() 444 silence = (jiffies+2*HZ)|1; in poll_rx()
|
D | eni.c | 570 static unsigned long silence = 0; in rx_aal5() local 572 if (time_after(jiffies, silence) || silence == 0) { in rx_aal5() 576 silence = (jiffies+2*HZ)|1; in rx_aal5()
|
/drivers/isdn/i4l/ |
D | isdn_audio.c | 500 int silence; in isdn_audio_eval_dtmf() local 513 silence = 0; in isdn_audio_eval_dtmf() 521 silence++; in isdn_audio_eval_dtmf() 523 if (silence == NCOEFF) in isdn_audio_eval_dtmf()
|
/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 2186 HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); in hfcmulti_tx() 3080 HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); in mode_hfcmulti() 3102 HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); in mode_hfcmulti() 3599 hc->silence = bch->fill[0]; in channel_bctrl() 3600 memset(hc->silence_data, hc->silence, sizeof(hc->silence_data)); in channel_bctrl() 5085 hc->silence = 0xff; /* ulaw silence */ in hfcmulti_init() 5087 hc->silence = 0x2a; /* alaw silence */ in hfcmulti_init() 5095 hc->silence_data[i] = hc->silence; in hfcmulti_init()
|
D | hfc_multi.h | 197 unsigned char silence;/* silence byte */ member
|
/drivers/net/wireless/hostap/ |
D | hostap_wlan.h | 80 u8 silence; /* 27 .. 154; seems to be 0 */ member
|
D | hostap_main.c | 532 rx->silence, rx->signal, rx->rate, rx->rxflow, jiffies); in hostap_dump_rx_header()
|
D | hostap_hw.c | 2077 stats.noise = rxdesc->silence - local->rssi_to_dBm; in hostap_rx_skb()
|
/drivers/net/wireless/orinoco/ |
D | main.c | 182 u8 silence; member 731 desc->signal, desc->silence); in orinoco_stat_gather()
|
/drivers/staging/wlan-ng/ |
D | hfa384x.h | 526 u8 silence; member
|
D | hfa384x_usb.c | 3500 rxmeta->noise = usbin->rxfrm.desc.silence - hw->dbmadjust; in hfa384x_usbin_rx() 3599 caphdr->ssi_noise = htonl(rxdesc->silence); in hfa384x_int_rxmonitor()
|
/drivers/staging/speakup/ |
D | spkguide.txt | 138 In order to speed the boot process, and to silence the speaking of the 146 to silence it again if the boot process has not completed. 161 speak new text as it arrives on the screen. You can at any time silence 780 each time you move, so you can silence it by specifying a window. Find 1085 speakup + f4 -- Toggle window silence on and off.
|