Searched refs:_compatible (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/staging/fbtft/ |
| H A 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/samples/rust/ |
| H A D | rust_debugfs.rs | 73 _compatible: File<CString>, field 155 _compatible <- debugfs.read_only_file( in new()
|
| /linux/drivers/mmc/core/ |
| H A D | card.h | 142 #define SDIO_FIXUP_COMPATIBLE(_compatible, _fixup, _data) \ argument 154 .of_compatible = _compatible, \
|