Home
last modified time | relevance | path

Searched refs:dpm_sysfs_add (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/base/power/
H A Dpower.h70 extern int dpm_sysfs_add(struct device *dev);
94 static inline int dpm_sysfs_add(struct device *dev) { return 0; } in dpm_sysfs_add() function
H A Dsysfs.c694 int dpm_sysfs_add(struct device *dev) in dpm_sysfs_add() function
/openbmc/linux/tools/power/pm-graph/config/
H A Dcgskip.txt62 dpm_sysfs_add
/openbmc/linux/drivers/base/
H A Dcore.c3617 error = dpm_sysfs_add(dev); in device_add()
3635 * after dpm_sysfs_add() and before kobject_uevent(). in device_add()