Searched refs:pdev_mach (Results 1 – 3 of 3) sorted by relevance
40 struct platform_device *pdev_mach; member147 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()
379 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()
50 struct platform_device *pdev_mach; member