Home
last modified time | relevance | path

Searched defs:read_all (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Duaccess.rs174 pub fn read_all<A: Allocator>(self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() method
370 pub fn read_all<A: Allocator>(mut self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() method
/linux/drivers/hid/
H A Dhid-mcp2200.c104 struct mcp_read_all *read_all; in mcp_cmd_read_all() local