Searched refs:_compatible (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/staging/fbtft/ |
D | fbtft.h | 277 #define FBTFT_DT_TABLE(_compatible) \ argument 279 { .compatible = _compatible }, \ 284 #define FBTFT_SPI_DRIVER(_name, _compatible, _display, _spi_ids) \ argument 308 #define FBTFT_REGISTER_DRIVER(_name, _compatible, _display) \ argument 322 FBTFT_DT_TABLE(_compatible) \ 324 FBTFT_SPI_DRIVER(_name, _compatible, _display, NULL) \
|
/linux-6.12.1/drivers/mmc/core/ |
D | card.h | 137 #define SDIO_FIXUP_COMPATIBLE(_compatible, _fixup, _data) \ argument 149 .of_compatible = _compatible, \
|