Home
last modified time | relevance | path

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

/linux/drivers/hid/intel-ish-hid/
H A Dishtp-fw-loader.c558 u32 fragment_offset, fragment_size, payload_max_size; in ish_fw_xfer_ishtp() local
578 fragment_size = payload_max_size; in ish_fw_xfer_ishtp()
581 fragment_size = fw->size - fragment_offset; in ish_fw_xfer_ishtp()
586 ldr_xfer_ipc_frag->fragment.size = fragment_size; in ish_fw_xfer_ishtp()
589 fragment_size); in ish_fw_xfer_ishtp()
599 IPC_FRAGMENT_DATA_PREAMBLE + fragment_size, in ish_fw_xfer_ishtp()
607 fragment_offset += fragment_size; in ish_fw_xfer_ishtp()
641 u32 fragment_offset, fragment_size, payload_max_size; in ish_fw_xfer_direct_dma() local
678 fragment_size = payload_max_size; in ish_fw_xfer_direct_dma()
681 fragment_size = fw->size - fragment_offset; in ish_fw_xfer_direct_dma()
[all …]
/linux/fs/squashfs/
H A Dsquashfs_fs_i.h23 int fragment_size; member
H A Dfile.c441 squashfs_i(inode)->fragment_size); in squashfs_readpage_fragment()
447 squashfs_i(inode)->fragment_size); in squashfs_readpage_fragment()
510 squashfs_i(inode)->fragment_size); in squashfs_readahead_fragment()
H A Dinode.c175 squashfs_i(inode)->fragment_size = frag_size; in squashfs_read_inode()
235 squashfs_i(inode)->fragment_size = frag_size; in squashfs_read_inode()
/linux/drivers/md/dm-vdo/
H A Dpacker.h99 u16 *fragment_offset, u16 *fragment_size);
/linux/net/batman-adv/
H A Dfragmentation.c470 unsigned int fragment_size) in batadv_frag_create() argument
478 mtu = fragment_size + header_size; in batadv_frag_create()
487 skb_split(skb, skb_fragment, skb->len - fragment_size); in batadv_frag_create()
/linux/sound/soc/sprd/
H A Dsprd-pcm-compress.c173 period_cnt = params->buffer.fragment_size / period; in sprd_platform_compr_dma_config()
184 period = params->buffer.fragment_size; in sprd_platform_compr_dma_config()
544 if (stream->received_stage0 < runtime->fragment_size) { in sprd_platform_compr_copy()
545 avail_bytes = runtime->fragment_size - stream->received_stage0; in sprd_platform_compr_copy()
/linux/sound/core/
H A Dcompress_offload.c488 if (avail >= runtime->fragment_size) in snd_compr_poll()
593 buffer_size = params->buffer.fragment_size * params->buffer.fragments; in snd_compr_allocate_buffer()
619 stream->runtime->fragment_size = params->buffer.fragment_size; in snd_compr_allocate_buffer()
630 if (params->buffer.fragment_size == 0) in snd_compress_check_input()
636 max_fragments = U32_MAX / params->buffer.fragment_size; in snd_compress_check_input()
/linux/sound/soc/codecs/
H A Dwm_adsp.c1327 if (params->buffer.fragment_size < WM_ADSP_MIN_FRAGMENT_SIZE || in wm_adsp_compr_check_params()
1328 params->buffer.fragment_size > WM_ADSP_MAX_FRAGMENT_SIZE || in wm_adsp_compr_check_params()
1331 params->buffer.fragment_size % CS_DSP_DATA_WORD_SIZE) { in wm_adsp_compr_check_params()
1333 params->buffer.fragment_size, in wm_adsp_compr_check_params()
1370 return compr->size.fragment_size / CS_DSP_DATA_WORD_SIZE; in wm_adsp_compr_set_params()
1387 compr_dbg(compr, "fragment_size=%d fragments=%d\n", in wm_adsp_compr_get_caps()
1388 compr->size.fragment_size, compr->size.fragments); in wm_adsp_compr_get_caps()
/linux/sound/soc/uniphier/
H A Daio-dma.c51 int bytes = runtime->fragment_size; in aiodma_compr_irq()
/linux/sound/soc/intel/atom/
H A Dsst-mfld-platform-compress.c153 str_params.aparams.frag_size = cstream->runtime->fragment_size; in sst_platform_compr_set_params()
/linux/sound/soc/fsl/
H A Dfsl_asrc_m2m.c404 pair->buf_len[IN] = params->buffer.fragment_size; in fsl_asrc_m2m_comp_set_params()
405 pair->buf_len[OUT] = params->buffer.fragment_size; in fsl_asrc_m2m_comp_set_params()
/linux/Documentation/sound/designs/
H A Doss-emulation.rst138 app_name fragments fragment_size [options]
144 ``fragment_size`` is the size of fragment in bytes or zero if not given.
/linux/sound/soc/qcom/qdsp6/
H A Dq6apm-dai.c827 prtd->pcm_count = runtime->fragment_size; in q6apm_dai_compr_mmap()
828 prtd->pcm_size = runtime->fragments * runtime->fragment_size; in q6apm_dai_compr_mmap()
H A Dq6asm-dai.c902 prtd->pcm_count = runtime->fragment_size; in q6asm_dai_compr_set_params()
903 prtd->pcm_size = runtime->fragments * runtime->fragment_size; in q6asm_dai_compr_set_params()
/linux/sound/soc/sof/
H A Dcompress.c235 pcm->params.host_period_bytes = params->buffer.fragment_size; in sof_compr_set_params()
/linux/sound/hda/core/
H A Dstream.c635 period_bytes = cstream->runtime->fragment_size; in azx_cc_read()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c3112 ipw_hdr->fragment_size = in ipw2100_tx_send_data()
3116 ipw_hdr->fragment_size = 0; in ipw2100_tx_send_data()