Searched refs:read_all (Results 1 – 5 of 5) sorted by relevance
130 pub fn read_all<A: Allocator>(self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() method131 self.reader().read_all(buf, flags) in read_all()284 pub fn read_all<A: Allocator>(mut self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() method
104 struct mcp_read_all *read_all; in mcp_cmd_read_all() local111 read_all = (struct mcp_read_all *) mcp->hid_report; in mcp_cmd_read_all()112 read_all->cmd = READ_ALL; in mcp_cmd_read_all()113 len = hid_hw_output_report(mcp->hdev, (u8 *) read_all, in mcp_cmd_read_all()
1150 __u8 read_all; member
4102 cp.read_all = 0x01; in hci_read_stored_link_key_sync()
314 if (!rp->status && sent->read_all == 0x01) { in hci_cc_read_stored_link_key()