Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dlm75.c86 unsigned long sample_time; /* In jiffies */ member
220 data->sample_time = HZ / 8; in lm75_probe()
228 data->sample_time = HZ; in lm75_probe()
233 data->sample_time = HZ / 4; in lm75_probe()
239 data->sample_time = HZ / 2; in lm75_probe()
243 data->sample_time = HZ / 4; in lm75_probe()
247 data->sample_time = HZ / 4; in lm75_probe()
252 data->sample_time = HZ / 4; in lm75_probe()
256 data->sample_time = HZ / 8; in lm75_probe()
265 data->sample_time = HZ; in lm75_probe()
[all …]
/linux-4.1.27/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()
279 ts->sample_time = ts_pdata->sample_time; in stmpe_ts_get_platform_info()
292 ts->sample_time = val; in stmpe_ts_get_platform_info()
/linux-4.1.27/tools/perf/
Dperf.h53 bool sample_time; member
Dbuiltin-record.c817 .sample_time = true,
896 OPT_BOOLEAN('T', "timestamp", &record.opts.sample_time, "Sample timestamps"),
Dbuiltin-trace.c2728 trace.opts.sample_time = true; in cmd_trace()
/linux-4.1.27/include/linux/mfd/
Dstmpe.h150 u8 sample_time; member
/linux-4.1.27/tools/perf/tests/
Dperf-time-to-tsc.c46 .sample_time = true, in test__perf_time_to_tsc()
/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c804 u32 sample_time; in intel_pstate_get_scaled_busy() local
829 sample_time = pid_params.sample_rate_ms * USEC_PER_MSEC; in intel_pstate_get_scaled_busy()
832 if (duration_us > sample_time * 3) { in intel_pstate_get_scaled_busy()
833 sample_ratio = div_fp(int_tofp(sample_time), in intel_pstate_get_scaled_busy()
/linux-4.1.27/tools/perf/util/
Dpython.c58 sample_member_def(sample_time, time, T_ULONGLONG, "event timestamp"), \
Devsel.c707 if (opts->sample_time && in perf_evsel__config()