s3c64xx_spi_dt_match 1002 drivers/spi/spi-s3c64xx.c static const struct of_device_id s3c64xx_spi_dt_match[];
s3c64xx_spi_dt_match 1010 drivers/spi/spi-s3c64xx.c 		match = of_match_node(s3c64xx_spi_dt_match, pdev->dev.of_node);
s3c64xx_spi_dt_match 1409 drivers/spi/spi-s3c64xx.c static const struct of_device_id s3c64xx_spi_dt_match[] = {
s3c64xx_spi_dt_match 1430 drivers/spi/spi-s3c64xx.c MODULE_DEVICE_TABLE(of, s3c64xx_spi_dt_match);
s3c64xx_spi_dt_match 1436 drivers/spi/spi-s3c64xx.c 		.of_match_table = of_match_ptr(s3c64xx_spi_dt_match),