Searched refs:backlight_power (Results 1 – 4 of 4) sorted by relevance
174 void (*backlight_power)(int); member566 if (fbi->backlight_power) in imxfb_enable_controller()567 fbi->backlight_power(1); in imxfb_enable_controller()579 if (fbi->backlight_power) in imxfb_disable_controller()580 fbi->backlight_power(0); in imxfb_disable_controller()770 fbi->backlight_power = pdata->backlight_power; in imxfb_init_fbinfo()
169 void (*backlight_power)(int); member
719 if (fbi->inf->backlight_power) in __sa1100fb_backlight_power()720 fbi->inf->backlight_power(on); in __sa1100fb_backlight_power()
1415 if (fbi->backlight_power) in __pxafb_backlight_power()1416 fbi->backlight_power(on); in __pxafb_backlight_power()2140 fbi->backlight_power = inf->pxafb_backlight_power; in pxafb_probe()