Home
last modified time | relevance | path

Searched refs:bytes_recvd (Results 1 – 3 of 3) sorted by relevance

/drivers/input/serio/
Dhyperv-keyboard.c192 u32 bytes_recvd, in hv_kbd_handle_received_packet() argument
222 msg_sz = bytes_recvd - (desc->offset8 << 3); in hv_kbd_handle_received_packet()
241 desc->type, req_id, bytes_recvd); in hv_kbd_handle_received_packet()
250 u32 bytes_recvd; in hv_kbd_on_channel_callback() local
254 bytes_recvd = desc->len8 * 8; in hv_kbd_on_channel_callback()
257 hv_kbd_handle_received_packet(hv_dev, desc, bytes_recvd, in hv_kbd_on_channel_callback()
/drivers/pci/host/
Dpci-hyperv.c2000 u32 bytes_recvd; in hv_pci_onchannelcallback() local
2018 bufferlen, &bytes_recvd, &req_id); in hv_pci_onchannelcallback()
2023 bufferlen = bytes_recvd; in hv_pci_onchannelcallback()
2024 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in hv_pci_onchannelcallback()
2031 if (ret || !bytes_recvd) in hv_pci_onchannelcallback()
2038 if (bytes_recvd <= sizeof(struct pci_response)) in hv_pci_onchannelcallback()
2053 bytes_recvd); in hv_pci_onchannelcallback()
2063 if (bytes_recvd < in hv_pci_onchannelcallback()
2098 desc->type, req_id, bytes_recvd); in hv_pci_onchannelcallback()
/drivers/video/fbdev/
Dhyperv_fb.c392 u32 bytes_recvd; in synthvid_receive() local
405 &bytes_recvd, &req_id); in synthvid_receive()
406 if (bytes_recvd > 0 && in synthvid_receive()
409 } while (bytes_recvd > 0 && ret == 0); in synthvid_receive()