Searched refs:req_buffer (Results 1 – 10 of 10) sorted by relevance
186 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()
94 __u8 *req_buffer[UVC_NUM_REQUESTS]; member
122 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()
68 void *req_buffer; member
412 memcpy((uint8_t *)task_data->req_buffer + in qla4xxx_send_passthru0()
827 void *req_buffer; member
3442 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()
63530 - __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)
57011 video->req_buffer[i] = kmalloc(req_size, GFP_KERNEL);57012 if (video->req_buffer[i] == NULL)
359337 video->req_buffer[i] = kmalloc(req_size, GFP_KERNEL);359338 if (video->req_buffer[i] == NULL)