Searched refs:control_buf (Results 1 – 2 of 2) sorted by relevance
726 uvc->control_buf = kmalloc(UVC_MAX_REQUEST_SIZE, GFP_KERNEL); in uvc_function_bind()727 if (uvc->control_req == NULL || uvc->control_buf == NULL) { in uvc_function_bind()732 uvc->control_req->buf = uvc->control_buf; in uvc_function_bind()771 kfree(uvc->control_buf); in uvc_function_bind()899 kfree(uvc->control_buf); in uvc_unbind()
165 void *control_buf; member