Home
last modified time | relevance | path

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

/openbmc/linux/drivers/memory/
H A Dmtk-smi.c476 struct platform_device *smi_com_pdev; in mtk_smi_device_link_common() local
485 smi_com_pdev = of_find_device_by_node(smi_com_node); in mtk_smi_device_link_common()
487 if (smi_com_pdev) { in mtk_smi_device_link_common()
489 if (!platform_get_drvdata(smi_com_pdev)) { in mtk_smi_device_link_common()
490 put_device(&smi_com_pdev->dev); in mtk_smi_device_link_common()
493 smi_com_dev = &smi_com_pdev->dev; in mtk_smi_device_link_common()
498 put_device(&smi_com_pdev->dev); in mtk_smi_device_link_common()