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

/linux-4.1.27/drivers/hwmon/
H A Dlm75.c86 unsigned long sample_time; /* In jiffies */ member in struct:lm75_data
220 data->sample_time = HZ / 8; lm75_probe()
228 data->sample_time = HZ; lm75_probe()
233 data->sample_time = HZ / 4; lm75_probe()
239 data->sample_time = HZ / 2; lm75_probe()
243 data->sample_time = HZ / 4; lm75_probe()
247 data->sample_time = HZ / 4; lm75_probe()
252 data->sample_time = HZ / 4; lm75_probe()
256 data->sample_time = HZ / 8; lm75_probe()
265 data->sample_time = HZ; lm75_probe()
272 data->sample_time = HZ / 4; lm75_probe()
281 data->sample_time = HZ / 2; lm75_probe()
528 if (time_after(jiffies, data->last_updated + data->sample_time) lm75_update_device()
/linux-4.1.27/tools/perf/
H A Dperf.h53 bool sample_time; member in struct:record_opts
H A Dbuiltin-record.c817 .sample_time = true,
896 OPT_BOOLEAN('T', "timestamp", &record.opts.sample_time, "Sample timestamps"),
H A Dbuiltin-trace.c2728 trace.opts.sample_time = true; cmd_trace()
/linux-4.1.27/drivers/input/touchscreen/
H A Dstmpe-ts.c71 u8 sample_time; member in struct:stmpe_touch
185 adc_ctrl1 = SAMPLE_TIME(ts->sample_time) | MOD_12B(ts->mod_12b) | stmpe_init_hw()
279 ts->sample_time = ts_pdata->sample_time; stmpe_ts_get_platform_info()
292 ts->sample_time = val; stmpe_ts_get_platform_info()
/linux-4.1.27/include/linux/mfd/
H A Dstmpe.h123 * @sample_time: ADC converstion time in number of clock.
150 u8 sample_time; member in struct:stmpe_ts_platform_data
/linux-4.1.27/tools/perf/tests/
H A Dperf-time-to-tsc.c46 .sample_time = true, test__perf_time_to_tsc()
/linux-4.1.27/drivers/cpufreq/
H A Dintel_pstate.c804 u32 sample_time; intel_pstate_get_scaled_busy() local
829 sample_time = pid_params.sample_rate_ms * USEC_PER_MSEC; intel_pstate_get_scaled_busy()
832 if (duration_us > sample_time * 3) { intel_pstate_get_scaled_busy()
833 sample_ratio = div_fp(int_tofp(sample_time), intel_pstate_get_scaled_busy()
/linux-4.1.27/tools/perf/util/
H A Dpython.c58 sample_member_def(sample_time, time, T_ULONGLONG, "event timestamp"), \
H A Devsel.c707 if (opts->sample_time && perf_evsel__config()

Completed in 689 milliseconds