Searched refs:byte_size (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/perf/util/
H A Dmemswap.c6 void mem_bswap_32(void *src, int byte_size) argument
9 while (byte_size > 0) {
11 byte_size -= sizeof(u32);
16 void mem_bswap_64(void *src, int byte_size) argument
20 while (byte_size > 0) {
22 byte_size -= sizeof(u64);
H A Dmemswap.h12 void mem_bswap_64(void *src, int byte_size);
13 void mem_bswap_32(void *src, int byte_size);
/linux-master/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_log.c33 byte_size = 3, local
38 uint32_t target_size = (byte_size * bytes_per_line + newline_size) * line_count +
39 byte_size * trailing_bytes + newline_size + terminator_size;
48 buf_pos += byte_size;
/linux-master/drivers/mailbox/
H A Dimx-mailbox.c373 u32 byte_size; local
381 byte_size = msg->hdr.size * sizeof(u32);
382 if (byte_size > sizeof(*msg)) {
389 sizeof(*msg), byte_size);
394 data, byte_size, false);
440 u32 byte_size; local
449 byte_size = msg.hdr.size * sizeof(u32);
450 if (byte_size > sizeof(msg)) {
452 sizeof(msg), byte_size);
472 &msg, byte_size, fals
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c657 u32 *byte_size,
666 *byte_size = dmn->send_ring->max_post_send_size;
667 alloc_size = *byte_size;
668 *num_stes = *byte_size / DR_STE_SIZE;
716 u32 byte_size = mlx5dr_icm_pool_get_chunk_byte_size(htbl->chunk); local
724 ret = dr_get_tbl_copy_details(dmn, htbl, &data, &byte_size,
733 u32 ste_index = i * (byte_size / DR_STE_SIZE);
763 send_info.write.length = byte_size;
785 u32 byte_size = mlx5dr_icm_pool_get_chunk_byte_size(htbl->chunk); local
793 ret = dr_get_tbl_copy_details(dmn, htbl, &data, &byte_size,
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) argument
[all...]
/linux-master/sound/hda/
H A Dhdac_stream.c911 * @byte_size: data chunk byte size
918 unsigned int byte_size, struct snd_dma_buffer *bufp)
935 byte_size, bufp);
940 azx_dev->bufsize = byte_size;
941 azx_dev->period_bytes = byte_size;
952 err = setup_bdle(bus, bufp, azx_dev, &bdl, 0, byte_size, 0);
917 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, unsigned int byte_size, struct snd_dma_buffer *bufp) argument
/linux-master/tools/lib/bpf/
H A Dbpf_core_read.h122 unsigned int byte_size = __CORE_RELO(s, field, BYTE_SIZE); \
130 switch (byte_size) { \
140 switch (byte_size) { \
/linux-master/sound/soc/intel/skylake/
H A Dskl-sst-dsp.h163 unsigned int byte_size,
/linux-master/include/sound/
H A Dhdaudio.h657 unsigned int byte_size, struct snd_dma_buffer *bufp);
669 unsigned int byte_size, struct snd_dma_buffer *bufp)
668 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, unsigned int byte_size, struct snd_dma_buffer *bufp) argument
/linux-master/sound/pci/hda/
H A Dhda_controller.c962 unsigned int byte_size,
981 err = snd_hdac_dsp_prepare(hstr, format, byte_size, bufp);
961 snd_hda_codec_load_dsp_prepare(struct hda_codec *codec, unsigned int format, unsigned int byte_size, struct snd_dma_buffer *bufp) argument

Completed in 136 milliseconds