Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 77) sorted by relevance

1234

/sof-2.7.6/src/include/sof/drivers/
Dmu.h55 #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 …]
Dspi.h31 enum spi_type type; member
/sof-2.7.6/test/cmocka/src/
Dnotifier_mocks.c37 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/
Dnotifier.c38 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()
Ddai.c124 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/
Dschedule.c26 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/
Dschedule.c24 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()
Dll_schedule.c11 const struct sof_uuid_entry *uid, uint16_t type, in schedule_task_init_ll()
/sof-2.7.6/src/include/sof/
Dlist.h73 #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/
Dtopology.h24 int type; member
61 uint32_t type; member
206 enum sof_ipc_dai_type type; member
/sof-2.7.6/src/audio/pipeline/
Dpipeline-schedule.c74 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/
Dstream.h21 enum stream_type type; member
Dipc-config.h28 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/
Dcomp_set_state.c25 enum test_type type; member
32 #define TEST_CASE(type, in_state, cmd, out_state) \ argument
/sof-2.7.6/src/include/kernel/
Dheader.h32 uint32_t type; /**< component specific type */ member
/sof-2.7.6/src/include/ipc4/
Dpipeline.h91 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
Dheader.h104 uint32_t type : 5; member
125 uint32_t type : 5; member
/sof-2.7.6/test/cmocka/src/lib/alloc/
Dalloc.c32 enum test_type type; member
36 #define TEST_CASE(bytes, zone, caps, num, type, name_base) \ argument
/sof-2.7.6/tools/ctl/
Dctl.c42 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/
Dschedule.h125 int type; /**< SOF_SCHEDULE_ type */ member
147 static inline void *scheduler_get_data(uint16_t type) in scheduler_get_data()
Dll_schedule_domain.h53 int type; /**< domain type */ member
78 (int type, int clk, bool synchronous, in domain_init()
/sof-2.7.6/src/ipc/ipc4/
Dhelper.c36 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()
Dhandler.c234 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/
Dhelper.c44 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/
Dtest_group_generator.h14 #define setup_alloc(ptr, type, size, offset) do {\ argument

1234