Home
last modified time | relevance | path

Searched refs:byte_size (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/tools/perf/util/
A Dmemswap.c6 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()
A Dmemswap.h12 void mem_bswap_64(void *src, int byte_size);
13 void mem_bswap_32(void *src, int byte_size);
/linux-6.3-rc2/drivers/gpu/drm/amd/display/modules/hdcp/
A Dhdcp_log.c33 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()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Ddr_send.c544 u32 *byte_size, in dr_get_tbl_copy_details() argument
553 *byte_size = dmn->send_ring->max_post_send_size; in dr_get_tbl_copy_details()
554 alloc_size = *byte_size; in dr_get_tbl_copy_details()
555 *num_stes = *byte_size / DR_STE_SIZE; in dr_get_tbl_copy_details()
603 u32 byte_size = mlx5dr_icm_pool_get_chunk_byte_size(htbl->chunk); in mlx5dr_send_postsend_htbl() local
611 ret = dr_get_tbl_copy_details(dmn, htbl, &data, &byte_size, in mlx5dr_send_postsend_htbl()
620 u32 ste_index = i * (byte_size / DR_STE_SIZE); in mlx5dr_send_postsend_htbl()
650 send_info.write.length = byte_size; in mlx5dr_send_postsend_htbl()
680 ret = dr_get_tbl_copy_details(dmn, htbl, &data, &byte_size, in mlx5dr_send_postsend_formatted_htbl()
703 u8 ste_index = i * (byte_size / DR_STE_SIZE); in mlx5dr_send_postsend_formatted_htbl()
[all …]
/linux-6.3-rc2/drivers/mailbox/
A Dimx-mailbox.c361 u32 byte_size; in imx_mu_seco_tx() local
369 byte_size = msg->hdr.size * sizeof(u32); in imx_mu_seco_tx()
370 if (byte_size > sizeof(*msg)) { in imx_mu_seco_tx()
377 sizeof(*msg), byte_size); in imx_mu_seco_tx()
382 data, byte_size, false); in imx_mu_seco_tx()
428 u32 byte_size; in imx_mu_seco_rxdb() local
437 byte_size = msg.hdr.size * sizeof(u32); in imx_mu_seco_rxdb()
438 if (byte_size > sizeof(msg)) { in imx_mu_seco_rxdb()
440 sizeof(msg), byte_size); in imx_mu_seco_rxdb()
460 &msg, byte_size, false); in imx_mu_seco_rxdb()
/linux-6.3-rc2/sound/hda/
A Dhdac_stream.c904 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() argument
921 byte_size, bufp); in snd_hdac_dsp_prepare()
926 azx_dev->bufsize = byte_size; in snd_hdac_dsp_prepare()
927 azx_dev->period_bytes = byte_size; in snd_hdac_dsp_prepare()
938 err = setup_bdle(bus, bufp, azx_dev, &bdl, 0, byte_size, 0); in snd_hdac_dsp_prepare()
/linux-6.3-rc2/sound/soc/intel/skylake/
A Dskl-sst-dsp.h163 unsigned int byte_size,
/linux-6.3-rc2/include/sound/
A Dhdaudio.h650 unsigned int byte_size, struct snd_dma_buffer *bufp);
662 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() argument
/linux-6.3-rc2/sound/pci/hda/
A Dhda_controller.c956 unsigned int byte_size, in snd_hda_codec_load_dsp_prepare() argument
975 err = snd_hdac_dsp_prepare(hstr, format, byte_size, bufp); in snd_hda_codec_load_dsp_prepare()

Completed in 25 milliseconds