sof_dev_desc
const struct sof_dev_desc *desc;
const struct sof_dev_desc *desc = sof_pdata->desc;
const struct sof_dev_desc *desc = pdata->desc;
static const struct sof_dev_desc acp63_desc = {
static const struct sof_dev_desc acp70_desc = {
static const struct sof_dev_desc rembrandt_desc = {
static const struct sof_dev_desc renoir_desc = {
static const struct sof_dev_desc vangogh_desc = {
const struct sof_dev_desc *desc = sof_pdata->desc;
const struct sof_dev_desc *desc = sof_pdata->desc;
const struct sof_dev_desc *desc,
const struct sof_dev_desc *desc = plat_data->desc;
const struct sof_dev_desc *desc = sdev->pdata->desc;
static struct sof_dev_desc sof_of_##mach_name##_desc = { \
const struct sof_dev_desc *desc = sof_pdata->desc;
const struct sof_dev_desc *desc = pdata->desc;
const struct sof_dev_desc *desc = pdata->desc;
const struct sof_dev_desc *desc = sof_pdata->desc;
const struct sof_dev_desc *desc = pdata->desc;
static const struct sof_dev_desc sof_acpi_broadwell_desc = {
const struct sof_dev_desc *desc;
desc = (const struct sof_dev_desc *)id->driver_data;
const struct sof_dev_desc *desc = pdata->desc;
static const struct sof_dev_desc sof_acpi_baytrailcr_desc = {
static const struct sof_dev_desc sof_acpi_baytrail_desc = {
static const struct sof_dev_desc sof_acpi_cherrytrail_desc = {
const struct sof_dev_desc *desc;
desc = (const struct sof_dev_desc *)id->driver_data;
const struct sof_dev_desc *desc = plat_data->desc;
const struct sof_dev_desc *desc = pdata->desc;
const struct sof_dev_desc *desc = sof_pdata->desc;
static const struct sof_dev_desc bxt_desc = {
static const struct sof_dev_desc glk_desc = {
static const struct sof_dev_desc cnl_desc = {
static const struct sof_dev_desc cfl_desc = {
static const struct sof_dev_desc cml_desc = {
static const struct sof_dev_desc icl_desc = {
static const struct sof_dev_desc jsl_desc = {
static const struct sof_dev_desc lnl_desc = {
static const struct sof_dev_desc mtl_desc = {
static const struct sof_dev_desc arl_desc = {
static const struct sof_dev_desc arl_s_desc = {
static const struct sof_dev_desc nvl_desc = {
static const struct sof_dev_desc nvl_s_desc = {
static const struct sof_dev_desc ptl_desc = {
static const struct sof_dev_desc wcl_desc = {
static struct sof_dev_desc skl_desc = {
static struct sof_dev_desc kbl_desc = {
static const struct sof_dev_desc adls_desc = {
static const struct sof_dev_desc adl_desc = {
static const struct sof_dev_desc adln_desc = {
static const struct sof_dev_desc rpls_desc = {
static const struct sof_dev_desc tgl_desc = {
static const struct sof_dev_desc rpl_desc = {
static const struct sof_dev_desc tglh_desc = {
static const struct sof_dev_desc ehl_desc = {
static const struct sof_dev_desc tng_desc = {
const struct sof_dev_desc *desc = pdata->desc;
const struct sof_dev_desc *desc = pdata->desc;
static const struct sof_dev_desc sof_of_mt8186_desc = {
static const struct sof_dev_desc sof_of_mt8188_desc = {
static const struct sof_dev_desc sof_of_mt8195_desc = {
const struct sof_dev_desc *desc = sdev->pdata->desc;
int sof_acpi_probe(struct platform_device *pdev, const struct sof_dev_desc *desc)
int sof_acpi_probe(struct platform_device *pdev, const struct sof_dev_desc *desc);
const struct sof_dev_desc *desc;
const struct sof_dev_desc *desc =
(const struct sof_dev_desc *)pci_id->driver_data;