Searched refs:spl_romapi_raw_seekable_read (Results 1 – 3 of 3) sorted by relevance
18 ulong spl_romapi_raw_seekable_read(u32 offset, u32 size, void *buf) in spl_romapi_raw_seekable_read() function65 return spl_romapi_raw_seekable_read(offset, byte, buf); in spl_romapi_read_seekable()
189 ret = spl_romapi_raw_seekable_read(offset, CONTAINER_HDR_ALIGNMENT, buf); in get_dev_container_size()
215 ulong spl_romapi_raw_seekable_read(u32 offset, u32 size, void *buf);
Completed in 5 milliseconds