fbtft_remove_common 1348 drivers/staging/fbtft/fbtft-core.c EXPORT_SYMBOL(fbtft_remove_common);
fbtft_remove_common  255 drivers/staging/fbtft/fbtft.h int fbtft_remove_common(struct device *dev, struct fb_info *info);
fbtft_remove_common  286 drivers/staging/fbtft/fbtft.h 	return fbtft_remove_common(&spi->dev, info);                       \
fbtft_remove_common  298 drivers/staging/fbtft/fbtft.h 	return fbtft_remove_common(&pdev->dev, info);                      \