Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/omap/
H A Domapfb.h131 struct omapfb_notifier_block { struct
149 void (*bind_client) (struct omapfb_notifier_block *nb); argument
226 extern int omapfb_register_client(struct omapfb_notifier_block *nb,
229 extern int omapfb_unregister_client(struct omapfb_notifier_block *nb);
H A Dhwa742.c573 static void hwa742_bind_client(struct omapfb_notifier_block *nb) in hwa742_bind_client()