Lines Matching full:constraints
3 * Devices PM QoS constraints management
21 * . The per-device constraints data struct ptr is stored into the device
23 * . To minimize the data usage by the per-device constraints, the data struct
26 * . A global mutex protects the constraints users from the data being
147 * Internal function to update the constraints list using the PM QoS core
271 /* Flush the constraints lists for the device. */ in dev_pm_qos_constraints_destroy()
275 * Update constraints list and call the notification in dev_pm_qos_constraints_destroy()
373 * This function inserts a new entry in the device constraints list of
499 * Will remove pm qos request from the list of constraints and
523 * of per-device PM QoS constraints
532 * If the device's constraints object doesn't exist when this routine is called,
576 * of per-device PM QoS constraints
593 /* Silently return if the constraints object is not present. */ in dev_pm_qos_remove_notifier()