Home
last modified time | relevance | path

Searched refs:sample_time (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/hwmon/
Dlm75.c87 unsigned long sample_time; /* In jiffies */ member
221 data->sample_time = HZ / 8; in lm75_probe()
229 data->sample_time = HZ; in lm75_probe()
234 data->sample_time = HZ / 4; in lm75_probe()
240 data->sample_time = HZ / 2; in lm75_probe()
244 data->sample_time = HZ / 4; in lm75_probe()
248 data->sample_time = HZ / 4; in lm75_probe()
253 data->sample_time = HZ / 4; in lm75_probe()
257 data->sample_time = HZ / 8; in lm75_probe()
266 data->sample_time = HZ; in lm75_probe()
[all …]
/linux-4.4.14/drivers/input/touchscreen/
Dstmpe-ts.c71 u8 sample_time; member
185 adc_ctrl1 = SAMPLE_TIME(ts->sample_time) | MOD_12B(ts->mod_12b) | in stmpe_init_hw()
275 ts->sample_time = val; in stmpe_ts_get_platform_info()
/linux-4.4.14/tools/perf/
Dperf.h53 bool sample_time; member
Dbuiltin-record.c992 .sample_time = true,
1071 OPT_BOOLEAN_SET('T', "timestamp", &record.opts.sample_time,
Dbuiltin-trace.c3116 trace.opts.sample_time = true; in cmd_trace()
/linux-4.4.14/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c48 .sample_time = true, in test__perf_time_to_tsc()
/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c934 u32 sample_time; in intel_pstate_get_scaled_busy() local
959 sample_time = pid_params.sample_rate_ms * USEC_PER_MSEC; in intel_pstate_get_scaled_busy()
962 if (duration_us > sample_time * 3) { in intel_pstate_get_scaled_busy()
963 sample_ratio = div_fp(int_tofp(sample_time), in intel_pstate_get_scaled_busy()
/linux-4.4.14/tools/perf/util/
Dpython.c58 sample_member_def(sample_time, time, T_ULONGLONG, "event timestamp"), \
Devsel.c823 if (opts->sample_time && in perf_evsel__config()