Searched refs:devm_remove_action (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/base/
H A Ddevres.c727 * devm_remove_action() - removes previously added custom action
735 void devm_remove_action(struct device *dev, void (*action)(void *), void *data) devm_remove_action() function
746 EXPORT_SYMBOL_GPL(devm_remove_action); variable
/linux-4.1.27/include/linux/
H A Ddevice.h643 void devm_remove_action(struct device *dev, void (*action)(void *), void *data);

Completed in 160 milliseconds