• Home
  • Raw
  • Download

Lines Matching full:value

21 (effective) target value.  The aggregated target value is updated with changes
23 aggregated target value is simply the min of the request values held in the list
26 Note: the aggregated target value is implemented as an atomic variable so that
27 reading the aggregated value does not require any locking mechanism.
32 Will insert an element into the CPU latency QoS list with the target value.
34 notifiers are called only if the target value is now different.
40 value and recompute the new aggregated target, calling the notification tree
49 Returns the aggregated value for the CPU latency QoS.
57 called when the aggregated value for the CPU latency QoS is changed.
78 To change the requested target value, the process needs to write an s32 value to
79 the open device node. Alternatively, it can write a hex string for the value
83 To remove the user mode request for a target value simply close the device
97 The PM QoS flags aggregate value is a gather (bitwise OR) of all list elements'
101 the aggregated value does not require any locking mechanism.
106 int dev_pm_qos_add_request(device, handle, type, value):
108 target value. Upon change to this list the new target is recomputed and any
109 registered notifiers are called only if the target value is now different.
115 value and recompute the new aggregated target, calling the notification
124 Returns the aggregated value for a given device's constraints list.
140 int dev_pm_qos_add_ancestor_request(dev, handle, type, value)
146 int dev_pm_qos_expose_latency_limit(device, value)
156 int dev_pm_qos_expose_flags(device, value)
159 change the value of the PM_QOS_FLAG_NO_POWER_OFF flag.
174 The callback is called when the aggregated value of the device constraints
193 whatever is necessary to transfer the effective requirement value to the
197 .set_latency_tolerance() callback will be executed and the effective value will
198 be passed to it. If that value is negative, which means that the list of
201 autonomous mode if available. If that value is PM_QOS_LATENCY_ANY, in turn, and