Lines Matching refs:handle
31 void cpu_latency_qos_add_request(handle, target_value):
35 Clients of PM QoS need to save the returned handle for future use in other
38 void cpu_latency_qos_update_request(handle, new_target_value):
39 Will update the list element pointed to by the handle with the new target
43 void cpu_latency_qos_remove_request(handle):
51 int cpu_latency_qos_request_active(handle):
106 int dev_pm_qos_add_request(device, handle, type, value):
110 Clients of dev_pm_qos need to save the handle for future use in other
113 int dev_pm_qos_update_request(handle, new_value):
114 Will update the list element pointed to by the handle with the new target
118 int dev_pm_qos_remove_request(handle):
140 int dev_pm_qos_add_ancestor_request(dev, handle, type, value)