Searched refs:fb_notif (Results 1 – 4 of 4) sorted by relevance
33 ld = container_of(self, struct lcd_device, fb_notif); in fb_notifier_callback()53 memset(&ld->fb_notif, 0, sizeof(ld->fb_notif)); in lcd_register_fb()54 ld->fb_notif.notifier_call = fb_notifier_callback; in lcd_register_fb()55 return fb_register_client(&ld->fb_notif); in lcd_register_fb()60 fb_unregister_client(&ld->fb_notif); in lcd_unregister_fb()
108 bd = container_of(self, struct backlight_device, fb_notif); in fb_notifier_callback()139 memset(&bd->fb_notif, 0, sizeof(bd->fb_notif)); in backlight_register_fb()140 bd->fb_notif.notifier_call = fb_notifier_callback; in backlight_register_fb()142 return fb_register_client(&bd->fb_notif); in backlight_register_fb()147 fb_unregister_client(&bd->fb_notif); in backlight_unregister_fb()
68 struct notifier_block fb_notif; member
317 struct notifier_block fb_notif; member
Completed in 9 milliseconds