Searched refs:spidev_of_check (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/spi/ |
D | spidev.c | 725 static int spidev_of_check(struct device *dev) in spidev_of_check() function 735 { .compatible = "cisco,spi-petra", .data = &spidev_of_check }, 736 { .compatible = "dh,dhcom-board", .data = &spidev_of_check }, 737 { .compatible = "lineartechnology,ltc2488", .data = &spidev_of_check }, 738 { .compatible = "lwn,bk4", .data = &spidev_of_check }, 739 { .compatible = "menlo,m53cpld", .data = &spidev_of_check }, 740 { .compatible = "micron,spi-authenta", .data = &spidev_of_check }, 741 { .compatible = "rohm,dh2228fv", .data = &spidev_of_check }, 742 { .compatible = "semtech,sx1301", .data = &spidev_of_check }, 743 { .compatible = "silabs,em3581", .data = &spidev_of_check }, [all …]
|