Searched refs:fbtft_init_dbg (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/fbtft/ |
D | flexfb.c | 391 fbtft_init_dbg(dev, "%s(%s)\n", __func__, in flexfb_probe_common() 406 fbtft_init_dbg(dev, "Display resolution: %dx%d\n", width, height); in flexfb_probe_common() 407 fbtft_init_dbg(dev, "chip = %s\n", chip ? chip : "not set"); in flexfb_probe_common() 408 fbtft_init_dbg(dev, "setaddrwin = %d\n", setaddrwin); in flexfb_probe_common() 409 fbtft_init_dbg(dev, "regwidth = %d\n", regwidth); in flexfb_probe_common() 410 fbtft_init_dbg(dev, "buswidth = %d\n", buswidth); in flexfb_probe_common()
|
D | fbtft.h | 410 #define fbtft_init_dbg(dev, format, arg...) \ macro
|