/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | memswap.c | 6 void mem_bswap_32(void *src, int byte_size) in mem_bswap_32() argument 9 while (byte_size > 0) { in mem_bswap_32() 11 byte_size -= sizeof(u32); in mem_bswap_32() 16 void mem_bswap_64(void *src, int byte_size) in mem_bswap_64() argument 20 while (byte_size > 0) { in mem_bswap_64() 22 byte_size -= sizeof(u64); in mem_bswap_64()
|
H A D | memswap.h | 12 void mem_bswap_64(void *src, int byte_size); 13 void mem_bswap_32(void *src, int byte_size);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | memswap.c | 6 void mem_bswap_32(void *src, int byte_size) in mem_bswap_32() argument 9 while (byte_size > 0) { in mem_bswap_32() 11 byte_size -= sizeof(u32); in mem_bswap_32() 16 void mem_bswap_64(void *src, int byte_size) in mem_bswap_64() argument 20 while (byte_size > 0) { in mem_bswap_64() 22 byte_size -= sizeof(u64); in mem_bswap_64()
|
H A D | memswap.h | 12 void mem_bswap_64(void *src, int byte_size); 13 void mem_bswap_32(void *src, int byte_size);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp_log.c | 33 byte_size = 3, in mod_hdcp_dump_binary_message() local 38 uint32_t target_size = (byte_size * bytes_per_line + newline_size) * line_count + in mod_hdcp_dump_binary_message() 39 byte_size * trailing_bytes + newline_size + terminator_size; in mod_hdcp_dump_binary_message() 48 buf_pos += byte_size; in mod_hdcp_dump_binary_message()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_send.c | 390 u32 *byte_size, in dr_get_tbl_copy_details() 396 if (htbl->chunk->byte_size > dmn->send_ring->max_post_send_size) { in dr_get_tbl_copy_details() 397 *iterations = htbl->chunk->byte_size / in dr_get_tbl_copy_details() 399 *byte_size = dmn->send_ring->max_post_send_size; in dr_get_tbl_copy_details() 400 alloc_size = *byte_size; in dr_get_tbl_copy_details() 401 *num_stes = *byte_size / DR_STE_SIZE; in dr_get_tbl_copy_details() 447 u32 byte_size = htbl->chunk->byte_size; in mlx5dr_send_postsend_htbl() local 455 ret = dr_get_tbl_copy_details(dmn, htbl, &data, &byte_size, in mlx5dr_send_postsend_htbl() 462 u32 ste_index = i * (byte_size / DR_STE_SIZ in mlx5dr_send_postsend_htbl() 387 dr_get_tbl_copy_details(struct mlx5dr_domain *dmn, struct mlx5dr_ste_htbl *htbl, u8 **data, u32 *byte_size, int *iterations, int *num_stes) dr_get_tbl_copy_details() argument 509 u32 byte_size = htbl->chunk->byte_size; mlx5dr_send_postsend_formatted_htbl() local [all...] |
H A D | dr_icm_pool.c | 250 chunk->byte_size = chunk->num_of_entries * bucket->entry_size; in dr_icm_chunks_create()
|
H A D | dr_types.h | 816 u32 byte_size; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp_log.c | 33 byte_size = 3, in mod_hdcp_dump_binary_message() local 38 uint32_t target_size = (byte_size * bytes_per_line + newline_size) * line_count + in mod_hdcp_dump_binary_message() 39 byte_size * trailing_bytes + newline_size + terminator_size; in mod_hdcp_dump_binary_message() 48 buf_pos += byte_size; in mod_hdcp_dump_binary_message()
|
/kernel/linux/linux-6.6/drivers/mailbox/ |
H A D | imx-mailbox.c | 362 u32 byte_size; in imx_mu_seco_tx() local 370 byte_size = msg->hdr.size * sizeof(u32); in imx_mu_seco_tx() 371 if (byte_size > sizeof(*msg)) { in imx_mu_seco_tx() 378 sizeof(*msg), byte_size); in imx_mu_seco_tx() 383 data, byte_size, false); in imx_mu_seco_tx() 429 u32 byte_size; in imx_mu_seco_rxdb() local 438 byte_size = msg.hdr.size * sizeof(u32); in imx_mu_seco_rxdb() 439 if (byte_size > sizeof(msg)) { in imx_mu_seco_rxdb() 441 sizeof(msg), byte_size); in imx_mu_seco_rxdb() 461 &msg, byte_size, fals in imx_mu_seco_rxdb() [all...] |
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_stream.c | 747 * @byte_size: data chunk byte size 754 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() 771 byte_size, bufp); in snd_hdac_dsp_prepare() 776 azx_dev->bufsize = byte_size; in snd_hdac_dsp_prepare() 777 azx_dev->period_bytes = byte_size; in snd_hdac_dsp_prepare() 788 err = setup_bdle(bus, bufp, azx_dev, &bdl, 0, byte_size, 0); in snd_hdac_dsp_prepare() 753 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, unsigned int byte_size, struct snd_dma_buffer *bufp) snd_hdac_dsp_prepare() argument
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_stream.c | 900 * @byte_size: data chunk byte size 907 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() 924 byte_size, bufp); in snd_hdac_dsp_prepare() 929 azx_dev->bufsize = byte_size; in snd_hdac_dsp_prepare() 930 azx_dev->period_bytes = byte_size; in snd_hdac_dsp_prepare() 941 err = setup_bdle(bus, bufp, azx_dev, &bdl, 0, byte_size, 0); in snd_hdac_dsp_prepare() 906 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, unsigned int byte_size, struct snd_dma_buffer *bufp) snd_hdac_dsp_prepare() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_send.c | 657 u32 *byte_size, in dr_get_tbl_copy_details() 666 *byte_size = dmn->send_ring->max_post_send_size; in dr_get_tbl_copy_details() 667 alloc_size = *byte_size; in dr_get_tbl_copy_details() 668 *num_stes = *byte_size / DR_STE_SIZE; in dr_get_tbl_copy_details() 716 u32 byte_size = mlx5dr_icm_pool_get_chunk_byte_size(htbl->chunk); in mlx5dr_send_postsend_htbl() local 724 ret = dr_get_tbl_copy_details(dmn, htbl, &data, &byte_size, in mlx5dr_send_postsend_htbl() 733 u32 ste_index = i * (byte_size / DR_STE_SIZE); in mlx5dr_send_postsend_htbl() 763 send_info.write.length = byte_size; in mlx5dr_send_postsend_htbl() 785 u32 byte_size = mlx5dr_icm_pool_get_chunk_byte_size(htbl->chunk); in mlx5dr_send_postsend_formatted_htbl() local 793 ret = dr_get_tbl_copy_details(dmn, htbl, &data, &byte_size, in mlx5dr_send_postsend_formatted_htbl() 654 dr_get_tbl_copy_details(struct mlx5dr_domain *dmn, struct mlx5dr_ste_htbl *htbl, u8 **data, u32 *byte_size, int *iterations, int *num_stes) dr_get_tbl_copy_details() argument [all...] |
/kernel/linux/linux-5.10/drivers/oprofile/ |
H A D | cpu_buffer.c | 69 unsigned long byte_size = buffer_size * (sizeof(struct op_sample) + in alloc_cpu_buffers() local 72 op_ring_buffer = ring_buffer_alloc(byte_size, OP_BUFFER_FLAGS); in alloc_cpu_buffers()
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl-sst-dsp.h | 163 unsigned int byte_size,
|
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-sst-dsp.h | 163 unsigned int byte_size,
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hdaudio.h | 616 unsigned int byte_size, struct snd_dma_buffer *bufp); 628 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() 627 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, unsigned int byte_size, struct snd_dma_buffer *bufp) snd_hdac_dsp_prepare() argument
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hdaudio.h | 653 unsigned int byte_size, struct snd_dma_buffer *bufp); 665 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() 664 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, unsigned int byte_size, struct snd_dma_buffer *bufp) snd_hdac_dsp_prepare() argument
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_controller.c | 987 unsigned int byte_size, in snd_hda_codec_load_dsp_prepare() 1006 err = snd_hdac_dsp_prepare(hstr, format, byte_size, bufp); in snd_hda_codec_load_dsp_prepare() 986 snd_hda_codec_load_dsp_prepare(struct hda_codec *codec, unsigned int format, unsigned int byte_size, struct snd_dma_buffer *bufp) snd_hda_codec_load_dsp_prepare() argument
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_controller.c | 956 unsigned int byte_size, in snd_hda_codec_load_dsp_prepare() 975 err = snd_hdac_dsp_prepare(hstr, format, byte_size, bufp); in snd_hda_codec_load_dsp_prepare() 955 snd_hda_codec_load_dsp_prepare(struct hda_codec *codec, unsigned int format, unsigned int byte_size, struct snd_dma_buffer *bufp) snd_hda_codec_load_dsp_prepare() argument
|