Searched refs:buffer_size_max (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/greybus/ |
A D | hd.c | 126 size_t buffer_size_max, in gb_hd_create() argument 141 if (buffer_size_max < GB_OPERATION_MESSAGE_SIZE_MIN) { in gb_hd_create() 155 if (buffer_size_max > GB_OPERATION_MESSAGE_SIZE_MAX) { in gb_hd_create() 158 buffer_size_max = GB_OPERATION_MESSAGE_SIZE_MAX; in gb_hd_create() 176 hd->buffer_size_max = buffer_size_max; in gb_hd_create()
|
A D | greybus_trace.h | 438 __field(size_t, buffer_size_max) 444 __entry->buffer_size_max = hd->buffer_size_max; 449 __entry->buffer_size_max)
|
A D | operation.c | 368 if (message_size > hd->buffer_size_max) { in gb_operation_message_alloc() 370 message_size, hd->buffer_size_max); in gb_operation_message_alloc() 625 return hd->buffer_size_max - sizeof(struct gb_operation_msg_hdr); in gb_operation_get_payload_size_max()
|
/linux-6.3-rc2/include/linux/greybus/ |
A D | hd.h | 57 size_t buffer_size_max; member 73 size_t buffer_size_max,
|
/linux-6.3-rc2/sound/soc/sof/ |
A D | pcm.c | 429 runtime->hw.buffer_bytes_max = le32_to_cpu(caps->buffer_size_max); in sof_pcm_open() 520 caps->name, caps->buffer_size_min, caps->buffer_size_max); in sof_pcm_new() 529 0, le32_to_cpu(caps->buffer_size_max)); in sof_pcm_new() 542 caps->name, caps->buffer_size_min, caps->buffer_size_max); in sof_pcm_new() 551 0, le32_to_cpu(caps->buffer_size_max)); in sof_pcm_new()
|
/linux-6.3-rc2/include/uapi/sound/ |
A D | asoc.h | 312 __le32 buffer_size_max; /* max buffer size bytes */ member 609 __le32 buffer_size_max; /* max buffer size bytes */ member
|
/linux-6.3-rc2/sound/soc/ |
A D | soc-topology.c | 1791 dest->buffer_size_max = src->buffer_size_max; in stream_caps_new_ver()
|
Completed in 24 milliseconds