Searched refs:devm_remove_action (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi-cec.c | 296 devm_remove_action(&pdev->dev, dw_hdmi_cec_del, cec); in dw_hdmi_cec_probe()
|
/Linux-v5.15/drivers/base/ |
D | devres.c | 754 void devm_remove_action(struct device *dev, void (*action)(void *), void *data) in devm_remove_action() function 764 EXPORT_SYMBOL_GPL(devm_remove_action);
|
/Linux-v5.15/drivers/gpu/drm/i2c/ |
D | tda9950.c | 476 devm_remove_action(dev, tda9950_cec_del, priv); in tda9950_probe()
|
/Linux-v5.15/include/linux/ |
D | device.h | 245 void devm_remove_action(struct device *dev, void (*action)(void *), void *data);
|
/Linux-v5.15/sound/core/ |
D | init.c | 853 devm_remove_action(card->dev, trigger_card_free, card); in snd_card_register()
|
/Linux-v5.15/drivers/net/ethernet/ti/ |
D | am65-cpsw-nuss.c | 1534 devm_remove_action(dev, am65_cpsw_nuss_free_tx_chns, common); in am65_cpsw_nuss_remove_tx_chns()
|