Searched refs:fbtft_init_dbg (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/fbtft/ |
D | flexfb.c | 263 fbtft_init_dbg(dev, "%s(%s)\n", __func__, sdev ? "'SPI device'" : "'Platform device'"); in flexfb_probe_common() 378 fbtft_init_dbg(dev, "Display resolution: %dx%d\n", width, height); in flexfb_probe_common() 379 fbtft_init_dbg(dev, "chip = %s\n", chip ? chip : "not set"); in flexfb_probe_common() 380 fbtft_init_dbg(dev, "setaddrwin = %d\n", setaddrwin); in flexfb_probe_common() 381 fbtft_init_dbg(dev, "regwidth = %d\n", regwidth); in flexfb_probe_common() 382 fbtft_init_dbg(dev, "buswidth = %d\n", buswidth); in flexfb_probe_common()
|
D | fbtft.h | 420 #define fbtft_init_dbg(dev, format, arg...) \ macro
|