Home
last modified time | relevance | path

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

/linux/sound/soc/amd/ps/
H A Dpci-ps.c240 ps_pdm_data = dev_get_drvdata(&adata->pdm_dev->dev); in acp63_irq_handler()
405 struct acpi_device *pdm_dev; in get_acp63_device_config()
421 pdm_dev = acpi_find_child_device(ACPI_COMPANION(&pci->dev), ACP63_DMIC_ADDR, 0); in get_acp63_device_config()
422 if (pdm_dev) { in get_acp63_device_config()
424 if (!acpi_dev_get_property(pdm_dev, "acp-audio-device-type", in get_acp63_device_config()
497 adata->pdm_dev = platform_device_register_full(&pdevinfo); in create_acp63_platform_devs()
498 if (IS_ERR(adata->pdm_dev)) { in create_acp63_platform_devs()
501 ret = PTR_ERR(adata->pdm_dev); in create_acp63_platform_devs()
543 platform_device_unregister(adata->pdm_dev);
716 platform_device_unregister(adata->pdm_dev); in snd_acp63_remove()
399 struct acpi_device *pdm_dev; get_acp63_device_config() local
[all...]
H A Dacp63.h320 * @pdm_dev: ACP PDM controller platform device
354 struct platform_device *pdm_dev; member
/linux/sound/soc/amd/acp/
H A Dacp-legacy-common.c574 struct acpi_device *pdm_dev; in check_acp_config() local
604 pdm_dev = acpi_find_child_device(ACPI_COMPANION(&pci->dev), pdm_addr, 0); in check_acp_config()
605 if (pdm_dev) { in check_acp_config()
606 if (!acpi_dev_get_property(pdm_dev, "acp-audio-device-type", in check_acp_config()