Searched refs:buffer_size_max (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/greybus/
H A Dhd.c126 size_t buffer_size_max,
141 if (buffer_size_max < GB_OPERATION_MESSAGE_SIZE_MIN) {
155 if (buffer_size_max > GB_OPERATION_MESSAGE_SIZE_MAX) {
158 buffer_size_max = GB_OPERATION_MESSAGE_SIZE_MAX;
176 hd->buffer_size_max = buffer_size_max;
124 gb_hd_create(struct gb_hd_driver *driver, struct device *parent, size_t buffer_size_max, size_t num_cports) argument
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) {
370 message_size, hd->buffer_size_max);
625 return hd->buffer_size_max - sizeof(struct gb_operation_msg_hdr);
/linux-master/include/linux/greybus/
H A Dhd.h57 size_t buffer_size_max; member in struct:gb_host_device
73 size_t buffer_size_max,
/linux-master/sound/soc/sof/
H A Dpcm.c459 runtime->hw.buffer_bytes_max = le32_to_cpu(caps->buffer_size_max);
550 caps->name, caps->buffer_size_min, caps->buffer_size_max);
559 0, le32_to_cpu(caps->buffer_size_max));
572 caps->name, caps->buffer_size_min, caps->buffer_size_max);
581 0, le32_to_cpu(caps->buffer_size_max));
/linux-master/include/uapi/sound/
H A Dasoc.h312 __le32 buffer_size_max; /* max buffer size bytes */ member in struct:snd_soc_tplg_stream_caps

Completed in 290 milliseconds