Searched refs:silence (Results 1 – 17 of 17) 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 | 434 static unsigned long silence = 0; in poll_rx() local 438 time_after(jiffies, silence) || silence == 0){ in poll_rx() 443 silence = (jiffies+2*HZ)|1; in poll_rx()
|
D | eni.c | 567 static unsigned long silence = 0; in rx_aal5() local 569 if (time_after(jiffies, silence) || silence == 0) { in rx_aal5() 573 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/staging/wlags49_h2/ |
D | wl_internal.h | 608 unsigned char silence; member 685 hcf_8 silence; member
|
D | wl_util.c | 1085 probe_rsp->silence ); in wl_process_probe_response()
|
D | wl_wext.c | 2802 iwe.u.qual.noise = dbm(probe_resp->silence); in wireless_get_scan()
|
D | wl_main.c | 3107 lp->dev->name, probe_rsp->silence ); in wl_process_mailbox()
|
/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() 5084 hc->silence = 0xff; /* ulaw silence */ in hfcmulti_init() 5086 hc->silence = 0x2a; /* alaw silence */ in hfcmulti_init() 5094 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 | 79 u8 silence; /* 27 .. 154; seems to be 0 */ member
|
D | hostap_main.c | 534 rx->silence, rx->signal, rx->rate, rx->rxflow, jiffies); in hostap_dump_rx_header()
|
D | hostap_hw.c | 2072 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 | 3520 rxmeta->noise = usbin->rxfrm.desc.silence - hw->dbmadjust; in hfa384x_usbin_rx() 3624 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.
|