Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspidev.c708 static const struct of_device_id spidev_dt_ids[] = { variable
712 MODULE_DEVICE_TABLE(of, spidev_dt_ids);
728 if (spi->dev.of_node && !of_match_device(spidev_dt_ids, &spi->dev)) { in spidev_probe()
731 !of_match_device(spidev_dt_ids, &spi->dev)); in spidev_probe()
804 .of_match_table = of_match_ptr(spidev_dt_ids),