Searched refs:FilepRead (Results 1 – 3 of 3) sorted by relevance
/kernel/liteos_a/kernel/common/ |
D | console.h | 118 extern INT32 FilepRead(struct file *filep, const struct file_operations_vfs *fops, CHAR *buffer, si…
|
D | virtual_serial.c | 116 ret = FilepRead(privFilep, fileOps, buffer, bufLen); in SerialRead()
|
D | console.c | 499 INT32 FilepRead(struct file *filep, const struct file_operations_vfs *fops, CHAR *buffer, size_t bu… in FilepRead() function 629 ret = FilepRead(privFilep, fileOps, buffer, bufLen); in DoRead()
|