table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
DEVM_REMOVE_ACTION(9) | Driver Basics | DEVM_REMOVE_ACTION(9) |
NAME¶
devm_remove_action - removes previously added custom actionSYNOPSIS¶
void
devm_remove_action(struct device * dev,
void (*action) (void *),
void * data);
ARGUMENTS¶
devDevice that owns the action
action
Function implementing the action
data
Pointer to data passed to action
implementation
DESCRIPTION¶
Removes instance of action previously added by devm_add_action. Both action and data should match one of the existing entries.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |