Searched refs:byte_size (Results 1 – 3 of 3) sorted by relevance
/drivers/oprofile/ |
D | cpu_buffer.c | 67 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()
|
/drivers/tty/serial/ |
D | ioc3_serial.c | 591 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()
|
D | ioc4_serial.c | 1315 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()
|