Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/backlight/
Dsky81452-backlight.c62 unsigned int short_detection_threshold; member
228 &pdata->short_detection_threshold); in sky81452_bl_parse_dt()
230 pdata->short_detection_threshold = 7; in sky81452_bl_parse_dt()
261 if (pdata->short_detection_threshold < 4 || in sky81452_bl_init_device()
262 pdata->short_detection_threshold > 7) in sky81452_bl_init_device()
264 value |= (7 - pdata->short_detection_threshold) << CTZ(SKY81452_VSHRT); in sky81452_bl_init_device()