Lines Matching defs:offset
29 * @offset: Offset in bytes to start read operation.
35 int (*read)(unsigned int offset, uintptr_t buffer, size_t length,
41 * @offset: Offset in bytes to start write operation.
46 int (*write)(unsigned int offset, uintptr_t buffer, size_t length);
49 * Look for an offset to be added to the given offset.
52 * @offset: Offset in bytes to start read operation.
53 * @extra_offset: [out] Offset to be added to the previous offset.
56 int (*seek)(uintptr_t base, unsigned int offset, size_t *extra_offset);
62 size_t offset;