/openbmc/linux/drivers/hid/intel-ish-hid/ |
H A D | ishtp-fw-loader.c | 558 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 …]
|
/openbmc/linux/net/caif/ |
H A D | cfrfml.c | 27 int fragment_size; member 63 this->fragment_size = tmp; in cfrfml_create() 198 caif_assert(cfpkt_getlen(pkt) < rfml->fragment_size + RFM_HEAD_SIZE); in cfrfml_transmit_segment() 233 if (cfpkt_getlen(pkt) > rfml->fragment_size + RFM_HEAD_SIZE) in cfrfml_transmit() 239 while (cfpkt_getlen(frontpkt) > rfml->fragment_size + RFM_HEAD_SIZE) { in cfrfml_transmit() 253 rearpkt = cfpkt_split(frontpkt, rfml->fragment_size); in cfrfml_transmit()
|
/openbmc/linux/sound/soc/uniphier/ |
H A D | aio-compress.c | 185 int bytes = runtime->fragment_size; in uniphier_aio_compr_prepare() 225 int bytes = runtime->fragment_size, ret = 0; in uniphier_aio_compr_trigger() 258 int bytes = runtime->fragment_size; in uniphier_aio_compr_pointer() 334 int bytes = runtime->fragment_size; in uniphier_aio_compr_copy()
|
H A D | aio-dma.c | 51 int bytes = runtime->fragment_size; in aiodma_compr_irq()
|
/openbmc/linux/fs/squashfs/ |
H A D | squashfs_fs_i.h | 22 int fragment_size; member
|
H A D | file.c | 427 squashfs_i(inode)->fragment_size); in squashfs_readpage_fragment() 433 squashfs_i(inode)->fragment_size); in squashfs_readpage_fragment() 506 squashfs_i(inode)->fragment_size); in squashfs_readahead_fragment()
|
H A D | inode.c | 163 squashfs_i(inode)->fragment_size = frag_size; in squashfs_read_inode() 210 squashfs_i(inode)->fragment_size = frag_size; in squashfs_read_inode()
|
/openbmc/linux/net/batman-adv/ |
H A D | fragmentation.c | 405 unsigned int fragment_size) in batadv_frag_create() argument 411 unsigned int mtu = fragment_size + header_size; in batadv_frag_create() 421 skb_split(skb, skb_fragment, skb->len - fragment_size); in batadv_frag_create()
|
/openbmc/linux/sound/core/ |
H A D | compress_offload.c | 432 if (avail >= stream->runtime->fragment_size) in snd_compr_poll() 539 buffer_size = params->buffer.fragment_size * params->buffer.fragments; in snd_compr_allocate_buffer() 561 stream->runtime->fragment_size = params->buffer.fragment_size; in snd_compr_allocate_buffer() 571 if (params->buffer.fragment_size == 0 || in snd_compress_check_input() 572 params->buffer.fragments > U32_MAX / params->buffer.fragment_size || in snd_compress_check_input()
|
/openbmc/libmctp/ |
H A D | core.c | 208 ctx->fragment_size = 0; in mctp_msg_ctx_reset() 623 ctx->fragment_size = mctp_pktbuf_size(pkt); in mctp_bus_rx() 651 if (len > ctx->fragment_size) { in mctp_bus_rx() 654 ctx->fragment_size, len); in mctp_bus_rx() 684 if (len != ctx->fragment_size) { in mctp_bus_rx() 687 ctx->fragment_size, len); in mctp_bus_rx()
|
H A D | core-internal.h | 79 size_t fragment_size; member
|
/openbmc/linux/sound/soc/sprd/ |
H A D | sprd-pcm-compress.c | 173 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()
|
/openbmc/linux/include/uapi/sound/ |
H A D | compress_offload.h | 24 __u32 fragment_size; member
|
/openbmc/linux/include/sound/ |
H A D | compress_driver.h | 46 u32 fragment_size; member
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda-probes.c | 91 hstream->period_bytes = cstream->runtime->fragment_size; in hda_probes_compr_set_params()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm_adsp.c | 1315 if (params->buffer.fragment_size < WM_ADSP_MIN_FRAGMENT_SIZE || in wm_adsp_compr_check_params() 1316 params->buffer.fragment_size > WM_ADSP_MAX_FRAGMENT_SIZE || in wm_adsp_compr_check_params() 1319 params->buffer.fragment_size % CS_DSP_DATA_WORD_SIZE) { in wm_adsp_compr_check_params() 1321 params->buffer.fragment_size, in wm_adsp_compr_check_params() 1358 return compr->size.fragment_size / CS_DSP_DATA_WORD_SIZE; in wm_adsp_compr_frag_words() 1376 compr->size.fragment_size, compr->size.fragments); in wm_adsp_compr_set_params()
|
/openbmc/linux/sound/soc/intel/atom/ |
H A D | sst-mfld-platform-compress.c | 152 str_params.aparams.frag_size = cstream->runtime->fragment_size; in sst_platform_compr_set_params()
|
/openbmc/libmctp/tests/ |
H A D | test_core.c | 108 uint8_t *payload, size_t fragment_size, in receive_one_fragment() argument 113 receive_ptkbuf(binding, pktbuf, fragment_size); in receive_one_fragment()
|
/openbmc/linux/sound/soc/qcom/qdsp6/ |
H A D | q6apm-dai.c | 654 prtd->pcm_count = runtime->fragment_size; in q6apm_dai_compr_set_params() 655 prtd->pcm_size = runtime->fragments * runtime->fragment_size; in q6apm_dai_compr_set_params()
|
H A D | q6asm-dai.c | 894 prtd->pcm_count = runtime->fragment_size; in q6asm_dai_compr_set_params() 895 prtd->pcm_size = runtime->fragments * runtime->fragment_size; in q6asm_dai_compr_set_params()
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | oss-emulation.rst | 138 app_name fragments fragment_size [options] 144 ``fragment_size`` is the size of fragment in bytes or zero if not given.
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm.h | 361 uint32_t fragment_size; member
|
H A D | amdgpu_vm.c | 2110 adev->vm_manager.fragment_size = fragment_size_default; in amdgpu_vm_adjust_size() 2112 adev->vm_manager.fragment_size = amdgpu_vm_fragment_size; in amdgpu_vm_adjust_size() 2117 adev->vm_manager.fragment_size); in amdgpu_vm_adjust_size()
|
/openbmc/linux/sound/soc/sof/ |
H A D | compress.c | 227 pcm->params.host_period_bytes = params->buffer.fragment_size; in sof_compr_set_params()
|
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.h | 286 u16 fragment_size; member
|