Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof_device.h44 static inline void of_device_node_put(struct device *dev) in of_device_node_put() function
87 static inline void of_device_node_put(struct device *dev) { } in of_device_node_put() function
/linux-4.4.14/drivers/base/
Dplatform.c212 of_device_node_put(&pa->pdev.dev); in platform_device_release()