Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspidev.c695 static const struct of_device_id spidev_dt_ids[] = { variable
700 MODULE_DEVICE_TABLE(of, spidev_dt_ids);
716 if (spi->dev.of_node && !of_match_device(spidev_dt_ids, &spi->dev)) { in spidev_probe()
719 !of_match_device(spidev_dt_ids, &spi->dev)); in spidev_probe()
791 .of_match_table = of_match_ptr(spidev_dt_ids),