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

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

Completed in 119 milliseconds