|
Linux Kernel
3.7.1
|
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) | |
| EXPORT_SYMBOL | ( | fb_register_client | ) |
| EXPORT_SYMBOL | ( | fb_unregister_client | ) |
| EXPORT_SYMBOL_GPL | ( | fb_notifier_call_chain | ) |
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.
1.8.2