Home
last modified time | relevance | path

Searched refs:devm_remove_action_nowarn (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/rust/kernel/
Ddevres.rs143 bindings::devm_remove_action_nowarn( in remove_action()
/linux-6.14.4/include/linux/
Ddevice.h402 int devm_remove_action_nowarn(struct device *dev, void (*action)(void *), void *data);
416 WARN_ON(devm_remove_action_nowarn(dev, action, data)); in devm_remove_action()
/linux-6.14.4/drivers/base/
Ddevres.c779 int devm_remove_action_nowarn(struct device *dev, in devm_remove_action_nowarn() function
791 EXPORT_SYMBOL_GPL(devm_remove_action_nowarn);