Home
last modified time | relevance | path

Searched refs:omapfb_notifier_block (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/omap/
Domapfb.h144 struct omapfb_notifier_block { struct
162 void (*bind_client) (struct omapfb_notifier_block *nb); argument
237 extern int omapfb_register_client(struct omapfb_notifier_block *nb,
240 extern int omapfb_unregister_client(struct omapfb_notifier_block *nb);
Domapfb_main.c979 int omapfb_register_client(struct omapfb_notifier_block *omapfb_nb, in omapfb_register_client()
1010 int omapfb_unregister_client(struct omapfb_notifier_block *omapfb_nb) in omapfb_unregister_client()
Dhwa742.c573 static void hwa742_bind_client(struct omapfb_notifier_block *nb) in hwa742_bind_client()