Searched refs:threshold (Results 126 - 150 of 185) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dpcmplc.c207 static void sm_ph_lem_start(struct s_smc *smc, int np, int threshold);
1198 static void sm_ph_lem_start(struct s_smc *smc, int np, int threshold) argument
1209 outpw(PLC(np,PL_LE_THRESHOLD),threshold) ; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dheartbeat.c82 /* Only sets a new threshold if there are no active regions.
87 static void o2hb_dead_threshold_set(unsigned int threshold) argument
89 if (threshold > O2HB_MIN_DEAD_THRESHOLD) {
92 o2hb_dead_threshold = threshold;
1211 mlog(ML_HEARTBEAT, "dead threshold = %u\n", o2hb_dead_threshold);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimage.cpp1808 bool wxImage::IsTransparent(int x, int y, unsigned char threshold) const
1828 if ( M_IMGDATA->m_alpha[pos] < threshold )
1886 bool wxImage::ConvertAlphaToMask(unsigned char threshold) argument
1913 if (*alphadata < threshold)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvcvideo.h647 unsigned int n_terms, unsigned int threshold);
H A Duvc_driver.c163 * continued fraction decomposition. Using 8 and 333 for n_terms and threshold
167 unsigned int n_terms, unsigned int threshold)
180 * threshold.
187 if (an[n] >= threshold) {
166 uvc_simplify_fraction(uint32_t *numerator, uint32_t *denominator, unsigned int n_terms, unsigned int threshold) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dhost.h904 __le16 threshold; member in struct:cmd_ds_802_11_afc::__anon13806::__anon13807
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dphy.c1162 s16 nf, threshold; local
1190 /* completed NF calibration, test threshold */
1192 threshold = ee->ee_noise_floor_thr[ee_mode];
1194 if (nf > threshold) {
1197 "read %d, threshold %d\n",
1198 nf, threshold);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pm8001/
H A Dpm8001_hwi.h471 __le32 threshold; member in struct:sas_diag_execute_req
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsysopt.tex97 \twocolitem{mgl.aa-threshold}{Set this integer option to point
H A Dimage.tex327 \func{bool}{ConvertAlphaToMask}{\param{unsigned char}{ threshold = $128$}}
330 with alpha value less than \arg{threshold} are replaced with mask colour
797 \constfunc{bool}{IsTransparent}{\param{int }{x}, \param{int }{y}, \param{unsigned char}{ threshold = $128$}}
801 value of this pixel is strictly less than \arg{threshold}.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpifunc.c2737 u32 h_control, int threshold)
2740 HPI_TONEDETECTOR_THRESHOLD, (u32)threshold, 0);
2744 u32 h_control, int *threshold)
2747 HPI_TONEDETECTOR_THRESHOLD, (u32 *)threshold);
2800 u32 h_control, int threshold)
2803 HPI_SILENCEDETECTOR_THRESHOLD, threshold, 0);
2807 u32 h_control, int *threshold)
2810 HPI_SILENCEDETECTOR_THRESHOLD, (u32 *)threshold);
2736 hpi_tone_detector_set_threshold(const struct hpi_hsubsys *ph_subsys, u32 h_control, int threshold) argument
2743 hpi_tone_detector_get_threshold(const struct hpi_hsubsys *ph_subsys, u32 h_control, int *threshold) argument
2799 hpi_silence_detector_set_threshold(const struct hpi_hsubsys *ph_subsys, u32 h_control, int threshold) argument
2806 hpi_silence_detector_get_threshold(const struct hpi_hsubsys *ph_subsys, u32 h_control, int *threshold) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djpeg2000dec.c129 int threshold)
147 while (curval < threshold && sp >= 0) {
150 while (curval < threshold) {
128 tag_tree_decode(Jpeg2000DecoderContext *s, Jpeg2000TgtNode *node, int threshold) argument
H A Derror_resilience.c865 int threshold = 50; local
1032 if (distance < threshold)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dnl80211.c935 * odd threshold value.
4983 s32 threshold, u32 hysteresis)
4990 if (threshold > 0)
5012 threshold, hysteresis);
5042 s32 threshold; local
5044 threshold = nla_get_u32(attrs[NL80211_ATTR_CQM_RSSI_THOLD]);
5046 err = nl80211_set_cqm_rssi(info, threshold, hysteresis);
4982 nl80211_set_cqm_rssi(struct genl_info *info, s32 threshold, u32 hysteresis) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/stmmac/
H A Dstmmac_main.c117 MODULE_PARM_DESC(tc, "DMA threshold control value");
767 /* Try to bump up the dma threshold on this failure */
771 priv->xstats.threshold = tc;
876 priv->xstats.threshold = tc;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/keyspan_pda/
H A Dkeyspan_pda.S333 mov tx_unthrottle_threshold, r3; wValue[0] is threshold value
771 ;; yes, we can unthrottle. remove the threshold and mark a request
H A Dxircom_pgs.S371 mov tx_unthrottle_threshold, r3; wValue[0] is threshold value
832 ;; yes, we can unthrottle. remove the threshold and mark a request
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Derror_resilience.c887 int threshold = 50; local
1012 if (distance < threshold)
H A Daacpsy.c41 #define PSY_3GPP_THR_SPREAD_HI 1.5f // spreading factor for low-to-hi threshold spreading (15 dB/Bark)
42 #define PSY_3GPP_THR_SPREAD_LOW 3.0f // spreading factor for hi-to-low threshold spreading (30 dB/Bark)
104 float thr; ///< energy threshold
105 float thr_quiet; ///< threshold in quiet
126 float attack_threshold; ///< attack threshold for this channel
135 float ath; ///< absolute threshold of hearing per bands
137 float spread_low[2]; ///< spreading factor for low-to-high threshold spreading in long frame
138 float spread_hi [2]; ///< spreading factor for high-to-low threshold spreading in long frame
167 float st_lrm; ///< short threshold for L, R, and M channels
219 * Calculate the ABR attack threshold fro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h2219 s64 threshold; /* Soft quota (-1 if not limited). */ member in struct:__anon4242
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dov772x.c78 #define LUMHTH 0x30 /* Histogram AEC/AGC Luminance high level threshold */
79 #define LUMLTH 0x31 /* Histogram AEC/AGC Luminance low level threshold */
172 #define DNSTH 0x8E /* De-noise threshold */
174 #define EDGE_TRSHLD 0x90 /* Edge threshold control when manual mode */
175 #define DNSOFF 0x91 /* Auto De-noise threshold control */
363 #define AWB_ACTRL 0x80 /* AWB auto threshold control */
364 #define DENOISE_ACTRL 0x40 /* De-noise auto threshold control */
828 priv->info->edgectrl.threshold);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00queue.c463 * in the queue are less then a certain threshold.
738 queue->threshold = DIV_ROUND_UP(qdesc->entry_num, 10);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_acx.c364 wl1251_debug(DEBUG_ACX, "acx data pd threshold");
375 wl1251_warning("failed to set pd threshold: %d", ret);
475 wl1251_debug(DEBUG_ACX, "acx rts threshold");
483 rts->threshold = rts_threshold;
487 wl1251_warning("failed to set rts threshold: %d", ret);
669 wl1251_debug(DEBUG_ACX, "acx cca threshold");
683 wl1251_warning("failed to set cca threshold: %d", ret);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/accel/
H A Dlis3l02dq_core.c679 /* A shared handler for a number of threshold types */
680 IIO_EVENT_SH(threshold, &lis3l02dq_thresh_handler_th);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlayout.h2073 sle64 threshold; /* Soft quota (-1 if not limited). */ member in struct:__anon16882

Completed in 469 milliseconds

12345678