Searched defs:start (Results 1 – 19 of 19) sorted by relevance
/sof-2.7.6/src/platform/intel/cavs/lib/ |
D | pm_memory.c | 34 static void memory_banks_get(void *start, void *end, uint32_t base, in memory_banks_get()
|
/sof-2.7.6/src/include/sof/schedule/ |
D | schedule.h | 206 static inline int schedule_task(struct task *task, uint64_t start, in schedule_task() 225 static inline int reschedule_task(struct task *task, uint64_t start) in reschedule_task()
|
D | task.h | 59 uint64_t start; /**< start time in [ms] since now (LL only) */ member
|
D | ll_schedule_domain.h | 102 static inline void domain_set(struct ll_schedule_domain *domain, uint64_t start) in domain_set()
|
/sof-2.7.6/src/schedule/ |
D | ll_schedule.c | 249 struct task *task, uint64_t start, in schedule_ll_domain_set() 364 static int schedule_ll_task(void *data, struct task *task, uint64_t start, in schedule_ll_task() 539 static int reschedule_ll_task(void *data, struct task *task, uint64_t start) in reschedule_ll_task()
|
D | timer_domain.c | 106 static void timer_domain_set(struct ll_schedule_domain *domain, uint64_t start) in timer_domain_set()
|
D | edf_schedule.c | 103 static int schedule_edf_task(void *data, struct task *task, uint64_t start, in schedule_edf_task()
|
D | zephyr_domain.c | 163 k_timeout_t start = {0}; in zephyr_domain_register() local
|
D | zephyr_ll.c | 277 static int zephyr_ll_task_schedule(void *data, struct task *task, uint64_t start, in zephyr_ll_task_schedule()
|
D | dma_single_chan_domain.c | 442 uint64_t start) in dma_single_chan_domain_set()
|
/sof-2.7.6/src/audio/pipeline/ |
D | pipeline-schedule.c | 188 void pipeline_schedule_copy(struct pipeline *p, uint64_t start) in pipeline_schedule_copy()
|
D | pipeline-stream.c | 152 struct comp_dev *start; in pipeline_copy() local
|
/sof-2.7.6/src/platform/library/schedule/ |
D | edf_schedule.c | 40 static int schedule_edf_task(void *data, struct task *task, uint64_t start, in schedule_edf_task()
|
/sof-2.7.6/zephyr/ |
D | edf_schedule.c | 37 static int schedule_edf_task(void *data, struct task *task, uint64_t start, in schedule_edf_task()
|
/sof-2.7.6/src/include/sof/audio/ |
D | pipeline.h | 97 struct comp_dev *start; member
|
/sof-2.7.6/tools/tune/tdfb/ |
D | bf_design.m | 202 start = center_idx - floor(bf.fir_length/2); variable
|
/sof-2.7.6/src/audio/ |
D | kpb.c | 1381 uint32_t start, void *sink, size_t size, in kpb_buffer_samples()
|
/sof-2.7.6/src/lib/ |
D | alloc.c | 242 unsigned int start = 0; /* keep compiler quiet */ in alloc_cont_blocks() local
|
/sof-2.7.6/src/include/sof/lib/ |
D | dma.h | 160 int (*start)(struct dma_chan_data *channel); member
|