Home
last modified time | relevance | path

Searched refs:FilepRead (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/kernel/common/
Dconsole.h118 extern INT32 FilepRead(struct file *filep, const struct file_operations_vfs *fops, CHAR *buffer, si…
Dvirtual_serial.c116 ret = FilepRead(privFilep, fileOps, buffer, bufLen); in SerialRead()
Dconsole.c499 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()