/sof-2.7.6/src/include/sof/drivers/ |
D | mu.h | 55 #define IMX_MU_xSR(type, index) (type == IMX_MU_V2 ? index : 0x20) argument 56 #define IMX_MU_xSR_GIPn(type, x) (type == IMX_MU_V2 ? BIT(x) : BIT(28 + (3 - (x)))) argument 57 #define IMX_MU_xSR_RFn(type, x) (type == IMX_MU_V2 ? BIT(x) : BIT(24 + (3 - (x)))) argument 58 #define IMX_MU_xSR_TEn(type, x) (type == IMX_MU_V2 ? BIT(x) : BIT(20 + (3 - (x)))) argument 62 #define IMX_MU_xCR(type, index) (type == IMX_MU_V2 ? index : 0x24) argument 64 #define IMX_MU_xCR_GIEn(type, x) (type == IMX_MU_V2 ? BIT(x) : BIT(28 + (3 - (x)))) argument 66 #define IMX_MU_xCR_RIEn(type, x) (type == IMX_MU_V2 ? BIT(x) : BIT(24 + (3 - (x)))) argument 68 #define IMX_MU_xCR_TIEn(type, x) (type == IMX_MU_V2 ? BIT(x) : BIT(20 + (3 - (x)))) argument 70 #define IMX_MU_xCR_GIRn(type, x) (type == IMX_MU_V2 ? BIT(x) : BIT(16 + (3 - (x)))) argument 82 static inline uint32_t imx_mu_xcr_rmw(int type, int idx, uint32_t set, uint32_t clr) in imx_mu_xcr_rmw() [all …]
|
D | spi.h | 31 enum spi_type type; member
|
/sof-2.7.6/test/cmocka/src/ |
D | notifier_mocks.c | 37 void notifier_event(const void *caller, enum notify_id type, uint32_t core_mask, in notifier_event() 52 int notifier_register(void *receiver, void *caller, enum notify_id type, in notifier_register() 76 void notifier_unregister(void *receiver, void *caller, enum notify_id type) in notifier_unregister()
|
/sof-2.7.6/src/lib/ |
D | notifier.c | 38 int notifier_register(void *receiver, void *caller, enum notify_id type, in notifier_register() 81 void notifier_unregister(void *receiver, void *caller, enum notify_id type) in notifier_unregister() 124 static void notifier_notify(const void *caller, enum notify_id type, void *data) in notifier_notify() 155 void notifier_event(const void *caller, enum notify_id type, uint32_t core_mask, in notifier_event()
|
D | dai.c | 124 static inline const struct dai_type_info *dai_find_type(uint32_t type) in dai_find_type() 137 struct dai *dai_get(uint32_t type, uint32_t index, uint32_t flags) in dai_get()
|
/sof-2.7.6/src/schedule/ |
D | schedule.c | 26 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init() 61 void scheduler_init(int type, const struct scheduler_ops *ops, void *data) in scheduler_init()
|
/sof-2.7.6/src/platform/library/schedule/ |
D | schedule.c | 24 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init() 56 void scheduler_init(int type, const struct scheduler_ops *ops, void *data) in scheduler_init()
|
D | ll_schedule.c | 11 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init_ll()
|
/sof-2.7.6/src/include/sof/ |
D | list.h | 73 #define __list_object(item, type, offset) \ argument 77 #define list_item(item, type, member) \ argument 81 #define list_first_item(list, type, member) \ argument
|
/sof-2.7.6/tools/tplg_parser/include/tplg_parser/ |
D | topology.h | 24 int type; member 61 uint32_t type; member 206 enum sof_ipc_dai_type type; member
|
/sof-2.7.6/src/audio/pipeline/ |
D | pipeline-schedule.c | 74 static struct task *pipeline_task_init(struct pipeline *p, uint32_t type) in pipeline_task_init() 151 uint32_t type; in pipeline_comp_task_init() local
|
/sof-2.7.6/src/include/sof/audio/ |
D | stream.h | 21 enum stream_type type; member
|
D | ipc-config.h | 28 uint32_t type; /**< DAI type - SOF_DAI_ */ member 89 uint32_t type; /**< sof_ipc_process_type */ member
|
/sof-2.7.6/test/cmocka/src/audio/component/ |
D | comp_set_state.c | 25 enum test_type type; member 32 #define TEST_CASE(type, in_state, cmd, out_state) \ argument
|
/sof-2.7.6/src/include/kernel/ |
D | header.h | 32 uint32_t type; /**< component specific type */ member
|
/sof-2.7.6/src/include/ipc4/ |
D | pipeline.h | 91 uint32_t type : 5; member 134 uint32_t type : 5; member 194 uint32_t type : 5; member 235 uint32_t type : 5; member 266 uint32_t type : 5; member 295 uint32_t type : 5; member 332 uint32_t type : 5; member 361 uint32_t type : 5; member
|
D | header.h | 104 uint32_t type : 5; member 125 uint32_t type : 5; member
|
/sof-2.7.6/test/cmocka/src/lib/alloc/ |
D | alloc.c | 32 enum test_type type; member 36 #define TEST_CASE(bytes, zone, caps, num, type, name_base) \ argument
|
/sof-2.7.6/tools/ctl/ |
D | ctl.c | 42 uint32_t type; member 293 int type; in ctl_setup() local 509 int type; in main() local
|
/sof-2.7.6/src/include/sof/schedule/ |
D | schedule.h | 125 int type; /**< SOF_SCHEDULE_ type */ member 147 static inline void *scheduler_get_data(uint16_t type) in scheduler_get_data()
|
D | ll_schedule_domain.h | 53 int type; /**< domain type */ member 78 (int type, int clk, bool synchronous, in domain_init()
|
/sof-2.7.6/src/ipc/ipc4/ |
D | helper.c | 36 void ipc_build_stream_posn(struct sof_ipc_stream_posn *posn, uint32_t type, in ipc_build_stream_posn() 41 void ipc_build_comp_event(struct sof_ipc_comp_event *event, uint32_t type, in ipc_build_comp_event()
|
D | handler.c | 234 uint32_t type; in ipc4_process_glb_message() local 402 uint32_t type; in ipc4_process_module_message() local
|
/sof-2.7.6/src/ipc/ipc3/ |
D | helper.c | 44 void ipc_build_stream_posn(struct sof_ipc_stream_posn *posn, uint32_t type, in ipc_build_stream_posn() 52 void ipc_build_comp_event(struct sof_ipc_comp_event *event, uint32_t type, in ipc_build_comp_event()
|
/sof-2.7.6/test/cmocka/include/ |
D | test_group_generator.h | 14 #define setup_alloc(ptr, type, size, offset) do {\ argument
|