Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/most/usb/
Dusb.c190 unsigned int sub_size = cfg->subbuffer_size; in get_stream_frame_size() local
192 if (!sub_size) { in get_stream_frame_size()
198 frame_size = AV_PACKETS_PER_XACT * sub_size; in get_stream_frame_size()
205 frame_size = (USB_MTU / sub_size) * sub_size; in get_stream_frame_size()
207 frame_size = cfg->packets_per_xact * sub_size; in get_stream_frame_size()
/Linux-v5.4/drivers/staging/most/dim2/
Ddim2.c444 u16 const sub_size = ccfg->subbuffer_size; in configure_channel() local
493 new_size = dim_norm_isoc_buffer_size(buf_size, sub_size); in configure_channel()
504 hal_ret = dim_init_isoc(&hdm_ch->ch, is_tx, ch_addr, sub_size); in configure_channel()
507 new_size = dim_norm_sync_buffer_size(buf_size, sub_size); in configure_channel()
518 hal_ret = dim_init_sync(&hdm_ch->ch, is_tx, ch_addr, sub_size); in configure_channel()