Searched refs:byte_size (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/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 | 5 void mem_bswap_64(void *src, int byte_size); 6 void mem_bswap_32(void *src, int byte_size);
|
/Linux-v4.19/sound/hda/ |
D | hdac_stream.c | 621 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() argument 638 byte_size, bufp); in snd_hdac_dsp_prepare() 643 azx_dev->bufsize = byte_size; in snd_hdac_dsp_prepare() 644 azx_dev->period_bytes = byte_size; in snd_hdac_dsp_prepare() 655 err = setup_bdle(bus, bufp, azx_dev, &bdl, 0, byte_size, 0); in snd_hdac_dsp_prepare()
|
/Linux-v4.19/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()
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-sst-dsp.h | 169 unsigned int byte_size,
|
/Linux-v4.19/include/sound/ |
D | hdaudio.h | 582 unsigned int byte_size, struct snd_dma_buffer *bufp); 594 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() argument
|
/Linux-v4.19/drivers/tty/serial/ |
D | ioc3_serial.c | 588 int baud, int byte_size, int stop_bits, int parenb, int parodd) in config_port() argument 596 baud, byte_size, stop_bits, parenb, parodd)); in config_port() 601 switch (byte_size) { in config_port()
|
D | ioc4_serial.c | 1318 int baud, int byte_size, int stop_bits, int parenb, int parodd) in config_port() argument 1324 __func__, baud, byte_size, stop_bits, parenb, parodd)); in config_port() 1329 switch (byte_size) { in config_port()
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_controller.c | 1025 unsigned int byte_size, in snd_hda_codec_load_dsp_prepare() argument 1044 err = snd_hdac_dsp_prepare(hstr, format, byte_size, bufp); in snd_hda_codec_load_dsp_prepare()
|