Searched refs:sample_time (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
D | lm75.c | 87 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/ |
D | stmpe-ts.c | 71 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/ |
D | perf.h | 53 bool sample_time; member
|
D | builtin-record.c | 992 .sample_time = true, 1071 OPT_BOOLEAN_SET('T', "timestamp", &record.opts.sample_time,
|
D | builtin-trace.c | 3116 trace.opts.sample_time = true; in cmd_trace()
|
/linux-4.4.14/tools/perf/arch/x86/tests/ |
D | perf-time-to-tsc.c | 48 .sample_time = true, in test__perf_time_to_tsc()
|
/linux-4.4.14/drivers/cpufreq/ |
D | intel_pstate.c | 934 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/ |
D | python.c | 58 sample_member_def(sample_time, time, T_ULONGLONG, "event timestamp"), \
|
D | evsel.c | 823 if (opts->sample_time && in perf_evsel__config()
|