Searched refs:bytes_recvd (Results 1 – 3 of 3) sorted by relevance
/drivers/input/serio/ |
D | hyperv-keyboard.c | 184 u32 bytes_recvd, in hv_kbd_handle_received_packet() argument 214 msg_sz = bytes_recvd - (desc->offset8 << 3); in hv_kbd_handle_received_packet() 233 desc->type, req_id, bytes_recvd); in hv_kbd_handle_received_packet() 242 u32 bytes_recvd; in hv_kbd_on_channel_callback() local 246 bytes_recvd = desc->len8 * 8; in hv_kbd_on_channel_callback() 249 hv_kbd_handle_received_packet(hv_dev, desc, bytes_recvd, in hv_kbd_on_channel_callback()
|
/drivers/pci/controller/ |
D | pci-hyperv.c | 2443 u32 bytes_recvd; in hv_pci_onchannelcallback() local 2463 bufferlen, &bytes_recvd, &req_id); in hv_pci_onchannelcallback() 2468 bufferlen = bytes_recvd; in hv_pci_onchannelcallback() 2469 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in hv_pci_onchannelcallback() 2476 if (ret || !bytes_recvd) in hv_pci_onchannelcallback() 2483 if (bytes_recvd <= sizeof(struct pci_response)) in hv_pci_onchannelcallback() 2498 bytes_recvd); in hv_pci_onchannelcallback() 2508 if (bytes_recvd < in hv_pci_onchannelcallback() 2522 if (bytes_recvd < in hv_pci_onchannelcallback() 2570 desc->type, req_id, bytes_recvd); in hv_pci_onchannelcallback()
|
/drivers/video/fbdev/ |
D | hyperv_fb.c | 507 u32 bytes_recvd; in synthvid_receive() local 520 &bytes_recvd, &req_id); in synthvid_receive() 521 if (bytes_recvd > 0 && in synthvid_receive() 524 } while (bytes_recvd > 0 && ret == 0); in synthvid_receive()
|