Lines Matching refs:bytes
32 ssize_t bytes; \
37 bytes = scnprintf(p, maxcol, str, __stringify(name), \
39 p += bytes; \
40 len -= bytes; \
69 ssize_t bytes) in omap_iommu_dump_ctx() argument
76 bytes = omap2_iommu_dump_ctx(obj, buf, bytes); in omap_iommu_dump_ctx()
80 return bytes; in omap_iommu_dump_ctx()
88 ssize_t bytes; in debug_read_regs() local
100 bytes = omap_iommu_dump_ctx(obj, p, count); in debug_read_regs()
101 if (bytes < 0) in debug_read_regs()
103 bytes = simple_read_from_buffer(userbuf, count, ppos, buf, bytes); in debug_read_regs()
109 return bytes; in debug_read_regs()