Searched refs:SAMPLE_TIME (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/msm/
H A Dmsm_perf.c49 #define SAMPLE_TIME (HZ/4) macro
65 perf->next_jiffies += SAMPLE_TIME; wait_sample()
181 perf->next_jiffies = jiffies + SAMPLE_TIME; perf_open()
/linux-4.1.27/drivers/input/touchscreen/
H A Dstmpe-ts.c52 #define SAMPLE_TIME(x) ((x & 0xf) << 4) macro
185 adc_ctrl1 = SAMPLE_TIME(ts->sample_time) | MOD_12B(ts->mod_12b) | stmpe_init_hw()
187 adc_ctrl1_mask = SAMPLE_TIME(0xff) | MOD_12B(0xff) | REF_SEL(0xff); stmpe_init_hw()
/linux-4.1.27/tools/perf/util/
H A Dpython.c990 { "SAMPLE_TIME", PERF_SAMPLE_TIME },

Completed in 106 milliseconds