| /kernel/linux/linux-5.10/tools/perf/util/ |
| 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()
|
| 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/ |
| 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/ |
| D | dr_send.c | 390 u32 *byte_size, in dr_get_tbl_copy_details() argument 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_SIZE); in mlx5dr_send_postsend_htbl() 487 send_info.write.length = byte_size; in mlx5dr_send_postsend_htbl() [all …]
|
| D | dr_icm_pool.c | 250 chunk->byte_size = chunk->num_of_entries * bucket->entry_size; in dr_icm_chunks_create()
|
| D | dr_types.h | 816 u32 byte_size; member
|
| /kernel/linux/linux-5.10/sound/hda/ |
| D | hdac_stream.c | 709 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() argument 726 byte_size, bufp); in snd_hdac_dsp_prepare() 731 azx_dev->bufsize = byte_size; in snd_hdac_dsp_prepare() 732 azx_dev->period_bytes = byte_size; in snd_hdac_dsp_prepare() 743 err = setup_bdle(bus, bufp, azx_dev, &bdl, 0, byte_size, 0); in snd_hdac_dsp_prepare()
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0026_linux_drivers_mailbox.patch | 382 + u32 byte_size; 390 + byte_size = msg->hdr.size * sizeof(u32); 391 + if (byte_size > sizeof(*msg)) { 398 + sizeof(*msg), byte_size); 403 + data, byte_size, false); 447 + u32 byte_size; 456 + byte_size = msg.hdr.size * sizeof(u32); 457 + if (byte_size > sizeof(msg)) { 459 + sizeof(msg), byte_size); 478 + &msg, byte_size, false);
|
| /kernel/linux/linux-5.10/drivers/oprofile/ |
| 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/ |
| D | skl-sst-dsp.h | 163 unsigned int byte_size,
|
| /kernel/linux/linux-5.10/include/sound/ |
| 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() argument
|
| /kernel/linux/linux-5.10/sound/pci/hda/ |
| D | hda_controller.c | 968 unsigned int byte_size, in snd_hda_codec_load_dsp_prepare() argument 987 err = snd_hdac_dsp_prepare(hstr, format, byte_size, bufp); in snd_hda_codec_load_dsp_prepare()
|