Lines Matching defs:cdev
51 * @cdev: SOF client device
63 static int ipc3_probes_init(struct sof_client_dev *cdev, u32 stream_tag,
79 ret = sof_client_ipc_tx_message_no_reply(cdev, msg);
86 * @cdev: SOF client device
92 static int ipc3_probes_deinit(struct sof_client_dev *cdev)
99 return sof_client_ipc_tx_message_no_reply(cdev, &msg);
102 static int ipc3_probes_info(struct sof_client_dev *cdev, unsigned int cmd,
105 size_t max_msg_size = sof_client_get_ipc_max_payload_size(cdev);
120 ret = sof_client_ipc_tx_message(cdev, &msg, reply, max_msg_size);
146 * @cdev: SOF client device
154 static int ipc3_probes_points_info(struct sof_client_dev *cdev,
158 return ipc3_probes_info(cdev, SOF_IPC_PROBE_POINT_INFO,
164 * @cdev: SOF client device
175 static int ipc3_probes_points_add(struct sof_client_dev *cdev,
191 ret = sof_client_ipc_tx_message_no_reply(cdev, msg);
198 * @cdev: SOF client device
205 static int ipc3_probes_points_remove(struct sof_client_dev *cdev,
221 ret = sof_client_ipc_tx_message_no_reply(cdev, msg);