Home
last modified time | relevance | path

Searched refs:buffer_size_max (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/greybus/
H A Dhd.c126 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()
H A Dgreybus_trace.h438 __field(size_t, buffer_size_max)
444 __entry->buffer_size_max = hd->buffer_size_max;
449 __entry->buffer_size_max)
H A Doperation.c368 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()
/OK3568_Linux_fs/kernel/include/linux/greybus/
H A Dhd.h57 size_t buffer_size_max; member
73 size_t buffer_size_max,
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dpcm.c502 runtime->hw.buffer_bytes_max = le32_to_cpu(caps->buffer_size_max); in sof_pcm_open()
593 caps->name, caps->buffer_size_min, caps->buffer_size_max); in sof_pcm_new()
602 0, le32_to_cpu(caps->buffer_size_max)); in sof_pcm_new()
615 caps->name, caps->buffer_size_min, caps->buffer_size_max); in sof_pcm_new()
624 0, le32_to_cpu(caps->buffer_size_max)); in sof_pcm_new()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasoc.h310 __le32 buffer_size_max; /* max buffer size bytes */ member
607 __le32 buffer_size_max; /* max buffer size bytes */ member
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasoc.h310 __le32 buffer_size_max; /* max buffer size bytes */ member
607 __le32 buffer_size_max; /* max buffer size bytes */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasoc.h310 __le32 buffer_size_max; /* max buffer size bytes */ member
607 __le32 buffer_size_max; /* max buffer size bytes */ member
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-topology.c2039 dest->buffer_size_max = src->buffer_size_max; in stream_caps_new_ver()