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.c587 struct platform_device *smi_com_pdev; in mtk_smi_device_link_common() local
596 smi_com_pdev = of_find_device_by_node(smi_com_node); in mtk_smi_device_link_common()
598 if (!smi_com_pdev) { in mtk_smi_device_link_common()
604 if (!platform_get_drvdata(smi_com_pdev)) { in mtk_smi_device_link_common()
605 put_device(&smi_com_pdev->dev); in mtk_smi_device_link_common()
609 smi_com_dev = &smi_com_pdev->dev; in mtk_smi_device_link_common()
614 put_device(&smi_com_pdev->dev); in mtk_smi_device_link_common()