Searched refs:reader_read (Results 1 – 6 of 6) sorted by relevance
83 MPP_RET reader_read(FileReader reader, FileBufSlot **buf);
262 MPP_RET reader_read(FileReader reader, FileBufSlot **buf) in reader_read() function
567 static ssize_t reader_read(struct file *const filp, in reader_read() function658 .read = reader_read,
74 MPP_RET ret = reader_read(reader, &slot); in thread_input()
75 ret = reader_read(cmd->reader, &slot); in dec_loop()
75 ret = reader_read(cmd->reader, &slot); in dec_simple()