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