Searched refs:threshold (Results 1 - 25 of 297) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/
H A Dia_css_anr_param.h23 s32 threshold; member in struct:sh_css_isp_anr_params
H A Dia_css_anr.host.c40 to->threshold = from->threshold;
51 "anr_threshold", anr->threshold);
60 "config.threshold=%d\n",
61 config->threshold);
H A Dia_css_anr_types.h31 s32 threshold; /** Threshold */ member in struct:ia_css_anr_config
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_1.0/
H A Dia_css_xnr.host.c24 /* default threshold 6400 translates to 25 on ISP. */
46 to->threshold =
47 (uint16_t)uDIGIT_FITTING(from->threshold, 16, SH_CSS_ISP_YUV_BITS);
65 "config.threshold=%d\n", config->threshold);
H A Dia_css_xnr_param.h37 /* XNR threshold.
41 u16 threshold; member in struct:sh_css_isp_xnr_params
H A Dia_css_xnr_types.h65 /* XNR threshold.
68 u16 threshold; member in struct:ia_css_xnr_config
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/dp/dp_1.0/
H A Dia_css_dp_types.h31 ia_css_u0_16 threshold; /** The threshold of defect pixel correction, member in struct:ia_css_dp_config
/linux-master/drivers/soc/tegra/fuse/
H A Dspeedo-tegra114.c34 int *threshold)
47 *threshold = THRESHOLD_INDEX_0;
54 *threshold = THRESHOLD_INDEX_1;
61 *threshold = THRESHOLD_INDEX_0;
77 int threshold; local
85 rev_sku_to_speedo_ids(sku_info, &threshold);
91 if (cpu_speedo_val < cpu_process_speedos[threshold][i])
96 if (soc_speedo_val < soc_process_speedos[threshold][i])
33 rev_sku_to_speedo_ids(struct tegra_sku_info *sku_info, int *threshold) argument
H A Dspeedo-tegra124.c51 int *threshold)
59 *threshold = THRESHOLD_INDEX_0;
77 *threshold = THRESHOLD_INDEX_0;
85 *threshold = THRESHOLD_INDEX_1;
93 *threshold = THRESHOLD_INDEX_1;
104 int i, threshold, soc_speedo_0_value; local
124 rev_sku_to_speedo_ids(sku_info, &threshold);
130 gpu_process_speedos[threshold][i])
136 cpu_process_speedos[threshold][i])
142 soc_process_speedos[threshold][
50 rev_sku_to_speedo_ids(struct tegra_sku_info *sku_info, int *threshold) argument
[all...]
/linux-master/net/wireless/
H A Dwext-spy.c108 * Standard Wireless Handler : set spy threshold
116 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; local
123 spydata->spy_thr_low = threshold->low;
124 spydata->spy_thr_high = threshold->high;
135 * Standard Wireless Handler : get spy threshold
143 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; local
150 threshold->low = spydata->spy_thr_low;
151 threshold->high = spydata->spy_thr_high;
167 struct iw_thrspy threshold; local
173 memcpy(threshold
[all...]
/linux-master/include/media/i2c/
H A Dov772x.h24 unsigned char threshold; member in struct:ov772x_edge_ctrl
45 .threshold = (t & OV772X_EDGE_THRESHOLD_MASK), \
/linux-master/include/uapi/linux/netfilter/
H A Dxt_NFLOG.h19 __u16 threshold; member in struct:xt_nflog_info
/linux-master/include/uapi/linux/netfilter_bridge/
H A Debt_nflog.h18 __u16 threshold; member in struct:ebt_nflog_info
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_1.0/
H A Dia_css_ynr_types.h41 ia_css_u0_16 threshold_cb; /** Coring threshold for Cb (CNR).
46 ia_css_u0_16 threshold_cr; /** Coring threshold for Cr (CNR).
64 ia_css_u8_8 threshold; /** The threshold that divides noises from member in struct:ia_css_ee_config
H A Dia_css_ynr_param.h23 s32 threshold; member in struct:sh_css_isp_ynr_params
/linux-master/drivers/gpu/host1x/
H A Dfence.h15 u32 threshold; member in struct:host1x_syncpt_fence
H A Djob.h23 u32 threshold; member in struct:host1x_job_wait
H A Dintr.c20 if ((s32)(fence_in_list->threshold - fence->threshold) <= 0) {
38 host1x_hw_intr_set_syncpt_threshold(host, sp->id, fence->threshold);
86 if (((value - fence->threshold) & 0x80000000U) != 0U) {
H A Dfence.c37 if (host1x_syncpt_is_expired(sf->sp, sf->threshold))
125 struct dma_fence *host1x_fence_create(struct host1x_syncpt *sp, u32 threshold, argument
135 fence->threshold = threshold;
/linux-master/drivers/cpuidle/governors/
H A Dladder.c32 } threshold; member in struct:ladder_device_state
89 last_residency > last_state->threshold.promotion_time_ns &&
93 if (last_state->stats.promotion_count >= last_state->threshold.promotion_count) {
114 last_residency < last_state->threshold.demotion_time_ns) {
117 if (last_state->stats.demotion_count >= last_state->threshold.demotion_count) {
150 lstate->threshold.promotion_count = PROMOTION_COUNT;
151 lstate->threshold.demotion_count = DEMOTION_COUNT;
154 lstate->threshold.promotion_time_ns = state->exit_latency_ns;
156 lstate->threshold.demotion_time_ns = state->exit_latency_ns;
/linux-master/sound/soc/tegra/
H A Dtegra_cif.h34 unsigned int threshold; member in struct:tegra_cif_conf
51 value = (conf->threshold << TEGRA_ACIF_CTRL_FIFO_TH_SHIFT) |
/linux-master/drivers/gpu/host1x/hw/
H A Dopcodes.h14 unsigned indx, unsigned threshold)
17 | host1x_uclass_wait_syncpt_thresh_f(threshold);
21 unsigned indx, unsigned threshold)
24 | host1x_uclass_load_syncpt_base_value_f(threshold);
13 host1x_class_host_wait_syncpt( unsigned indx, unsigned threshold) argument
20 host1x_class_host_load_syncpt_base( unsigned indx, unsigned threshold) argument
/linux-master/arch/x86/kernel/cpu/mce/
H A DMakefile7 obj-$(CONFIG_X86_MCE_THRESHOLD) += threshold.o
/linux-master/include/net/
H A Dipcomp.h14 u16 threshold; member in struct:ipcomp_data
/linux-master/drivers/gpu/drm/xe/
H A Dxe_pm.h32 int xe_pm_set_vram_threshold(struct xe_device *xe, u32 threshold);

Completed in 303 milliseconds

1234567891011>>