Home
last modified time | relevance | path

Searched refs:pipeline_posn (Results 1 – 3 of 3) sorted by relevance

/sof-3.4.0/src/audio/pipeline/
Dpipeline-graph.c42 struct pipeline_posn { struct
47 static SHARED_DATA struct pipeline_posn pipeline_posn_shared; argument
53 static inline struct pipeline_posn *pipeline_posn_get(void) in pipeline_posn_get()
55 return sof_get()->pipeline_posn; in pipeline_posn_get()
65 struct pipeline_posn *pipeline_posn = pipeline_posn_get(); in pipeline_posn_offset_get() local
70 key = k_spin_lock(&pipeline_posn->lock); in pipeline_posn_offset_get()
73 if (!pipeline_posn->posn_offset[i]) { in pipeline_posn_offset_get()
75 pipeline_posn->posn_offset[i] = true; in pipeline_posn_offset_get()
82 k_spin_unlock(&pipeline_posn->lock, key); in pipeline_posn_offset_get()
93 struct pipeline_posn *pipeline_posn = pipeline_posn_get(); in pipeline_posn_offset_put() local
[all …]
/sof-3.4.0/zephyr/include/rtos/
Dsof.h30 struct pipeline_posn;
99 struct pipeline_posn *pipeline_posn; member
/sof-3.4.0/xtos/include/rtos/
Dsof.h32 struct pipeline_posn;
107 struct pipeline_posn *pipeline_posn; member