filter_cleanup    142 drivers/input/touchscreen/ads7846.c 	void			(*filter_cleanup)(void *data);
filter_cleanup   1329 drivers/input/touchscreen/ads7846.c 		ts->filter_cleanup = pdata->filter_cleanup;
filter_cleanup   1471 drivers/input/touchscreen/ads7846.c 	if (ts->filter_cleanup)
filter_cleanup   1472 drivers/input/touchscreen/ads7846.c 		ts->filter_cleanup(ts->filter_data);
filter_cleanup   1503 drivers/input/touchscreen/ads7846.c 	if (ts->filter_cleanup)
filter_cleanup   1504 drivers/input/touchscreen/ads7846.c 		ts->filter_cleanup(ts->filter_data);
filter_cleanup     57 include/linux/spi/ads7846.h 	void	(*filter_cleanup)(void *filter_data);