Home
last modified time | relevance | path

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

/include/linux/
Ddevice.h754 static inline int dev_to_node(struct device *dev) in dev_to_node() function
763 static inline int dev_to_node(struct device *dev) in dev_to_node() function
Dide.h1528 return hwif->dev ? dev_to_node(hwif->dev) : -1; in hwif_to_node()