power.c File Reference
Go to the source code of this file.
Function Documentation
| int device_pm_add |
( |
struct device * |
dev |
) |
|
| void device_pm_remove |
( |
struct device * |
dev |
) |
|
| int pm_qos_add_notifier |
( |
int |
qos, |
|
|
struct notifier_block * |
notifier | |
|
) |
| | |
| int pm_qos_add_requirement |
( |
int |
qos, |
|
|
char * |
name, |
|
|
s32 |
value | |
|
) |
| | |
| int pm_qos_remove_notifier |
( |
int |
qos, |
|
|
struct notifier_block * |
notifier | |
|
) |
| | |
| void pm_qos_remove_requirement |
( |
int |
qos, |
|
|
char * |
name | |
|
) |
| | |
| int pm_qos_requirement |
( |
int |
qos |
) |
|
| int pm_qos_update_requirement |
( |
int |
qos, |
|
|
char * |
name, |
|
|
s32 |
new_value | |
|
) |
| | |