Searched refs:bl_props (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/video/backlight/ | 
| D | pcf50633-backlight.c | 100 	struct backlight_properties bl_props;  in pcf50633_bl_probe()  local106 	memset(&bl_props, 0, sizeof(bl_props));  in pcf50633_bl_probe()
 107 	bl_props.type = BACKLIGHT_RAW;  in pcf50633_bl_probe()
 108 	bl_props.max_brightness = 0x3f;  in pcf50633_bl_probe()
 109 	bl_props.power = FB_BLANK_UNBLANK;  in pcf50633_bl_probe()
 112 		bl_props.brightness = pdata->default_brightness;  in pcf50633_bl_probe()
 115 		bl_props.brightness = 0x3f;  in pcf50633_bl_probe()
 123 						&pcf50633_bl_ops, &bl_props);  in pcf50633_bl_probe()
 
 | 
| D | tps65217_bl.c | 275 	struct backlight_properties bl_props;  in tps65217_bl_probe()  local294 	memset(&bl_props, 0, sizeof(struct backlight_properties));  in tps65217_bl_probe()
 295 	bl_props.type = BACKLIGHT_RAW;  in tps65217_bl_probe()
 296 	bl_props.max_brightness = 100;  in tps65217_bl_probe()
 300 						&tps65217_bl_ops, &bl_props);  in tps65217_bl_probe()
 
 | 
| /Linux-v5.4/drivers/staging/fbtft/ | 
| D | fb_watterott.c | 247 	struct backlight_properties bl_props = { 0, };  in register_chip_backlight()  local249 	bl_props.type = BACKLIGHT_RAW;  in register_chip_backlight()
 250 	bl_props.power = FB_BLANK_POWERDOWN;  in register_chip_backlight()
 251 	bl_props.max_brightness = 100;  in register_chip_backlight()
 252 	bl_props.brightness = DEFAULT_BRIGHTNESS;  in register_chip_backlight()
 256 				       &bl_props);  in register_chip_backlight()
 
 | 
| D | fb_ssd1351.c | 216 	struct backlight_properties bl_props = { 0, };  in register_onboard_backlight()  local218 	bl_props.type = BACKLIGHT_RAW;  in register_onboard_backlight()
 219 	bl_props.power = FB_BLANK_POWERDOWN;  in register_onboard_backlight()
 223 				       &bl_props);  in register_onboard_backlight()
 
 | 
| D | fbtft-core.c | 182 	struct backlight_properties bl_props = { 0, };  in fbtft_register_backlight()  local190 	bl_props.type = BACKLIGHT_RAW;  in fbtft_register_backlight()
 192 	bl_props.power = FB_BLANK_POWERDOWN;  in fbtft_register_backlight()
 198 				       &fbtft_bl_ops, &bl_props);  in fbtft_register_backlight()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/panel/ | 
| D | panel-raydium-rm67191.c | 545 	struct backlight_properties bl_props;  in rad_panel_probe()  local591 	memset(&bl_props, 0, sizeof(bl_props));  in rad_panel_probe()
 592 	bl_props.type = BACKLIGHT_RAW;  in rad_panel_probe()
 593 	bl_props.brightness = 255;  in rad_panel_probe()
 594 	bl_props.max_brightness = 255;  in rad_panel_probe()
 598 							  &bl_props);  in rad_panel_probe()
 
 | 
| /Linux-v5.4/drivers/auxdisplay/ | 
| D | ht16k33.c | 395 	struct backlight_properties bl_props;  in ht16k33_probe()  local467 	memset(&bl_props, 0, sizeof(struct backlight_properties));  in ht16k33_probe()
 468 	bl_props.type = BACKLIGHT_RAW;  in ht16k33_probe()
 469 	bl_props.max_brightness = MAX_BRIGHTNESS;  in ht16k33_probe()
 473 					    &ht16k33_bl_ops, &bl_props);  in ht16k33_probe()
 
 |