Searched refs:bl_props (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/video/backlight/ |
D | pcf50633-backlight.c | 109 struct backlight_properties bl_props; in pcf50633_bl_probe() local 115 memset(&bl_props, 0, sizeof(bl_props)); in pcf50633_bl_probe() 116 bl_props.type = BACKLIGHT_RAW; in pcf50633_bl_probe() 117 bl_props.max_brightness = 0x3f; in pcf50633_bl_probe() 118 bl_props.power = FB_BLANK_UNBLANK; in pcf50633_bl_probe() 121 bl_props.brightness = pdata->default_brightness; in pcf50633_bl_probe() 124 bl_props.brightness = 0x3f; in pcf50633_bl_probe() 132 &pcf50633_bl_ops, &bl_props); in pcf50633_bl_probe()
|
D | tps65217_bl.c | 276 struct backlight_properties bl_props; in tps65217_bl_probe() local 303 memset(&bl_props, 0, sizeof(struct backlight_properties)); in tps65217_bl_probe() 304 bl_props.type = BACKLIGHT_RAW; in tps65217_bl_probe() 305 bl_props.max_brightness = 100; in tps65217_bl_probe() 309 &tps65217_bl_ops, &bl_props); in tps65217_bl_probe()
|
/linux-4.1.27/drivers/staging/fbtft/ |
D | fb_watterott.c | 263 struct backlight_properties bl_props = { 0, }; in register_chip_backlight() local 278 bl_props.type = BACKLIGHT_RAW; in register_chip_backlight() 279 bl_props.power = FB_BLANK_POWERDOWN; in register_chip_backlight() 280 bl_props.max_brightness = 100; in register_chip_backlight() 281 bl_props.brightness = DEFAULT_BRIGHTNESS; in register_chip_backlight() 284 par->info->device, par, bl_ops, &bl_props); in register_chip_backlight()
|
D | fb_ssd1351.c | 214 struct backlight_properties bl_props = { 0, }; in register_onboard_backlight() local 225 bl_props.type = BACKLIGHT_RAW; in register_onboard_backlight() 226 bl_props.power = FB_BLANK_POWERDOWN; in register_onboard_backlight() 229 par->info->device, par, bl_ops, &bl_props); in register_onboard_backlight()
|
D | fbtft-core.c | 287 struct backlight_properties bl_props = { 0, }; in fbtft_register_backlight() local 305 bl_props.type = BACKLIGHT_RAW; in fbtft_register_backlight() 307 bl_props.power = FB_BLANK_POWERDOWN; in fbtft_register_backlight() 309 bl_props.state |= BL_CORE_DRIVER1; in fbtft_register_backlight() 312 par->info->device, par, bl_ops, &bl_props); in fbtft_register_backlight()
|