Lines Matching full:u32

48 	u32 arch_type;
57 u32 resource_handle;
58 u32 resource_type;
59 u32 resource_data[];
64 u32 resource_type;
65 u32 resource_handle;
70 u32 num_properties;
71 u32 data[];
76 u32 num_properties;
77 u32 data;
82 u32 buffer_type;
83 u32 buffer_size;
84 u32 num_buffers;
85 u32 buffer_addr[];
90 u32 client_data;
95 u32 session_domain;
96 u32 session_codec;
109 u32 num_properties;
110 u32 data[];
115 u32 buffer_type;
116 u32 buffer_size;
117 u32 extradata_size;
118 u32 min_buffer_size;
119 u32 num_buffers;
120 u32 buffer_info[];
125 u32 buffer_len;
126 u32 packet_buffer;
143 u32 time_stamp_hi;
144 u32 time_stamp_lo;
145 u32 flags;
146 u32 mark_target;
147 u32 mark_data;
148 u32 offset;
149 u32 alloc_len;
150 u32 filled_len;
151 u32 input_tag;
152 u32 packet_buffer;
153 u32 extradata_buffer;
154 u32 data;
159 u32 view_id;
160 u32 time_stamp_hi;
161 u32 time_stamp_lo;
162 u32 flags;
163 u32 mark_target;
164 u32 mark_data;
165 u32 alloc_len;
166 u32 filled_len;
167 u32 offset;
168 u32 input_tag;
169 u32 packet_buffer;
170 u32 extradata_buffer;
171 u32 data;
175 u32 flags;
176 u32 alloc_len;
177 u32 filled_len;
178 u32 offset;
179 u32 packet_buffer2;
180 u32 data;
184 u32 flags;
185 u32 alloc_len;
186 u32 filled_len;
187 u32 offset;
188 u32 packet_buffer3;
189 u32 data;
194 u32 stream_id;
195 u32 offset;
196 u32 alloc_len;
197 u32 filled_len;
198 u32 output_tag;
199 u32 packet_buffer;
200 u32 extradata_buffer;
201 u32 data;
206 u32 flush_type;
219 u32 num_properties;
220 u32 data;
225 u32 buffer_type;
226 u32 buffer_size;
227 u32 extradata_size;
228 u32 response_req;
229 u32 num_buffers;
230 u32 buffer_info[] __counted_by(num_buffers);
239 u32 header_len;
240 u32 packet_buffer;
244 u32 buf_size;
250 u32 trigger_type;
255 void pkt_sys_init(struct hfi_sys_init_pkt *pkt, u32 arch_type);
257 void pkt_sys_idle_indicator(struct hfi_sys_set_property_pkt *pkt, u32 enable);
258 void pkt_sys_power_control(struct hfi_sys_set_property_pkt *pkt, u32 enable);
260 int pkt_sys_set_resource(struct hfi_sys_set_resource_pkt *pkt, u32 id, u32 size,
261 u32 addr, void *cookie);
262 int pkt_sys_unset_resource(struct hfi_sys_release_resource_pkt *pkt, u32 id,
263 u32 size, void *cookie);
264 void pkt_sys_debug_config(struct hfi_sys_set_property_pkt *pkt, u32 mode,
265 u32 config);
266 void pkt_sys_coverage_config(struct hfi_sys_set_property_pkt *pkt, u32 mode);
267 void pkt_sys_ping(struct hfi_sys_ping_pkt *pkt, u32 cookie);
269 int pkt_sys_ssr_cmd(struct hfi_sys_test_ssr_pkt *pkt, u32 trigger_type);
271 u32 session_type, u32 codec);
272 void pkt_session_cmd(struct hfi_session_pkt *pkt, u32 pkt_type, void *cookie);
286 void *cookie, u32 seq_hdr, u32 seq_hdr_len);
288 void *cookie, u32 seq_hdr, u32 seq_hdr_len);
290 u32 flush_mode);
292 void *cookie, u32 ptype);
294 void *cookie, u32 ptype, void *pdata);