Lines Matching defs:cdev
43 struct sof_client_dev *cdev = file->private_data;
44 struct sof_msg_inject_priv *priv = cdev->data;
46 struct device *dev = &cdev->auxdev.dev;
66 sof_client_ipc_rx_message(cdev, hdr, priv->kernel_buffer);
94 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev);
95 struct dentry *debugfs_root = sof_client_get_debugfs_root(cdev);
105 priv->max_msg_size = sof_client_get_ipc_max_payload_size(cdev);
112 cdev->data = priv;
115 debugfs_root, cdev,
131 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev);
132 struct sof_msg_inject_priv *priv = cdev->data;