Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/most/
Dmost_usb.c197 unsigned int sub_size = cfg->subbuffer_size; in get_stream_frame_size() local
199 if (!sub_size) { in get_stream_frame_size()
205 frame_size = AV_PACKETS_PER_XACT * sub_size; in get_stream_frame_size()
212 frame_size = (USB_MTU / sub_size) * sub_size; in get_stream_frame_size()
214 frame_size = cfg->packets_per_xact * sub_size; in get_stream_frame_size()
/linux-6.1.9/drivers/staging/most/dim2/
Ddim2.c447 u16 const sub_size = ccfg->subbuffer_size; in configure_channel() local
496 new_size = dim_norm_isoc_buffer_size(buf_size, sub_size); in configure_channel()
507 hal_ret = dim_init_isoc(&hdm_ch->ch, is_tx, ch_addr, sub_size); in configure_channel()
510 new_size = dim_norm_sync_buffer_size(buf_size, sub_size); in configure_channel()
521 hal_ret = dim_init_sync(&hdm_ch->ch, is_tx, ch_addr, sub_size); in configure_channel()