Searched refs:spidev_of_check (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/spi/ |
H A D | spidev.c | 727 static int spidev_of_check(struct device *dev) in spidev_of_check() function 737 { .compatible = "cisco,spi-petra", .data = &spidev_of_check }, 738 { .compatible = "dh,dhcom-board", .data = &spidev_of_check }, 739 { .compatible = "elgin,jg10309-01", .data = &spidev_of_check }, 740 { .compatible = "lineartechnology,ltc2488", .data = &spidev_of_check }, 741 { .compatible = "lwn,bk4", .data = &spidev_of_check }, 742 { .compatible = "menlo,m53cpld", .data = &spidev_of_check }, 743 { .compatible = "micron,spi-authenta", .data = &spidev_of_check }, 744 { .compatible = "rohm,bh2228fv", .data = &spidev_of_check }, 745 { .compatible = "rohm,dh2228fv", .data = &spidev_of_check }, [all …]
|