/sof-3.4.0/src/platform/library/schedule/ |
D | schedule.c | 24 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init() argument 31 task->uid = uid; in schedule_task_init()
|
D | ll_schedule.c | 105 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init_ll() argument 109 return schedule_task_init(task, uid, SOF_SCHEDULE_LL_TIMER, 0, run, in schedule_task_init_ll()
|
D | edf_schedule.c | 91 int schedule_task_init_edf(struct task *task, const struct sof_uuid_entry *uid, in schedule_task_init_edf() argument 98 ret = schedule_task_init(task, uid, SOF_SCHEDULE_EDF, 0, ops->run, in schedule_task_init_edf()
|
/sof-3.4.0/src/schedule/ |
D | schedule.c | 27 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init() argument 36 task->uid = uid; in schedule_task_init()
|
D | zephyr_ll.c | 69 tr_info(&ll_tr, "task complete %p %pU", task, task->uid); in zephyr_ll_task_done() 272 tr_info(&ll_tr, "task add %p %pU priority %d flags 0x%x", task, task->uid, in zephyr_ll_task_schedule_common() 304 task, task->uid); in zephyr_ll_task_schedule_common() 475 const struct sof_uuid_entry *uid, uint16_t type, in zephyr_ll_task_init() argument 485 ret = schedule_task_init(task, uid, type, priority, run, data, core, in zephyr_ll_task_init()
|
D | ll_schedule.c | 157 tr_info(&ll_tr, "task complete %p %pU", task, task->uid); in schedule_ll_task_done() 183 tr_info(&ll_tr, "task %p %pU avg %u, max %u", task, task->uid, in dsp_load_check() 218 tr_dbg(&ll_tr, "task %p %pU being started...", task, task->uid); in schedule_ll_tasks_execute() 242 task, task->uid, (uint32_t)task->start, in schedule_ll_tasks_execute() 511 tr_info(&ll_tr, "task add %p %pU", task, task->uid); in schedule_ll_task_common() 611 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init_ll() argument 618 ret = schedule_task_init(task, uid, type, priority, run, data, core, in schedule_task_init_ll() 666 tr_info(&ll_tr, "task cancel %p %pU", task, task->uid); in schedule_ll_task_cancel()
|
D | edf_schedule.c | 133 int schedule_task_init_edf(struct task *task, const struct sof_uuid_entry *uid, in schedule_task_init_edf() argument 140 ret = schedule_task_init(task, uid, SOF_SCHEDULE_EDF, 0, ops->run, data, in schedule_task_init_edf()
|
D | zephyr_dp_schedule.c | 272 const struct sof_uuid_entry *uid, in scheduler_dp_task_init() argument 330 ret = schedule_task_init(&task_memory->task, uid, SOF_SCHEDULE_DP, 0, ops->run, in scheduler_dp_task_init()
|
/sof-3.4.0/zephyr/ |
D | edf_schedule.c | 122 int schedule_task_init_edf(struct task *task, const struct sof_uuid_entry *uid, in schedule_task_init_edf() argument 128 ret = schedule_task_init(task, uid, SOF_SCHEDULE_EDF, 0, ops->run, data, in schedule_task_init_edf() 141 const struct sof_uuid_entry *uid, in schedule_task_init_edf_with_budget() argument 146 return schedule_task_init_edf(task, uid, ops, data, core, flags); in schedule_task_init_edf_with_budget()
|
/sof-3.4.0/src/include/sof/schedule/ |
D | ll_schedule.h | 41 const struct sof_uuid_entry *uid, uint16_t type, 48 const struct sof_uuid_entry *uid, uint16_t type,
|
D | dp_schedule.h | 87 const struct sof_uuid_entry *uid,
|
D | edf_schedule.h | 29 int schedule_task_init_edf(struct task *task, const struct sof_uuid_entry *uid,
|
/sof-3.4.0/src/platform/library/include/platform/lib/ |
D | ll_schedule.h | 20 const struct sof_uuid_entry *uid, uint16_t type,
|
/sof-3.4.0/src/include/user/ |
D | trace.h | 36 uint32_t uid; member
|
/sof-3.4.0/src/include/sof/audio/module_adapter/module/ |
D | iadk_modules.h | 45 (comp_dynamic_module)->uid = SOF_RT_UUID(uuid); \
|
/sof-3.4.0/src/audio/ |
D | switch.c | 74 .uid = SOF_RT_UUID(switch_uuid),
|
/sof-3.4.0/src/drivers/amd/rembrandt/ |
D | acp_bt_dai.c | 82 .uid = SOF_UUID(btdai_uuid),
|
D | acp_sp_dai.c | 82 .uid = SOF_UUID(spdai_uuid),
|
D | acp_dmic_dai.c | 154 .uid = SOF_UUID(acp_dmic_dai_uuid),
|
/sof-3.4.0/src/drivers/amd/renoir/ |
D | acp_bt_dai.c | 83 .uid = SOF_UUID(btdai_uuid),
|
/sof-3.4.0/test/cmocka/src/ |
D | common_mocks.c | 264 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init() argument 269 (void)uid; in schedule_task_init() 281 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init_ll() argument
|
/sof-3.4.0/zephyr/include/rtos/ |
D | task.h | 57 const struct sof_uuid_entry *uid; /**< Uuid */ member
|
/sof-3.4.0/xtos/include/rtos/ |
D | task.h | 58 const struct sof_uuid_entry *uid; /**< Uuid */ member
|
/sof-3.4.0/src/drivers/mediatek/afe/ |
D | afe-dai.c | 103 .uid = SOF_UUID(afe_dai_uuid),
|
/sof-3.4.0/src/drivers/intel/hda/ |
D | hda.c | 112 .uid = SOF_UUID(hda_uuid),
|