Home
last modified time | relevance | path

Searched refs:sample_type (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/drivers/cpufreq/
Dcpufreq_ondemand.c178 int sample_type = dbs_info->sample_type; in od_dbs_update() local
181 dbs_info->sample_type = OD_NORMAL_SAMPLE; in od_dbs_update()
186 if (sample_type == OD_SUB_SAMPLE && policy_dbs->sample_delay_ns > 0) { in od_dbs_update()
196 dbs_info->sample_type = OD_SUB_SAMPLE; in od_dbs_update()
395 dbs_info->sample_type = OD_NORMAL_SAMPLE; in od_start()
Dcpufreq_ondemand.h19 unsigned int sample_type:1; member
/linux-4.19.296/include/uapi/sound/
Dskl-tplg-interface.h180 __u32 sample_type; member
/linux-4.19.296/include/uapi/linux/
Dperf_event.h332 __u64 sample_type; member
/linux-4.19.296/drivers/iio/adc/
Dtwl4030-madc.c160 enum sample_type { enum
/linux-4.19.296/include/linux/
Dperf_event.h1251 return event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK; in has_branch_stack()