Home
last modified time | relevance | path

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

/linux/drivers/memory/
H A Dmtk-smi.c477 struct platform_device *smi_com_pdev; in mtk_smi_device_link_common() local
486 smi_com_pdev = of_find_device_by_node(smi_com_node); in mtk_smi_device_link_common()
488 if (smi_com_pdev) { in mtk_smi_device_link_common()
490 if (!platform_get_drvdata(smi_com_pdev)) { in mtk_smi_device_link_common()
491 put_device(&smi_com_pdev->dev); in mtk_smi_device_link_common()
494 smi_com_dev = &smi_com_pdev->dev; in mtk_smi_device_link_common()
499 put_device(&smi_com_pdev->dev); in mtk_smi_device_link_common()