Searched refs:_compatible (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/fbtft/ |
D | fbtft.h | 275 #define FBTFT_DT_TABLE(_compatible) \ argument 277 { .compatible = _compatible }, \ 282 #define FBTFT_SPI_DRIVER(_name, _compatible, _display, _spi_ids) \ argument 306 #define FBTFT_REGISTER_DRIVER(_name, _compatible, _display) \ argument 321 FBTFT_DT_TABLE(_compatible) \ 323 FBTFT_SPI_DRIVER(_name, _compatible, _display, NULL) \
|
/drivers/mmc/core/ |
D | card.h | 137 #define SDIO_FIXUP_COMPATIBLE(_compatible, _fixup, _data) \ argument 149 .of_compatible = _compatible, \
|