Home
last modified time | relevance | path

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

/linux/include/linux/device/
H A Ddevres.h131 int devm_remove_action_nowarn(struct device *dev, void (*action)(void *), void *data);
145 WARN_ON(devm_remove_action_nowarn(dev, action, data)); in devm_remove_action()
/linux/drivers/gpio/
H A Dgpiolib-devres.c303 ret = devm_remove_action_nowarn(dev, devm_gpiod_release, desc); in devm_gpiod_unhinge()
/linux/rust/kernel/
H A Ddevres.rs208 bindings::devm_remove_action_nowarn( in remove_action()
/linux/drivers/base/
H A Ddevres.c793 int devm_remove_action_nowarn(struct device *dev, in devm_remove_action_nowarn() function
805 EXPORT_SYMBOL_GPL(devm_remove_action_nowarn);