Searched refs:read_all (Results 1 – 6 of 6) 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 | 172 pub fn read_all<A: Allocator>(self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() method 173 self.reader().read_all(buf, flags) in read_all() 368 pub fn read_all<A: Allocator>(mut self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() method
|
| /linux/drivers/android/binder/ |
| H A D | thread.rs | 825 .read_all(&mut fda_bytes, GFP_KERNEL)?; in translate_object()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 1160 __u8 read_all; member
|
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 4196 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()
|