Searched refs:spidev_dt_ids (Results 1 – 1 of 1) sorted by relevance
695 static const struct of_device_id spidev_dt_ids[] = { variable700 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),