Searched refs:confidence (Results 1 - 15 of 15) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/sn/
H A Dfru.h20 confidence_t km_confidence; /* confidence level that the memory is bad
24 /* confidence level that dimm[i] is bad
31 confidence_t kc_confidence; /* confidence level that cpu is bad */
32 confidence_t kc_icache; /* confidence level that instr. cache is bad */
33 confidence_t kc_dcache; /* confidence level that data cache is bad */
34 confidence_t kc_scache; /* confidence level that sec. cache is bad */
35 confidence_t kc_sysbus; /* confidence level that sysad/cmd/state bus is bad */
39 confidence_t kpb_belief; /* confidence level that the pci bus is bad */
41 /* confidence level that the pci dev is bad */
H A Dklconfig.h155 confidence_t ch_sw_belief; /* confidence that software is bad*/
156 confidence_t ch_sn0net_belief; /* confidence that sn0net is bad */
443 confidence_t brd_confidence; /* confidence that the board is bad */
/linux-4.4.14/drivers/thermal/
H A Dintel_powerclamp.c64 * we increment the confidence counter for the given target ratio.
132 unsigned long confidence; /* used for calibration, basically a counter member in struct:powerclamp_calibration_data
276 cal_data[ratio].confidence >= CONFIDENCE_OK && get_compensation()
277 cal_data[ratio + 1].confidence >= CONFIDENCE_OK && get_compensation()
278 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) { get_compensation()
283 cal_data[ratio].confidence >= CONFIDENCE_OK && get_compensation()
284 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && get_compensation()
285 cal_data[ratio - 2].confidence >= CONFIDENCE_OK) { get_compensation()
289 } else if (cal_data[ratio].confidence >= CONFIDENCE_OK && get_compensation()
290 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && get_compensation()
291 cal_data[ratio + 1].confidence >= CONFIDENCE_OK) { get_compensation()
313 * adjust compensations if confidence level has not been reached or adjust_compensation()
317 if (d->confidence >= CONFIDENCE_OK || adjust_compensation()
330 d->confidence++; adjust_compensation()
732 seq_printf(m, "pct confidence steady dynamic (compensation)\n"); powerclamp_debug_show()
736 cal_data[i].confidence, powerclamp_debug_show()
/linux-4.4.14/drivers/media/platform/exynos4-is/
H A Dfimc-is-command.h49 /* parameter2: confidence level (smile 0~100) */
50 /* parameter3: confidence level (blink 0~100) */
H A Dfimc-is-param.h895 u32 confidence; member in struct:is_face_marker
/linux-4.4.14/drivers/hid/
H A Dhid-ntrig.c61 bool confidence; member in struct:ntrig_data
602 nd->confidence = value; ntrig_event()
666 nd->confidence = 0; ntrig_event()
682 nd->confidence = 0; ntrig_event()
715 if (!nd->confidence) ntrig_event()
726 nd->first_contact_touch = nd->confidence; ntrig_event()
/linux-4.4.14/drivers/md/
H A Ddm-cache-policy-smq.c532 * There are times when we don't have any confidence in the hotspot queue.
539 unsigned confidence = safe_div(s->hits << FP_SHIFT, s->hits + s->misses); stats_assess() local
541 if (confidence < SIXTEENTH) stats_assess()
544 else if (confidence < EIGHTH) stats_assess()
1031 * confidence that we know which blocks to promote. So we cut down update_promote_levels()
/linux-4.4.14/drivers/staging/iio/
H A Diio_simple_dummy.c81 * simple transition event - triggered when the reported running confidence
91 * simple transition event - triggered when the reported walking confidence
/linux-4.4.14/drivers/net/wireless/ath/
H A Ddfs_pri_detector.c346 * we assume to have enough matching confidence if we pseq_handler_check_detection()
/linux-4.4.14/arch/ia64/include/asm/sn/
H A Dklconfig.h202 unsigned char brd_confidence; /* confidence that the board is bad */
/linux-4.4.14/drivers/iio/accel/
H A Dmma9553.c428 * so that the confidence level applies for any activity level. mma9553_init()
510 * The device does not support confidence value levels, mma9553_read_raw()
794 * The device does not support confidence value levels. mma9553_read_event_value()
/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-queue.c161 * q_busy, we have high confidence we've missed it. cx18_queue_get_mdl()
/linux-4.4.14/sound/i2c/
H A Dcs8427.c181 /* CS8427_REG_RECVERRMASK: unmask the input PLL clock, V, confidence, snd_cs8427_init()
/linux-4.4.14/drivers/misc/sgi-gru/
H A Dgrukservices.c953 /* Temp - will delete after we gain confidence in the GRU */
/linux-4.4.14/drivers/net/fddi/skfp/h/
H A Dsupern_2.h723 #define PL_LC_LENGTH 0x0b /* link confidence test time (r/w) */

Completed in 609 milliseconds