Lines Matching defs:cdev
62 * @cdev: SOF client device
68 static struct sof_man4_module *sof_ipc4_probe_get_module_info(struct sof_client_dev *cdev)
70 struct sof_probes_priv *priv = cdev->data;
71 struct device *dev = &cdev->auxdev.dev;
78 sof_client_ipc4_find_module(cdev, &probe_uuid);
93 * @cdev: SOF client device
106 static int ipc4_probes_init(struct sof_client_dev *cdev, u32 stream_tag,
109 struct sof_man4_module *mentry = sof_ipc4_probe_get_module_info(cdev);
132 return sof_client_ipc_tx_message_no_reply(cdev, &msg);
137 * @cdev: SOF client device
144 static int ipc4_probes_deinit(struct sof_client_dev *cdev)
146 struct sof_man4_module *mentry = sof_ipc4_probe_get_module_info(cdev);
162 return sof_client_ipc_tx_message_no_reply(cdev, &msg);
167 * @cdev: SOF client device
174 static int ipc4_probes_points_info(struct sof_client_dev *cdev,
186 * @cdev: SOF client device
194 static int ipc4_probes_points_add(struct sof_client_dev *cdev,
198 struct sof_man4_module *mentry = sof_ipc4_probe_get_module_info(cdev);
231 ret = sof_client_ipc_set_get_data(cdev, &msg, true);
240 * @cdev: SOF client device
248 static int ipc4_probes_points_remove(struct sof_client_dev *cdev,
251 struct sof_man4_module *mentry = sof_ipc4_probe_get_module_info(cdev);
277 ret = sof_client_ipc_set_get_data(cdev, &msg, true);