Lines Matching full:remove
85 * @action: Action to carry out (add, update or remove).
92 * and add it to the list), PM_QOS_UPDATE_REQ (remove @node from the list, store
93 * @value in it and add it to the list again), and PM_QOS_REMOVE_REQ (remove
118 * To change the list, atomically remove, reinit with new value in pm_qos_update_target()
149 * pm_qos_flags_remove_req - Remove device PM QoS flags request.
150 * @pqf: Device PM QoS flags set to remove the request from.
151 * @req: Request to remove from the set.
168 * @req: Request to add to the set, to modify, or to remove from the set.
315 * cpu_latency_qos_remove_request - Remove existing CPU latency QoS request.
316 * @req: QoS request to remove.
318 * Remove the CPU latency QoS request represented by @req from the CPU latency
496 * freq_qos_apply - Add/modify/remove frequency QoS request.
498 * @action: Action to perform (add/update/remove).
591 * freq_qos_remove_request - Remove frequency QoS request from its list.
592 * @req: Request to remove.
594 * Remove the given frequency QoS request from the list of constraints it
653 * freq_qos_remove_notifier - Remove frequency QoS change notifier.
654 * @qos: List of requests to remove the notifier from.
656 * @notifier: Notifier block to remove.