Searched refs:wake_up_time (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/sound/sof/
H A Ddai-intel.h168 * The parameter wake_up_time describes how long time the microphone needs
194 uint32_t wake_up_time; /**< Time from clock start to data (us) */ member in struct:sof_ipc_dai_dmic_params
/linux-master/tools/perf/
H A Dbuiltin-sched.c106 u64 wake_up_time; member in struct:work_atom
1050 atom->wake_up_time = atom->sched_out_time;
1085 if (timestamp < atom->wake_up_time) {
1093 delta = atom->sched_in_time - atom->wake_up_time;
1097 atoms->max_lat_start = atom->wake_up_time;
1244 * then we should not set the ->wake_up_time when wake up a
1261 atom->wake_up_time = timestamp;
1307 atom->sched_in_time = atom->sched_out_time = atom->wake_up_time = timestamp;

Completed in 120 milliseconds