Searched refs:spidev_dt_ids (Results 1 – 1 of 1) sorted by relevance
667 static const struct of_device_id spidev_dt_ids[] = { variable674 MODULE_DEVICE_TABLE(of, spidev_dt_ids);727 if (spi->dev.of_node && !of_match_device(spidev_dt_ids, &spi->dev)) { in spidev_probe()730 !of_match_device(spidev_dt_ids, &spi->dev)); in spidev_probe()804 .of_match_table = of_match_ptr(spidev_dt_ids),