Searched refs:fb_notif (Results 1 – 4 of 4) sorted by relevance
48 struct lcd_device *ld = container_of(self, struct lcd_device, fb_notif); in fb_notifier_callback()79 memset(&ld->fb_notif, 0, sizeof(ld->fb_notif)); in lcd_register_fb()80 ld->fb_notif.notifier_call = fb_notifier_callback; in lcd_register_fb()81 return fb_register_client(&ld->fb_notif); in lcd_register_fb()86 fb_unregister_client(&ld->fb_notif); in lcd_unregister_fb()
109 bd = container_of(self, struct backlight_device, fb_notif); in fb_notifier_callback()140 memset(&bd->fb_notif, 0, sizeof(bd->fb_notif)); in backlight_register_fb()141 bd->fb_notif.notifier_call = fb_notifier_callback; in backlight_register_fb()143 return fb_register_client(&bd->fb_notif); in backlight_register_fb()148 fb_unregister_client(&bd->fb_notif); in backlight_unregister_fb()
83 struct notifier_block fb_notif; member
284 struct notifier_block fb_notif; member