Home
last modified time | relevance | path

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

/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
/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c548 sysfs_add_device_to_node(&spu->dev, spu->node); in spu_create_dev()