Home
last modified time | relevance | path

Searched refs:short_detection_threshold (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/video/backlight/
Dsky81452-backlight.c220 &pdata->short_detection_threshold); in sky81452_bl_parse_dt()
222 pdata->short_detection_threshold = 7; in sky81452_bl_parse_dt()
254 if (pdata->short_detection_threshold < 4 || in sky81452_bl_init_device()
255 pdata->short_detection_threshold > 7) in sky81452_bl_init_device()
257 value |= (7 - pdata->short_detection_threshold) << CTZ(SKY81452_VSHRT); in sky81452_bl_init_device()
/linux-4.4.14/include/linux/platform_data/
Dsky81452-backlight.h42 unsigned int short_detection_threshold; member