Searched refs:sample_time (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/iio/proximity/ |
| H A D | isl29501.c | 754 int sample_time; in isl29501_get_freq() local 758 ret = isl29501_register_read(isl29501, REG_SAMPLE_TIME, &sample_time); in isl29501_get_freq() 765 do_div(freq, 450 * (sample_time + 1)); in isl29501_get_freq() 868 unsigned long long sample_time; in isl29501_set_freq() local 872 sample_time = 2222ULL * 1000000ULL; in isl29501_set_freq() 873 do_div(sample_time, freq); in isl29501_set_freq() 875 sample_time -= 1; in isl29501_set_freq() 877 if (sample_time > 255) in isl29501_set_freq() 880 return isl29501_register_write(isl29501, REG_SAMPLE_TIME, sample_time); in isl29501_set_freq()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | lm75.c | 109 unsigned int sample_time; /* In ms */ member 336 *val = data->sample_time; in lm75_read() 418 data->sample_time = data->params->sample_times[index]; in lm75_update_interval() 431 data->sample_time = data->params->sample_times[index]; in lm75_update_interval() 438 data->sample_time = data->params->sample_times[index]; in lm75_update_interval() 595 data->sample_time = data->params->default_sample_time; in lm75_probe()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | record.h | 26 bool sample_time; member
|
| H A D | python.c | 137 sample_member_def(sample_time, time, T_ULONGLONG, "event timestamp"), \
|
| H A D | evsel.c | 1152 if (opts->sample_time && in evsel__config()
|
| H A D | header.c | 3119 FEAT_OPR(SAMPLE_TIME, sample_time, false),
|
| /OK3568_Linux_fs/kernel/tools/perf/python/ |
| H A D | tracepoint.py | 38 event.sample_time,
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | stmpe.h | 142 u8 sample_time; member
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/ |
| H A D | perf-time-to-tsc.c | 57 .sample_time = true, in test__perf_time_to_tsc()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | rockchip_opp_select.c | 53 unsigned int sample_time; member 314 &pvtm->sample_time)) in rockchip_parse_pvtm_config() 403 pvtm->sample_time); in rockchip_get_pvtm_specific_value() 1089 usleep_range(pvtm->sample_time, pvtm->sample_time + 100); in rockchip_get_pvtm_pvtpll()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | stmpe-ts.c | 265 ts->stmpe->sample_time = val; in stmpe_ts_get_platform_info()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | stmpe.c | 552 adc_ctrl1 = STMPE_SAMPLE_TIME(stmpe->sample_time) | in stmpe811_adc_common_init() 1403 stmpe->sample_time = val; in stmpe_probe()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-script.c | 799 char sample_time[32]; in perf_sample__fprintf_start() local 800 timestamp__scnprintf_usec(t, sample_time, sizeof(sample_time)); in perf_sample__fprintf_start() 801 printed += fprintf(fp, "%12s: ", sample_time); in perf_sample__fprintf_start()
|
| H A D | builtin-record.c | 2381 .sample_time = true, 2480 OPT_BOOLEAN_SET('T', "timestamp", &record.opts.sample_time,
|
| H A D | builtin-top.c | 1441 .sample_time = true, in cmd_top()
|
| H A D | builtin-trace.c | 4983 trace.opts.sample_time = true;
|