1DEVM_REMOVE_ACTION(9)            Driver Basics           DEVM_REMOVE_ACTION(9)
2
3
4

NAME

6       devm_remove_action - removes previously added custom action
7

SYNOPSIS

9       void devm_remove_action(struct device * dev, void (*action) (void *),
10                               void * data);
11

ARGUMENTS

13       dev
14           Device that owns the action
15
16       action
17           Function implementing the action
18
19       data
20           Pointer to data passed to action implementation
21

DESCRIPTION

23       Removes instance of action previously added by devm_add_action. Both
24       action and data should match one of the existing entries.
25
27Kernel Hackers Manual 3.10         June 2019             DEVM_REMOVE_ACTION(9)
Impressum