Home
last modified time | relevance | path

Searched refs:fb_unregister_client (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/video/fbdev/core/
H A Dfb_notify.c37 int fb_unregister_client(struct notifier_block *nb) in fb_unregister_client() function
41 EXPORT_SYMBOL(fb_unregister_client);
/linux-6.15/drivers/leds/trigger/
H A Dledtrig-backlight.c128 fb_unregister_client(&n->notifier); in bl_trig_deactivate()
/linux-6.15/arch/arm/mach-pxa/
H A Dam200epd.c381 fb_unregister_client(&am200_fb_notif); in am200_init()
/linux-6.15/drivers/video/backlight/
H A Dlcd.c86 fb_unregister_client(&ld->fb_notif); in lcd_unregister_fb()
H A Dbacklight.c148 fb_unregister_client(&bd->fb_notif); in backlight_unregister_fb()
/linux-6.15/include/linux/
H A Dfb.h162 extern int fb_unregister_client(struct notifier_block *nb);
170 static inline int fb_unregister_client(struct notifier_block *nb) in fb_unregister_client() function