Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dutil.c562 void mem_bswap_32(void *src, int byte_size) in mem_bswap_32() argument
565 while (byte_size > 0) { in mem_bswap_32()
567 byte_size -= sizeof(u32); in mem_bswap_32()
572 void mem_bswap_64(void *src, int byte_size) in mem_bswap_64() argument
576 while (byte_size > 0) { in mem_bswap_64()
578 byte_size -= sizeof(u64); in mem_bswap_64()
Dutil.h322 void mem_bswap_64(void *src, int byte_size);
323 void mem_bswap_32(void *src, int byte_size);
/linux-4.1.27/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.1.27/sound/pci/hda/
Dhda_controller.c1370 unsigned int byte_size, in azx_load_dsp_prepare() argument
1393 byte_size, bufp); in azx_load_dsp_prepare()
1397 azx_dev->bufsize = byte_size; in azx_load_dsp_prepare()
1398 azx_dev->period_bytes = byte_size; in azx_load_dsp_prepare()
1409 err = setup_bdle(chip, bufp, azx_dev, &bdl, 0, byte_size, 0); in azx_load_dsp_prepare()
Dhda_codec.h59 unsigned int byte_size,
/linux-4.1.27/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.c1315 int baud, int byte_size, int stop_bits, int parenb, int parodd) in config_port() argument
1321 __func__, baud, byte_size, stop_bits, parenb, parodd)); in config_port()
1326 switch (byte_size) { in config_port()