Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dutil.c613 void mem_bswap_32(void *src, int byte_size) in mem_bswap_32() argument
616 while (byte_size > 0) { in mem_bswap_32()
618 byte_size -= sizeof(u32); in mem_bswap_32()
623 void mem_bswap_64(void *src, int byte_size) in mem_bswap_64() argument
627 while (byte_size > 0) { in mem_bswap_64()
629 byte_size -= sizeof(u64); in mem_bswap_64()
Dutil.h325 void mem_bswap_64(void *src, int byte_size);
326 void mem_bswap_32(void *src, int byte_size);
/linux-4.4.14/sound/hda/
Dhdac_stream.c621 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-4.4.14/drivers/oprofile/
Dcpu_buffer.c67 unsigned long byte_size = buffer_size * (sizeof(struct op_sample) + in alloc_cpu_buffers() local
70 op_ring_buffer = ring_buffer_alloc(byte_size, OP_BUFFER_FLAGS); in alloc_cpu_buffers()
/linux-4.4.14/include/sound/
Dhdaudio.h502 unsigned int byte_size, struct snd_dma_buffer *bufp);
514 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() argument
/linux-4.4.14/drivers/tty/serial/
Dioc3_serial.c591 int baud, int byte_size, int stop_bits, int parenb, int parodd) in config_port() argument
599 baud, byte_size, stop_bits, parenb, parodd)); in config_port()
604 switch (byte_size) { in config_port()
Dioc4_serial.c1316 int baud, int byte_size, int stop_bits, int parenb, int parodd) in config_port() argument
1322 __func__, baud, byte_size, stop_bits, parenb, parodd)); in config_port()
1327 switch (byte_size) { in config_port()
/linux-4.4.14/sound/pci/hda/
Dhda_controller.c818 unsigned int byte_size, in snd_hda_codec_load_dsp_prepare() argument
837 err = snd_hdac_dsp_prepare(hstr, format, byte_size, bufp); in snd_hda_codec_load_dsp_prepare()