Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/backlight/
Dsky81452-backlight.c209 &pdata->short_detection_threshold); in sky81452_bl_parse_dt()
211 pdata->short_detection_threshold = 7; in sky81452_bl_parse_dt()
243 if (pdata->short_detection_threshold < 4 || in sky81452_bl_init_device()
244 pdata->short_detection_threshold > 7) in sky81452_bl_init_device()
246 value |= (7 - pdata->short_detection_threshold) << CTZ(SKY81452_VSHRT); in sky81452_bl_init_device()
/Linux-v5.4/include/linux/platform_data/
Dsky81452-backlight.h31 unsigned int short_detection_threshold; member