Symbol: catpt_ipc_msg
sound/soc/intel/catpt/core.h
136
struct catpt_ipc_msg request,
sound/soc/intel/catpt/core.h
137
struct catpt_ipc_msg *reply, int timeout, const char *name);
sound/soc/intel/catpt/core.h
138
int catpt_dsp_send_msg(struct catpt_dev *cdev, struct catpt_ipc_msg request,
sound/soc/intel/catpt/core.h
139
struct catpt_ipc_msg *reply, const char *name);
sound/soc/intel/catpt/core.h
37
struct catpt_ipc_msg rx;
sound/soc/intel/catpt/ipc.c
127
struct catpt_ipc_msg request,
sound/soc/intel/catpt/ipc.c
128
struct catpt_ipc_msg *reply, int timeout, const char *name)
sound/soc/intel/catpt/ipc.c
140
int catpt_dsp_send_msg(struct catpt_dev *cdev, struct catpt_ipc_msg request,
sound/soc/intel/catpt/ipc.c
141
struct catpt_ipc_msg *reply, const char *name)
sound/soc/intel/catpt/ipc.c
45
struct catpt_ipc_msg *reply)
sound/soc/intel/catpt/ipc.c
56
const struct catpt_ipc_msg *tx)
sound/soc/intel/catpt/ipc.c
86
struct catpt_ipc_msg request,
sound/soc/intel/catpt/ipc.c
87
struct catpt_ipc_msg *reply, int timeout, const char *name)
sound/soc/intel/catpt/messages.c
100
struct catpt_ipc_msg request;
sound/soc/intel/catpt/messages.c
113
struct catpt_ipc_msg request;
sound/soc/intel/catpt/messages.c
126
struct catpt_ipc_msg request, reply;
sound/soc/intel/catpt/messages.c
141
struct catpt_ipc_msg request = {{0}}, reply;
sound/soc/intel/catpt/messages.c
153
struct catpt_ipc_msg request = {{0}};
sound/soc/intel/catpt/messages.c
164
struct catpt_ipc_msg request = {{0}};
sound/soc/intel/catpt/messages.c
17
struct catpt_ipc_msg request = {{0}}, reply;
sound/soc/intel/catpt/messages.c
175
struct catpt_ipc_msg request = {{0}};
sound/soc/intel/catpt/messages.c
196
struct catpt_ipc_msg request;
sound/soc/intel/catpt/messages.c
222
struct catpt_ipc_msg request;
sound/soc/intel/catpt/messages.c
240
struct catpt_ipc_msg request;
sound/soc/intel/catpt/messages.c
53
struct catpt_ipc_msg request, reply;
sound/soc/intel/catpt/trace.h
17
DECLARE_EVENT_CLASS(catpt_ipc_msg,
sound/soc/intel/catpt/trace.h
34
DEFINE_EVENT(catpt_ipc_msg, catpt_irq,
sound/soc/intel/catpt/trace.h
39
DEFINE_EVENT(catpt_ipc_msg, catpt_ipc_request,
sound/soc/intel/catpt/trace.h
44
DEFINE_EVENT(catpt_ipc_msg, catpt_ipc_reply,
sound/soc/intel/catpt/trace.h
49
DEFINE_EVENT(catpt_ipc_msg, catpt_ipc_notify,