Lines Matching refs:s32

53 s32 pm_qos_read_value(struct pm_qos_constraints *c)  in pm_qos_read_value()
76 static void pm_qos_set_value(struct pm_qos_constraints *c, s32 value) in pm_qos_set_value()
156 s32 val = 0; in pm_qos_flags_remove_req()
176 enum pm_qos_req_action action, s32 val) in pm_qos_update_flags()
179 s32 prev_value, curr_value; in pm_qos_update_flags()
223 static inline bool cpu_latency_qos_value_invalid(s32 value) in cpu_latency_qos_value_invalid()
231 s32 cpu_latency_qos_limit(void) in cpu_latency_qos_limit()
250 enum pm_qos_req_action action, s32 value) in cpu_latency_qos_apply()
269 void cpu_latency_qos_add_request(struct pm_qos_request *req, s32 value) in cpu_latency_qos_add_request()
295 void cpu_latency_qos_update_request(struct pm_qos_request *req, s32 new_value) in cpu_latency_qos_update_request()
371 s32 value; in cpu_latency_qos_read()
380 return simple_read_from_buffer(buf, count, f_pos, &value, sizeof(s32)); in cpu_latency_qos_read()
386 s32 value; in cpu_latency_qos_write()
388 if (count == sizeof(s32)) { in cpu_latency_qos_write()
389 if (copy_from_user(&value, buf, sizeof(s32))) in cpu_latency_qos_write()
434 static inline bool freq_qos_value_invalid(s32 value) in freq_qos_value_invalid()
471 s32 freq_qos_read_value(struct freq_constraints *qos, in freq_qos_read_value()
474 s32 ret; in freq_qos_read_value()
504 enum pm_qos_req_action action, s32 value) in freq_qos_apply()
540 enum freq_qos_req_type type, s32 value) in freq_qos_add_request()
574 int freq_qos_update_request(struct freq_qos_request *req, s32 new_value) in freq_qos_update_request()