Home
last modified time | relevance | path

Searched refs:_display (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/staging/fbtft/
Dfbtft.h282 #define FBTFT_SPI_DRIVER(_name, _compatible, _display, _spi_ids) \ argument
286 return fbtft_probe_common(_display, spi, NULL); \
306 #define FBTFT_REGISTER_DRIVER(_name, _compatible, _display) \ argument
310 return fbtft_probe_common(_display, NULL, pdev); \
323 FBTFT_SPI_DRIVER(_name, _compatible, _display, NULL) \
357 #define FBTFT_REGISTER_SPI_DRIVER(_name, _comp_vend, _comp_dev, _display) \ argument
367 FBTFT_SPI_DRIVER(_name, _comp_vend "," _comp_dev, _display, spi_ids) \