Lines Matching refs:bytes
61 #define UVC_STATUS_MAX_PACKET_SIZE 16 /* 16 bytes status */
515 unsigned int bytes;
559 bytes = uvc_iad.bLength + uvc_control_intf.bLength
564 bytes += uvc_interrupt_ep.bLength + uvc_interrupt_cs_ep.bLength;
568 bytes += uvc_ss_interrupt_comp.bLength;
576 bytes += (*src)->bLength;
582 bytes += xu->desc.bLength;
589 bytes += (*src)->bLength;
593 bytes += (*src)->bLength;
597 mem = kmalloc((n_desc + 1) * sizeof(*src) + bytes, GFP_KERNEL);