Lines Matching refs:bytes
35 ssize_t bytes; \
38 bytes = snprintf(p, maxcol, str, __stringify(name), \
40 p += bytes; \
41 len -= bytes; \
72 ssize_t bytes) in omap_iommu_dump_ctx() argument
79 bytes = omap2_iommu_dump_ctx(obj, buf, bytes); in omap_iommu_dump_ctx()
83 return bytes; in omap_iommu_dump_ctx()
91 ssize_t bytes; in debug_read_regs() local
103 bytes = omap_iommu_dump_ctx(obj, p, count); in debug_read_regs()
104 bytes = simple_read_from_buffer(userbuf, count, ppos, buf, bytes); in debug_read_regs()
109 return bytes; in debug_read_regs()