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
148 * Internal function to update the constraints list using the PM QoS core
272 /* Flush the constraints lists for the device. */ in dev_pm_qos_constraints_destroy()
276 * Update constraints list and call the notification in dev_pm_qos_constraints_destroy()
374 * This function inserts a new entry in the device constraints list of
500 * Will remove pm qos request from the list of constraints and
524 * of per-device PM QoS constraints
533 * If the device's constraints object doesn't exist when this routine is called,
577 * of per-device PM QoS constraints
594 /* Silently return if the constraints object is not present. */ in dev_pm_qos_remove_notifier()