Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/most/
Dmost_usb.c27 #define USB_MTU 512 macro
211 frame_size = (USB_MTU / sub_size) * sub_size; in get_stream_frame_size()
292 memmove(mbo->virt_address + j * USB_MTU, in hdm_add_padding()
295 mbo->buffer_length = num_frames * USB_MTU; in hdm_add_padding()
317 num_frames = mbo->processed_length / USB_MTU; in hdm_remove_padding()
321 mbo->virt_address + USB_MTU * j, in hdm_remove_padding()
607 if (frame_size == 0 || frame_size > USB_MTU) { in hdm_configure_channel()
623 conf->extra_len = num_frames * (USB_MTU - frame_size); in hdm_configure_channel()