Searched refs:short_detection_threshold (Results 1 – 1 of 1) sorted by relevance
62 unsigned int short_detection_threshold; member231 &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