Home
last modified time | relevance | path

Searched refs:of_device_node_put (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Dof_device.h44 static inline void of_device_node_put(struct device *dev) in of_device_node_put() function
94 static inline void of_device_node_put(struct device *dev) { } in of_device_node_put() function
/Linux-v5.4/drivers/base/
Dplatform.c362 of_device_node_put(&pa->pdev.dev); in platform_device_release()