Searched refs:sof_uuid_entry (Results 1 – 20 of 20) sorted by relevance
/sof-2.7.6/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 | edf_schedule.h | 27 int schedule_task_init_edf(struct task *task, const struct sof_uuid_entry *uid,
|
D | task.h | 60 const struct sof_uuid_entry *uid; /**< Uuid */
|
D | schedule.h | 306 const struct sof_uuid_entry *uid, uint16_t type,
|
/sof-2.7.6/tools/logger/ |
D | filter.c | 59 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()
|
D | convert.h | 49 uint32_t get_uuid_key(const struct sof_uuid_entry *entry);
|
D | convert.c | 73 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/ |
D | uuid.h | 53 struct sof_uuid_entry { struct 94 static const struct sof_uuid_entry uuid_name ## _ldc = { \
|
D | dai.h | 117 const struct sof_uuid_entry *uid;
|
/sof-2.7.6/src/platform/library/schedule/ |
D | ll_schedule.c | 11 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init_ll()
|
D | schedule.c | 24 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init()
|
D | edf_schedule.c | 56 int schedule_task_init_edf(struct task *task, const struct sof_uuid_entry *uid, in schedule_task_init_edf()
|
/sof-2.7.6/zephyr/ |
D | edf_schedule.c | 114 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/ |
D | schedule.c | 26 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init()
|
D | edf_schedule.c | 134 int schedule_task_init_edf(struct task *task, const struct sof_uuid_entry *uid, in schedule_task_init_edf()
|
D | zephyr_ll.c | 454 const struct sof_uuid_entry *uid, uint16_t type, in zephyr_ll_task_init()
|
D | ll_schedule.c | 461 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init_ll()
|
/sof-2.7.6/test/cmocka/src/ |
D | common_mocks.c | 231 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/ |
D | trace.h | 337 const struct sof_uuid_entry *uuid_p; /**< UUID pointer, use SOF_UUID() to init */
|
/sof-2.7.6/src/trace/ |
D | trace.c | 73 static void put_header(void *dst, const struct sof_uuid_entry *uid, in put_header()
|