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

/linux-4.4.14/drivers/mmc/host/
H A Dsdhci-s3c.c429 static const struct of_device_id sdhci_s3c_dt_match[]; variable in typeref:struct:of_device_id
437 match = of_match_node(sdhci_s3c_dt_match, pdev->dev.of_node); sdhci_s3c_get_driver_data()
752 static const struct of_device_id sdhci_s3c_dt_match[] = { variable in typeref:struct:of_device_id
758 MODULE_DEVICE_TABLE(of, sdhci_s3c_dt_match);
767 .of_match_table = of_match_ptr(sdhci_s3c_dt_match),

Completed in 34 milliseconds