Home
last modified time | relevance | path

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

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