short_detection_threshold  209 drivers/video/backlight/sky81452-backlight.c 			&pdata->short_detection_threshold);
short_detection_threshold  211 drivers/video/backlight/sky81452-backlight.c 		pdata->short_detection_threshold = 7;
short_detection_threshold  243 drivers/video/backlight/sky81452-backlight.c 	if (pdata->short_detection_threshold < 4 ||
short_detection_threshold  244 drivers/video/backlight/sky81452-backlight.c 				pdata->short_detection_threshold > 7)
short_detection_threshold  246 drivers/video/backlight/sky81452-backlight.c 	value |= (7 - pdata->short_detection_threshold) << CTZ(SKY81452_VSHRT);
short_detection_threshold   31 include/linux/platform_data/sky81452-backlight.h 	unsigned int short_detection_threshold;