Lines Matching refs:s32

55 	s32 flags;	/* Do not change to 64 bit */
87 s32 target_value; /* Do not change to 64 bit */
88 s32 default_value;
89 s32 no_constraint_value;
96 s32 effective_flags; /* Do not change to 64 bit */
124 enum pm_qos_req_action action, s32 val);
126 s32 value);
128 s32 new_value);
130 s32 new_value, unsigned long timeout_us);
137 s32 pm_qos_read_value(struct pm_qos_constraints *c);
140 enum pm_qos_flags_status __dev_pm_qos_flags(struct device *dev, s32 mask);
141 enum pm_qos_flags_status dev_pm_qos_flags(struct device *dev, s32 mask);
142 s32 __dev_pm_qos_read_value(struct device *dev);
143 s32 dev_pm_qos_read_value(struct device *dev);
145 enum dev_pm_qos_req_type type, s32 value);
146 int dev_pm_qos_update_request(struct dev_pm_qos_request *req, s32 new_value);
156 enum dev_pm_qos_req_type type, s32 value);
157 int dev_pm_qos_expose_latency_limit(struct device *dev, s32 value);
159 int dev_pm_qos_expose_flags(struct device *dev, s32 value);
161 int dev_pm_qos_update_flags(struct device *dev, s32 mask, bool set);
162 s32 dev_pm_qos_get_user_latency_tolerance(struct device *dev);
163 int dev_pm_qos_update_user_latency_tolerance(struct device *dev, s32 val);
167 static inline s32 dev_pm_qos_requested_resume_latency(struct device *dev) in dev_pm_qos_requested_resume_latency()
172 static inline s32 dev_pm_qos_requested_flags(struct device *dev) in dev_pm_qos_requested_flags()
177 static inline s32 dev_pm_qos_raw_read_value(struct device *dev) in dev_pm_qos_raw_read_value()
185 s32 mask) in __dev_pm_qos_flags()
188 s32 mask) in dev_pm_qos_flags()
190 static inline s32 __dev_pm_qos_read_value(struct device *dev) in __dev_pm_qos_read_value()
192 static inline s32 dev_pm_qos_read_value(struct device *dev) in dev_pm_qos_read_value()
197 s32 value) in dev_pm_qos_add_request()
200 s32 new_value) in dev_pm_qos_update_request()
221 s32 value) in dev_pm_qos_add_ancestor_request()
223 static inline int dev_pm_qos_expose_latency_limit(struct device *dev, s32 value) in dev_pm_qos_expose_latency_limit()
226 static inline int dev_pm_qos_expose_flags(struct device *dev, s32 value) in dev_pm_qos_expose_flags()
229 static inline int dev_pm_qos_update_flags(struct device *dev, s32 m, bool set) in dev_pm_qos_update_flags()
231 static inline s32 dev_pm_qos_get_user_latency_tolerance(struct device *dev) in dev_pm_qos_get_user_latency_tolerance()
233 static inline int dev_pm_qos_update_user_latency_tolerance(struct device *dev, s32 val) in dev_pm_qos_update_user_latency_tolerance()
239 static inline s32 dev_pm_qos_requested_resume_latency(struct device *dev) in dev_pm_qos_requested_resume_latency()
243 static inline s32 dev_pm_qos_requested_flags(struct device *dev) { return 0; } in dev_pm_qos_requested_flags()
244 static inline s32 dev_pm_qos_raw_read_value(struct device *dev) in dev_pm_qos_raw_read_value()