Home
last modified time | relevance | path

Searched refs:input_buffer_length (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dutalloc.c293 acpi_size input_buffer_length; in acpi_ut_initialize_buffer() local
305 input_buffer_length = buffer->length; in acpi_ut_initialize_buffer()
312 switch (input_buffer_length) { in acpi_ut_initialize_buffer()
341 if (input_buffer_length < required_length) { in acpi_ut_initialize_buffer()
/kernel/linux/linux-5.10/fs/cifs/
Dcifs_ioctl.h55 __u32 input_buffer_length; member
Dsmb2ops.c1650 qi.input_buffer_length, in smb2_ioctl_query_info()
1684 if (le32_to_cpu(io_rsp->OutputCount) < qi.input_buffer_length) in smb2_ioctl_query_info()
1685 qi.input_buffer_length = le32_to_cpu(io_rsp->OutputCount); in smb2_ioctl_query_info()
1686 if (qi.input_buffer_length > 0 && in smb2_ioctl_query_info()
1687 le32_to_cpu(io_rsp->OutputOffset) + qi.input_buffer_length in smb2_ioctl_query_info()
1693 if (copy_to_user(&pqi->input_buffer_length, in smb2_ioctl_query_info()
1694 &qi.input_buffer_length, in smb2_ioctl_query_info()
1695 sizeof(qi.input_buffer_length))) { in smb2_ioctl_query_info()
1702 qi.input_buffer_length)) in smb2_ioctl_query_info()
1707 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info()
[all …]
/kernel/linux/linux-5.10/sound/soc/fsl/
Dfsl_asrc.h405 unsigned int input_buffer_length; member
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0009_linux_sound.patch980 - unsigned int input_buffer_length;
1417 + buf_len = pbuf->input_buffer_length;
1537 + pbuf->input_buffer_length = m2m->dma_block[IN].length;
1809 + in_samples = pbuf->input_buffer_length / (in_width * channels);
9238 + m2m->in_filled_len += pbuf->input_buffer_length;
9271 + buf_len = buf->input_buffer_length;
9451 + buf->input_buffer_length = m2m->dma_block[IN].length;
D0005_linux_include.patch21754 + unsigned int input_buffer_length;