Searched refs:threshold (Results 201 - 225 of 297) sorted by relevance

1234567891011>>

/linux-master/sound/pci/asihpi/
H A Dhpifunc.c2419 u16 hpi_tone_detector_set_threshold(u32 h_control, int threshold) argument
2422 (u32)threshold, 0);
2425 u16 hpi_tone_detector_get_threshold(u32 h_control, int *threshold) argument
2428 (u32 *)threshold);
2472 u16 hpi_silence_detector_set_threshold(u32 h_control, int threshold) argument
2475 threshold, 0);
2478 u16 hpi_silence_detector_get_threshold(u32 h_control, int *threshold) argument
2481 HPI_SILENCEDETECTOR_THRESHOLD, (u32 *)threshold);
/linux-master/include/soc/mscc/
H A Docelot.h1106 u32 threshold, struct netlink_ext_ack *extack);
1114 u16 pool_index, u32 threshold,
/linux-master/drivers/thermal/
H A Darmada_thermal.c467 * high/low watermark = threshold +/- 0.4761 * 2^(hysteresis + 2)
480 * the hardware integrity by enlarging the threshold by +8��C in the
494 unsigned int threshold = armada_mc_to_reg_temp(data, thresh_mc); local
503 ctrl1 |= threshold << data->thresh_shift;
542 * cause _after_ the temperature has fallen down to the low threshold.
/linux-master/fs/dlm/
H A Dmidcomms.c403 uint32_t threshold)
408 /* let only send one user trigger threshold to send ack back */
411 send_ack = (oval > threshold);
412 /* abort if threshold is not reached */
402 dlm_send_ack_threshold(struct midcomms_node *node, uint32_t threshold) argument
/linux-master/drivers/net/usb/
H A Dsr9800.c813 SR9800_BULKIN_SIZE[SR9800_MAX_BULKIN_4K].threshold,
824 SR9800_BULKIN_SIZE[SR9800_MAX_BULKIN_2K].threshold,
/linux-master/include/net/
H A Ddsa.h1163 u32 threshold,
1172 u16 pool_index, u32 threshold,
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-common.c508 * continued fraction decomposition. Using 8 and 333 for n_terms and threshold
512 unsigned int n_terms, unsigned int threshold)
526 * threshold.
533 if (an[n] >= threshold) {
511 v4l2_simplify_fraction(u32 *numerator, u32 *denominator, unsigned int n_terms, unsigned int threshold) argument
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c3076 IPW_DEBUG_INFO("%s: Maximum BD threshold exceeded. "
3761 "protocol frag threshold"),
4940 static int ipw2100_set_rts_threshold(struct ipw2100_priv *priv, u32 threshold) argument
4949 if (threshold & RTS_DISABLED)
4952 cmd.host_command_parameters[0] = threshold & ~RTS_DISABLED;
4958 priv->rts_threshold = threshold;
4965 u32 threshold, int batch_mode)
4981 if (threshold == 0)
4982 threshold = DEFAULT_FRAG_THRESHOLD;
4984 threshold
[all...]
/linux-master/drivers/net/fddi/skfp/
H A Dpcmplc.c196 static void sm_ph_lem_start(struct s_smc *smc, int np, int threshold);
1217 static void sm_ph_lem_start(struct s_smc *smc, int np, int threshold) argument
1228 outpw(PLC(np,PL_LE_THRESHOLD),threshold) ; local
/linux-master/kernel/trace/
H A Dtrace_osnoise.c1424 unsigned int threshold; local
1447 * if threshold is 0, use the default value of 5 us.
1449 threshold = tracing_thresh ? : 5000;
1514 if (noise >= threshold) {
/linux-master/fs/ocfs2/cluster/
H A Dheartbeat.c143 /* Only sets a new threshold if there are no active regions.
148 static void o2hb_dead_threshold_set(unsigned int threshold) argument
150 if (threshold > O2HB_MIN_DEAD_THRESHOLD) {
153 o2hb_dead_threshold = threshold;
1661 mlog(ML_HEARTBEAT, "dead threshold = %u\n", o2hb_dead_threshold);
1842 * The default threshold is bare minimum so as to limit the delay
1843 * during mounts. For global heartbeat, the threshold doubled for the
/linux-master/tools/perf/util/
H A Dcallchain.c360 if (!strcmp(var, "threshold")) {
363 pr_err("Invalid callchain threshold: %s\n", value);
1346 char *bf, int bfsize, float threshold)
1348 if (threshold != 0.0 && value < threshold)
1345 count_float_printf(int idx, const char *str, float value, char *bf, int bfsize, float threshold) argument
/linux-master/drivers/i2c/
H A Di2c-core-base.c2618 * @threshold: the minimum number of bytes for which using DMA makes sense.
2627 u8 *i2c_get_dma_safe_msg_buf(struct i2c_msg *msg, unsigned int threshold) argument
2630 if (!threshold)
2633 if (msg->len < threshold || msg->len == 0)
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dcmd.h661 /* Minimum log level threshold */
671 u8 threshold; member in struct:wl12xx_cmd_config_fwlog
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dhost.h915 __le16 threshold; member in struct:cmd_ds_802_11_afc::__anon100::__anon101
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.h903 * @threshold_entry: Above this threshold we enter a congestion state.
905 * @threshold_exit: Below this threshold we exit the congestion state.
938 * @threshold: Threshold value, in units identified by UNITS field. Value 0
939 * cannot be used as a valid taildrop threshold, THRESHOLD must
945 u32 threshold; member in struct:dpni_taildrop
/linux-master/drivers/gpu/host1x/
H A Djob.c133 cmd->wait.threshold = thresh;
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dphy.c1595 s16 nf, threshold; local
1610 /* completed NF calibration, test threshold */
1612 threshold = ee->ee_noise_floor_thr[ee_mode];
1614 if (nf > threshold) {
1617 "read %d, threshold %d\n",
1618 nf, threshold);
/linux-master/drivers/scsi/pm8001/
H A Dpm8001_hwi.h468 __le32 threshold; member in struct:sas_diag_execute_req
/linux-master/drivers/net/dsa/ocelot/
H A Dfelix.c1919 u32 threshold, struct netlink_ext_ack *extack)
1924 threshold, extack);
1942 u16 pool_index, u32 threshold,
1948 pool_type, pool_index, threshold,
1917 felix_sb_port_pool_set(struct dsa_switch *ds, int port, unsigned int sb_index, u16 pool_index, u32 threshold, struct netlink_ext_ack *extack) argument
1939 felix_sb_tc_pool_bind_set(struct dsa_switch *ds, int port, unsigned int sb_index, u16 tc_index, enum devlink_sb_pool_type pool_type, u16 pool_index, u32 threshold, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dfw.c786 s32 threshold = bss_conf->cqm_rssi_thold + rssi_offset; local
808 threshold = clamp_t(s32, threshold, rssi_min, rssi_max);
813 SET_BCN_FILTER_OFFLOAD_P1_THRESHOLD(h2c_pkt, (u8)threshold);
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.h98 u32 threshold; member in struct:bnxt_qplib_srq
/linux-master/include/linux/
H A Di2c.h595 * @analog_filter_cutoff_freq_hz: threshold frequency for the low pass IP core
937 u8 *i2c_get_dma_safe_msg_buf(struct i2c_msg *msg, unsigned int threshold);
/linux-master/arch/x86/events/intel/
H A Dds.c1118 * the large interrupt threshold, such that we can provide PID and TID
1142 u64 threshold; local
1154 threshold = ds->pebs_absolute_maximum -
1157 threshold = ds->pebs_buffer_base + cpuc->pebs_record_size;
1160 ds->pebs_interrupt_threshold = threshold;
/linux-master/drivers/dma/idxd/
H A Didxd.h214 u32 threshold; member in struct:idxd_wq
622 * hit a threshold until iops becomes many million times a second. So the occasional

Completed in 318 milliseconds

1234567891011>>