Searched refs:bytes_recvd (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/input/serio/ |
D | hyperv-keyboard.c | 192 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() 251 u32 bytes_recvd; in hv_kbd_on_channel_callback() local 261 &bytes_recvd, &req_id); in hv_kbd_on_channel_callback() 264 if (bytes_recvd == 0) { in hv_kbd_on_channel_callback() 270 bytes_recvd, req_id); in hv_kbd_on_channel_callback() 276 bufferlen = bytes_recvd; in hv_kbd_on_channel_callback() 277 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in hv_kbd_on_channel_callback()
|
/linux-4.4.14/drivers/hid/ |
D | hid-hyperv.c | 328 u32 bytes_recvd; in mousevsc_on_channel_callback() local 340 bufferlen, &bytes_recvd, &req_id); in mousevsc_on_channel_callback() 344 if (bytes_recvd <= 0) { in mousevsc_on_channel_callback() 360 desc->type, req_id, bytes_recvd); in mousevsc_on_channel_callback() 369 bufferlen = bytes_recvd; in mousevsc_on_channel_callback() 370 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in mousevsc_on_channel_callback()
|
/linux-4.4.14/drivers/net/hyperv/ |
D | netvsc.c | 1123 u32 bytes_recvd; in netvsc_channel_cb() local 1144 &bytes_recvd, &request_id); in netvsc_channel_cb() 1146 if (bytes_recvd > 0) { in netvsc_channel_cb() 1172 bytes_recvd); in netvsc_channel_cb() 1187 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in netvsc_channel_cb() 1192 "(%d)!!\n", bytes_recvd); in netvsc_channel_cb() 1196 bufferlen = bytes_recvd; in netvsc_channel_cb()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | hyperv_fb.c | 392 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()
|
/linux-4.4.14/drivers/scsi/ |
D | storvsc_drv.c | 1059 u32 bytes_recvd; in storvsc_on_channel_callback() local 1078 &bytes_recvd, &request_id); in storvsc_on_channel_callback() 1079 if (ret == 0 && bytes_recvd > 0) { in storvsc_on_channel_callback()
|