Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dof_device.h44 static inline void of_device_node_put(struct device *dev) in of_device_node_put() function
100 static inline void of_device_node_put(struct device *dev) { } in of_device_node_put() function
/OK3568_Linux_fs/kernel/drivers/base/
H A Dplatform.c438 of_device_node_put(&pa->pdev.dev); in platform_device_release()