Home
last modified time | relevance | path

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

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