Home
last modified time | relevance | path

Searched refs:sysfs_add_device_to_node (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dtopology.h45 extern int sysfs_add_device_to_node(struct device *dev, int nid);
80 static inline int sysfs_add_device_to_node(struct device *dev, int nid) in sysfs_add_device_to_node() function
/openbmc/linux/arch/powerpc/kernel/
H A Dsysfs.c1123 int sysfs_add_device_to_node(struct device *dev, int nid) in sysfs_add_device_to_node() function
1129 EXPORT_SYMBOL_GPL(sysfs_add_device_to_node);
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c549 sysfs_add_device_to_node(&spu->dev, spu->node); in spu_create_dev()