Searched refs:tgt (Results 1 – 3 of 3) sorted by relevance
/sound/soc/ |
D | soc-link.c | 37 #define soc_link_mark_push(rtd, substream, tgt) ((rtd)->mark_##tgt = substream) argument 38 #define soc_link_mark_pop(rtd, substream, tgt) ((rtd)->mark_##tgt = NULL) argument 39 #define soc_link_mark_match(rtd, substream, tgt) ((rtd)->mark_##tgt == substream) argument
|
D | soc-dai.c | 39 #define soc_dai_mark_push(dai, substream, tgt) ((dai)->mark_##tgt = substream) argument 40 #define soc_dai_mark_pop(dai, substream, tgt) ((dai)->mark_##tgt = NULL) argument 41 #define soc_dai_mark_match(dai, substream, tgt) ((dai)->mark_##tgt == substream) argument
|
D | soc-component.c | 54 #define soc_component_mark_push(component, substream, tgt) ((component)->mark_##tgt = substream) argument 55 #define soc_component_mark_pop(component, substream, tgt) ((component)->mark_##tgt = NULL) argument 56 #define soc_component_mark_match(component, substream, tgt) ((component)->mark_##tgt == substream) argument
|