Lines Matching defs:cdev
38 struct sof_client_dev *cdev = inode->i_private;
41 if (sof_client_get_fw_state(cdev) == SOF_FW_CRASHED)
59 static int sof_debug_ipc_flood_test(struct sof_client_dev *cdev,
64 struct sof_ipc_flood_priv *priv = cdev->data;
65 struct device *dev = &cdev->auxdev.dev;
86 ret = sof_client_ipc_tx_message_no_reply(cdev, &hdr);
156 struct sof_client_dev *cdev = file->private_data;
157 struct device *dev = &cdev->auxdev.dev;
226 ret = sof_debug_ipc_flood_test(cdev, flood_duration_test,
246 struct sof_client_dev *cdev = file->private_data;
247 struct sof_ipc_flood_priv *priv = cdev->data;
298 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev);
299 struct dentry *debugfs_root = sof_client_get_debugfs_root(cdev);
312 cdev->data = priv;
319 cdev, &sof_ipc_flood_fops);
323 priv->dfs_root, cdev, &sof_ipc_flood_fops);
358 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev);
359 struct sof_ipc_flood_priv *priv = cdev->data;