Home
last modified time | relevance | path

Searched refs:pdev_mach (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/sound/soc/intel/common/
Dsst-acpi.c40 struct platform_device *pdev_mach; member
147 sst_acpi->pdev_mach = in sst_acpi_probe()
150 if (IS_ERR(sst_acpi->pdev_mach)) in sst_acpi_probe()
151 return PTR_ERR(sst_acpi->pdev_mach); in sst_acpi_probe()
157 platform_device_unregister(sst_acpi->pdev_mach); in sst_acpi_probe()
167 platform_device_unregister(sst_acpi->pdev_mach); in sst_acpi_remove()
/Linux-v5.4/sound/soc/sof/
Dcore.c379 plat_data->pdev_mach = in sof_probe_continue()
383 if (IS_ERR(plat_data->pdev_mach)) { in sof_probe_continue()
384 ret = PTR_ERR(plat_data->pdev_mach); in sof_probe_continue()
389 dev_name(&plat_data->pdev_mach->dev)); in sof_probe_continue()
507 if (!IS_ERR_OR_NULL(pdata->pdev_mach)) in snd_sof_device_remove()
508 platform_device_unregister(pdata->pdev_mach); in snd_sof_device_remove()
/Linux-v5.4/include/sound/
Dsof.h50 struct platform_device *pdev_mach; member