Lines Matching refs:seq_printf

212 			seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]);  in rproc_rsc_table_show()
213 seq_printf(seq, " Device Address 0x%x\n", c->da); in rproc_rsc_table_show()
214 seq_printf(seq, " Physical Address 0x%x\n", c->pa); in rproc_rsc_table_show()
215 seq_printf(seq, " Length 0x%x Bytes\n", c->len); in rproc_rsc_table_show()
216 seq_printf(seq, " Flags 0x%x\n", c->flags); in rproc_rsc_table_show()
217 seq_printf(seq, " Reserved (should be zero) [%d]\n", c->reserved); in rproc_rsc_table_show()
218 seq_printf(seq, " Name %s\n\n", c->name); in rproc_rsc_table_show()
222 seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); in rproc_rsc_table_show()
223 seq_printf(seq, " Device Address 0x%x\n", d->da); in rproc_rsc_table_show()
224 seq_printf(seq, " Physical Address 0x%x\n", d->pa); in rproc_rsc_table_show()
225 seq_printf(seq, " Length 0x%x Bytes\n", d->len); in rproc_rsc_table_show()
226 seq_printf(seq, " Flags 0x%x\n", d->flags); in rproc_rsc_table_show()
227 seq_printf(seq, " Reserved (should be zero) [%d]\n", d->reserved); in rproc_rsc_table_show()
228 seq_printf(seq, " Name %s\n\n", d->name); in rproc_rsc_table_show()
232 seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); in rproc_rsc_table_show()
233 seq_printf(seq, " Device Address 0x%x\n", t->da); in rproc_rsc_table_show()
234 seq_printf(seq, " Length 0x%x Bytes\n", t->len); in rproc_rsc_table_show()
235 seq_printf(seq, " Reserved (should be zero) [%d]\n", t->reserved); in rproc_rsc_table_show()
236 seq_printf(seq, " Name %s\n\n", t->name); in rproc_rsc_table_show()
240 seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); in rproc_rsc_table_show()
242 seq_printf(seq, " ID %d\n", v->id); in rproc_rsc_table_show()
243 seq_printf(seq, " Notify ID %d\n", v->notifyid); in rproc_rsc_table_show()
244 seq_printf(seq, " Device features 0x%x\n", v->dfeatures); in rproc_rsc_table_show()
245 seq_printf(seq, " Guest features 0x%x\n", v->gfeatures); in rproc_rsc_table_show()
246 seq_printf(seq, " Config length 0x%x\n", v->config_len); in rproc_rsc_table_show()
247 seq_printf(seq, " Status 0x%x\n", v->status); in rproc_rsc_table_show()
248 seq_printf(seq, " Number of vrings %d\n", v->num_of_vrings); in rproc_rsc_table_show()
249 seq_printf(seq, " Reserved (should be zero) [%d][%d]\n\n", in rproc_rsc_table_show()
253 seq_printf(seq, " Vring %d\n", j); in rproc_rsc_table_show()
254 seq_printf(seq, " Device Address 0x%x\n", v->vring[j].da); in rproc_rsc_table_show()
255 seq_printf(seq, " Alignment %d\n", v->vring[j].align); in rproc_rsc_table_show()
256 seq_printf(seq, " Number of buffers %d\n", v->vring[j].num); in rproc_rsc_table_show()
257 seq_printf(seq, " Notify ID %d\n", v->vring[j].notifyid); in rproc_rsc_table_show()
258 seq_printf(seq, " Physical Address 0x%x\n\n", in rproc_rsc_table_show()
263 seq_printf(seq, "Unknown resource type found: %d [hdr: %pK]\n", in rproc_rsc_table_show()
292 seq_printf(seq, "\tName: %s\n", carveout->name); in rproc_carveouts_show()
293 seq_printf(seq, "\tVirtual address: %pK\n", carveout->va); in rproc_carveouts_show()
294 seq_printf(seq, "\tDMA address: %pad\n", &carveout->dma); in rproc_carveouts_show()
295 seq_printf(seq, "\tDevice address: 0x%x\n", carveout->da); in rproc_carveouts_show()
296 seq_printf(seq, "\tLength: 0x%x Bytes\n\n", carveout->len); in rproc_carveouts_show()