Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/greybus/
H A Dhd.c126 size_t buffer_size_max, in gb_hd_create()
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()
124 gb_hd_create(struct gb_hd_driver *driver, struct device *parent, size_t buffer_size_max, size_t num_cports) gb_hd_create() 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) { 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()
/kernel/linux/linux-6.6/drivers/greybus/
H A Dhd.c126 size_t buffer_size_max, in gb_hd_create()
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()
124 gb_hd_create(struct gb_hd_driver *driver, struct device *parent, size_t buffer_size_max, size_t num_cports) gb_hd_create() 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) { 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()
/kernel/linux/linux-5.10/include/linux/greybus/
H A Dhd.h57 size_t buffer_size_max; member
73 size_t buffer_size_max,
/kernel/linux/linux-6.6/include/linux/greybus/
H A Dhd.h57 size_t buffer_size_max; member
73 size_t buffer_size_max,
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dpcm.c456 runtime->hw.buffer_bytes_max = le32_to_cpu(caps->buffer_size_max); in sof_pcm_open()
547 caps->name, caps->buffer_size_min, caps->buffer_size_max); in sof_pcm_new()
556 0, le32_to_cpu(caps->buffer_size_max)); in sof_pcm_new()
569 caps->name, caps->buffer_size_min, caps->buffer_size_max); in sof_pcm_new()
578 0, le32_to_cpu(caps->buffer_size_max)); in sof_pcm_new()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dasoc.h312 __le32 buffer_size_max; /* max buffer size bytes */ member
609 __le32 buffer_size_max; /* max buffer size bytes */ member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasoc.h193 __le32 buffer_size_max; member
358 __le32 buffer_size_max; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasoc.h206 __le32 buffer_size_max; member
370 __le32 buffer_size_max; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasoc.h206 __le32 buffer_size_max; member
370 __le32 buffer_size_max; member
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-topology.c2039 dest->buffer_size_max = src->buffer_size_max; in stream_caps_new_ver()
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-topology.c1781 dest->buffer_size_max = src->buffer_size_max; in stream_caps_new_ver()

Completed in 23 milliseconds