Searched refs:spidev_of_check (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/spi/ |
| D | spidev.c | 702 static int spidev_of_check(struct device *dev) in spidev_of_check() function 712 { .compatible = "rohm,dh2228fv", .data = &spidev_of_check }, 713 { .compatible = "lineartechnology,ltc2488", .data = &spidev_of_check }, 714 { .compatible = "semtech,sx1301", .data = &spidev_of_check }, 715 { .compatible = "lwn,bk4", .data = &spidev_of_check }, 716 { .compatible = "dh,dhcom-board", .data = &spidev_of_check }, 717 { .compatible = "menlo,m53cpld", .data = &spidev_of_check }, 718 { .compatible = "cisco,spi-petra", .data = &spidev_of_check }, 719 { .compatible = "micron,spi-authenta", .data = &spidev_of_check },
|