Searched refs:read_all (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/hid/ |
H A D | hid-mcp2200.c | 104 struct mcp_read_all *read_all; in mcp_cmd_read_all() local 111 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()
|
/linux/rust/kernel/ |
H A D | uaccess.rs | 98 /// read.read_all(&mut buf, GFP_KERNEL)?; 120 /// read.read_all(&mut buf, GFP_KERNEL)?; 134 /// read.read_all(&mut buf, GFP_KERNEL)?; 171 pub fn read_all<A: Allocator>(self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() method 172 self.reader().read_all(buf, flags) in read_all() 325 pub fn read_all<A: Allocator>(mut self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() method
|
/linux/net/bluetooth/ |
H A D | hci_sync.c | 4171 cp.read_all = 0x01; in hci_read_stored_link_key_sync()
|
H A D | hci_event.c | 314 if (!rp->status && sent->read_all == 0x01) { in hci_cc_read_stored_link_key()
|