Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
fb_notify.c File Reference
#include <linux/fb.h>
#include <linux/notifier.h>
#include <linux/export.h>

Go to the source code of this file.

Functions

int fb_register_client (struct notifier_block *nb)
 
 EXPORT_SYMBOL (fb_register_client)
 
int fb_unregister_client (struct notifier_block *nb)
 
 EXPORT_SYMBOL (fb_unregister_client)
 
int fb_notifier_call_chain (unsigned long val, void *v)
 
 EXPORT_SYMBOL_GPL (fb_notifier_call_chain)
 

Function Documentation

EXPORT_SYMBOL ( fb_register_client  )
EXPORT_SYMBOL ( fb_unregister_client  )
EXPORT_SYMBOL_GPL ( fb_notifier_call_chain  )
int fb_notifier_call_chain ( unsigned long  val,
void v 
)

fb_notifier_call_chain - notify clients of fb_events

Definition at line 43 of file fb_notify.c.

int fb_register_client ( struct notifier_block nb)

fb_register_client - register a client notifier : notifier block to callback on events

Definition at line 23 of file fb_notify.c.

int fb_unregister_client ( struct notifier_block nb)

fb_unregister_client - unregister a client notifier : notifier block to callback on events

Definition at line 33 of file fb_notify.c.