Home
last modified time | relevance | path

Searched refs:sof_uuid_entry (Results 1 – 20 of 20) sorted by relevance

/sof-2.7.6/src/include/sof/schedule/
Dll_schedule.h41 const struct sof_uuid_entry *uid, uint16_t type,
48 const struct sof_uuid_entry *uid, uint16_t type,
Dedf_schedule.h27 int schedule_task_init_edf(struct task *task, const struct sof_uuid_entry *uid,
Dtask.h60 const struct sof_uuid_entry *uid; /**< Uuid */
Dschedule.h306 const struct sof_uuid_entry *uid, uint16_t type,
/sof-2.7.6/tools/logger/
Dfilter.c59 static struct sof_uuid_entry *get_uuid_by_name(const char *name) in get_uuid_by_name()
64 struct sof_uuid_entry *ptr = (struct sof_uuid_entry *)beg; in get_uuid_by_name()
95 struct sof_uuid_entry *uuid_entry; in filter_parse_component_name()
Dconvert.h49 uint32_t get_uuid_key(const struct sof_uuid_entry *entry);
Dconvert.c73 char *format_uid_raw(const struct sof_uuid_entry *uid_entry, int use_colors, int name_first, in format_uid_raw()
96 static const struct sof_uuid_entry *get_uuid_entry(uint32_t uid_ptr) in get_uuid_entry()
100 return (const struct sof_uuid_entry *) in get_uuid_entry()
111 uint32_t get_uuid_key(const struct sof_uuid_entry *entry) in get_uuid_key()
128 const struct sof_uuid_entry *uid_entry; in format_uid()
401 const struct sof_uuid_entry *uid_entry; in get_component_name()
982 const struct sof_uuid_entry *uid_ptr; in dump_ldc_info()
1004 uid_ptr = (const struct sof_uuid_entry *) in dump_ldc_info()
1016 remaining -= sizeof(struct sof_uuid_entry); in dump_ldc_info()
/sof-2.7.6/src/include/sof/lib/
Duuid.h53 struct sof_uuid_entry { struct
94 static const struct sof_uuid_entry uuid_name ## _ldc = { \
Ddai.h117 const struct sof_uuid_entry *uid;
/sof-2.7.6/src/platform/library/schedule/
Dll_schedule.c11 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init_ll()
Dschedule.c24 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init()
Dedf_schedule.c56 int schedule_task_init_edf(struct task *task, const struct sof_uuid_entry *uid, in schedule_task_init_edf()
/sof-2.7.6/zephyr/
Dedf_schedule.c114 int schedule_task_init_edf(struct task *task, const struct sof_uuid_entry *uid, in schedule_task_init_edf()
133 const struct sof_uuid_entry *uid, in schedule_task_init_edf_with_budget()
/sof-2.7.6/src/schedule/
Dschedule.c26 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init()
Dedf_schedule.c134 int schedule_task_init_edf(struct task *task, const struct sof_uuid_entry *uid, in schedule_task_init_edf()
Dzephyr_ll.c454 const struct sof_uuid_entry *uid, uint16_t type, in zephyr_ll_task_init()
Dll_schedule.c461 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init_ll()
/sof-2.7.6/test/cmocka/src/
Dcommon_mocks.c231 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init()
248 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init_ll()
/sof-2.7.6/src/include/sof/trace/
Dtrace.h337 const struct sof_uuid_entry *uuid_p; /**< UUID pointer, use SOF_UUID() to init */
/sof-2.7.6/src/trace/
Dtrace.c73 static void put_header(void *dst, const struct sof_uuid_entry *uid, in put_header()