Home
last modified time | relevance | path

Searched refs:devm_remove_action (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/pci/
H A Ddevres.c288 devm_remove_action(&pdev->dev, __pcim_clear_mwi, pdev); in pcim_set_mwi()
385 devm_remove_action(&pdev->dev, pcim_disable_device, pdev); in pcim_enable_device()
/linux/include/linux/device/
H A Ddevres.h143 void devm_remove_action(struct device *dev, void (*action)(void *), void *data) in devm_remove_action() function
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-cec.c302 devm_remove_action(&pdev->dev, dw_hdmi_cec_del, cec); in dw_hdmi_cec_probe()
/linux/sound/core/
H A Dinit.c884 devm_remove_action(card->dev, trigger_card_free, card); in snd_card_register()
/linux/drivers/cxl/core/
H A Dhdm.c300 devm_remove_action(&port->dev, cxl_dpa_release, cxled); in devm_cxl_dpa_release()