Lines Matching full:handle
42 void pm_qos_add_request(handle, param_class, target_value):
46 Clients of pm_qos need to save the returned handle for future use in other
49 void pm_qos_update_request(handle, new_target_value):
50 Will update the list element pointed to by the handle with the new target value
54 void pm_qos_remove_request(handle):
62 int pm_qos_request_active(handle):
114 int dev_pm_qos_add_request(device, handle, type, value):
118 Clients of dev_pm_qos need to save the handle for future use in other
121 int dev_pm_qos_update_request(handle, new_value):
122 Will update the list element pointed to by the handle with the new target
126 int dev_pm_qos_remove_request(handle):
148 int dev_pm_qos_add_ancestor_request(dev, handle, type, value)