centos man page for devm_remove_action

Query: devm_remove_action

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DEVM_REMOVE_ACTION(9)						   Driver Basics					     DEVM_REMOVE_ACTION(9)

NAME
devm_remove_action - removes previously added custom action
SYNOPSIS
void devm_remove_action(struct device * dev, void (*action) (void *), void * data);
ARGUMENTS
dev Device 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
Kernel Hackers Manual 3.10 June 2014 DEVM_REMOVE_ACTION(9)
Related Man Pages
gsignal(3c) - opensolaris
xtcallactionproc(3xt) - redhat
dtactionlabel(3) - hpux
tc-xt(8) - mojave
xtappaddactionhook(3) - hpux
Similar Topics in the Unix Linux Community
Weird 'find' results
Best performance UNIX just for HOST Virtualization?
How to increment version inside a file?
Shopt -s histappend
Please Welcome Dave Munro to the Moderator Team!