Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/amd/ps/
Dpci-ps.c175 ps_pdm_data = dev_get_drvdata(&adata->pdm_dev->dev); in acp63_irq_handler()
376 struct acpi_device *pdm_dev; in get_acp63_device_config() local
409 pdm_dev = acpi_find_child_device(ACPI_COMPANION(&pci->dev), ACP63_DMIC_ADDR, 0); in get_acp63_device_config()
410 if (pdm_dev) { in get_acp63_device_config()
412 if (!acpi_dev_get_property(pdm_dev, "acp-audio-device-type", in get_acp63_device_config()
477 adata->pdm_dev = platform_device_register_full(&pdevinfo); in create_acp63_platform_devs()
478 if (IS_ERR(adata->pdm_dev)) { in create_acp63_platform_devs()
481 ret = PTR_ERR(adata->pdm_dev); in create_acp63_platform_devs()
523 platform_device_unregister(adata->pdm_dev); in create_acp63_platform_devs()
717 platform_device_unregister(adata->pdm_dev); in snd_acp63_remove()
Dacp63.h241 struct platform_device *pdm_dev; member
/linux-6.12.1/sound/soc/amd/acp/
Dacp-legacy-common.c446 struct acpi_device *pdm_dev; in check_acp_config() local
473 pdm_dev = acpi_find_child_device(ACPI_COMPANION(&pci->dev), pdm_addr, 0); in check_acp_config()
474 if (pdm_dev) { in check_acp_config()
475 if (!acpi_dev_get_property(pdm_dev, "acp-audio-device-type", in check_acp_config()