pm: rename device_pm_cb to pm_device_cb
Prefix all device PM functions/data structures with pm. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
7bfd3a11f3
commit
dbf46b3815
38 changed files with 39 additions and 39 deletions
|
@ -77,7 +77,7 @@ struct device;
|
|||
#define PM_DEVICE_SET_POWER_STATE 1
|
||||
#define PM_DEVICE_GET_POWER_STATE 2
|
||||
|
||||
typedef void (*device_pm_cb)(const struct device *dev,
|
||||
typedef void (*pm_device_cb)(const struct device *dev,
|
||||
int status, void *context, void *arg);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue