Home
last modified time | relevance | path

Searched refs:tmp_buffer_length (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/usb/b2c2/
H A Dflexcop-usb.c335 fc_usb->tmp_buffer_length, buffer_length); in flexcop_usb_process_frame()
337 if (fc_usb->tmp_buffer_length > 0) { in flexcop_usb_process_frame()
338 memcpy(fc_usb->tmp_buffer+fc_usb->tmp_buffer_length, buffer, in flexcop_usb_process_frame()
340 fc_usb->tmp_buffer_length += buffer_length; in flexcop_usb_process_frame()
342 l = fc_usb->tmp_buffer_length; in flexcop_usb_process_frame()
373 fc_usb->tmp_buffer_length = l; in flexcop_usb_process_frame()
H A Dflexcop-usb.h32 int tmp_buffer_length; member