Home
last modified time | relevance | path

Searched refs:req_buffer (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Duvc_video.c186 if (video->req_buffer[i]) { in uvc_video_free_requests()
187 kfree(video->req_buffer[i]); in uvc_video_free_requests()
188 video->req_buffer[i] = NULL; in uvc_video_free_requests()
211 video->req_buffer[i] = kmalloc(req_size, GFP_KERNEL); in uvc_video_alloc_requests()
212 if (video->req_buffer[i] == NULL) in uvc_video_alloc_requests()
219 video->req[i]->buf = video->req_buffer[i]; in uvc_video_alloc_requests()
Duvc.h94 __u8 *req_buffer[UVC_NUM_REQUESTS]; member
/kernel/linux/linux-5.10/drivers/infiniband/core/
Diwpm_msg.c122 nlmsg_request->req_buffer = pm_msg; in iwpm_register_pid()
202 nlmsg_request->req_buffer = pm_msg; in iwpm_add_mapping()
296 nlmsg_request->req_buffer = pm_msg; in iwpm_add_and_query_mapping()
423 pm_msg = nlmsg_request->req_buffer; in iwpm_register_pid_cb()
498 pm_msg = nlmsg_request->req_buffer; in iwpm_add_mapping_cb()
576 pm_msg = nlmsg_request->req_buffer; in iwpm_add_and_query_mapping_cb()
Diwpm_util.h68 void *req_buffer; member
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
Dql4_iocb.c412 memcpy((uint8_t *)task_data->req_buffer + in qla4xxx_send_passthru0()
Dql4_def.h827 void *req_buffer; member
Dql4_os.c3442 task_data->req_buffer = dma_alloc_coherent(&ha->pdev->dev, in qla4xxx_alloc_pdu()
3446 if (!task_data->req_buffer) in qla4xxx_alloc_pdu()
3449 task->hdr = task_data->req_buffer; in qla4xxx_alloc_pdu()
3460 if (task_data->req_buffer) in qla4xxx_alloc_pdu()
3462 task_data->req_buffer, task_data->req_dma); in qla4xxx_alloc_pdu()
3491 task_data->req_buffer, task_data->req_dma); in qla4xxx_task_cleanup()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch63530 - __u8 *req_buffer[UVC_NUM_REQUESTS];
63532 + __u8 *req_buffer[UVC_MAX_NUM_REQUESTS];
63706 video->req_buffer[i] = kmalloc(req_size, GFP_KERNEL);
63707 if (video->req_buffer[i] == NULL)
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch57011 video->req_buffer[i] = kmalloc(req_size, GFP_KERNEL);
57012 if (video->req_buffer[i] == NULL)
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch359337 video->req_buffer[i] = kmalloc(req_size, GFP_KERNEL);
359338 if (video->req_buffer[i] == NULL)