Searched refs:cfe_readblk (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/fw/cfe/ |
H A D | cfe_api.h | 102 int cfe_readblk(int handle, int64_t offset, unsigned char *buffer,
|
/kernel/linux/linux-6.6/arch/mips/include/asm/fw/cfe/ |
H A D | cfe_api.h | 99 int cfe_readblk(int handle, int64_t offset, unsigned char *buffer,
|
/kernel/linux/linux-5.10/arch/mips/fw/cfe/ |
H A D | cfe_api.c | 348 return cfe_readblk(handle, 0, buffer, length); in cfe_read() 351 int cfe_readblk(int handle, s64 offset, unsigned char *buffer, int length) in cfe_readblk() function
|
/kernel/linux/linux-6.6/arch/mips/fw/cfe/ |
H A D | cfe_api.c | 353 return cfe_readblk(handle, 0, buffer, length); in cfe_read() 356 int cfe_readblk(int handle, s64 offset, unsigned char *buffer, int length) in cfe_readblk() function
|
Completed in 2 milliseconds