Home
last modified time | relevance | path

Searched refs:device_pm_add (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/base/power/
H A Dpower.h115 extern void device_pm_add(struct device *);
138 static inline void device_pm_add(struct device *dev) {} in device_pm_add() function
H A Dmain.c8 * The driver model core calls device_pm_add() when a device is registered.
53 * Since device_pm_add() may be called with a device lock held,
127 * device_pm_add - Add a device to the PM core's list of active devices.
130 void device_pm_add(struct device *dev) in device_pm_add() function
/kernel/linux/linux-6.6/drivers/base/power/
H A Dpower.h115 extern void device_pm_add(struct device *);
138 static inline void device_pm_add(struct device *dev) {} in device_pm_add() function
H A Dmain.c8 * The driver model core calls device_pm_add() when a device is registered.
52 * Since device_pm_add() may be called with a device lock held,
126 * device_pm_add - Add a device to the PM core's list of active devices.
129 void device_pm_add(struct device *dev) in device_pm_add() function
/kernel/linux/linux-5.10/drivers/base/
H A Dcore.c2959 device_pm_add(dev); in device_add()
2987 * This needs to happen after device_pm_add() because device_link_add() in device_add()
/kernel/linux/linux-6.6/drivers/base/
H A Dcore.c3594 device_pm_add(dev); in device_add()
3619 * This needs to happen after device_pm_add() because device_link_add() in device_add()

Completed in 17 milliseconds