Searched refs:pcf_bl (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/video/backlight/
H A Dpcf50633-backlight.c38 struct pcf50633_bl *pcf_bl = platform_get_drvdata(pcf->bl_pdev); local
40 if (!pcf_bl)
43 pcf_bl->brightness_limit = limit & 0x3f;
44 backlight_update_status(pcf_bl->bl);
51 struct pcf50633_bl *pcf_bl = bl_get_data(bl); local
58 else if (bl->props.brightness < pcf_bl->brightness_limit)
61 new_brightness = pcf_bl->brightness_limit;
64 if (pcf_bl->brightness == new_brightness)
68 pcf50633_reg_write(pcf_bl->pcf, PCF50633_REG_LEDOUT,
70 if (!pcf_bl
83 struct pcf50633_bl *pcf_bl = bl_get_data(bl); local
96 struct pcf50633_bl *pcf_bl; local
[all...]

Completed in 98 milliseconds