Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/video/backlight/
A Dsky81452-backlight.c62 unsigned int short_detection_threshold; member
231 &pdata->short_detection_threshold); in sky81452_bl_parse_dt()
233 pdata->short_detection_threshold = 7; in sky81452_bl_parse_dt()
265 if (pdata->short_detection_threshold < 4 || in sky81452_bl_init_device()
266 pdata->short_detection_threshold > 7) in sky81452_bl_init_device()
268 value |= (7 - pdata->short_detection_threshold) << CTZ(SKY81452_VSHRT); in sky81452_bl_init_device()

Completed in 3 milliseconds