Man Page: devm_remove_action
Operating Environment: centos
Section: 9
DEVM_REMOVE_ACTION(9) Driver Basics DEVM_REMOVE_ACTION(9)NAMEdevm_remove_action - removes previously added custom actionSYNOPSISvoid devm_remove_action(struct device * dev, void (*action) (void *), void * data);ARGUMENTSdev Device that owns the action action Function implementing the action data Pointer to data passed to action implementationDESCRIPTIONRemoves instance of action previously added by devm_add_action. Both action and data should match one of the existing entries.COPYRIGHTKernel Hackers Manual 3.10 June 2014 DEVM_REMOVE_ACTION(9)
| Related Man Pages |
|---|
| xtcallactionproc(3xt) - redhat |
| xtremoveactionhook(3xt) - redhat |
| xtactionhookproc(3) - hpux |
| gsignal(3c) - hpux |
| gsignal(3c) - sunos |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| Best performance UNIX just for HOST Virtualization? |
| DB2 convert digits to binary format |
| Tar Command |
| Docker learning Phase-I |