Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/pci/
H A Dpci_report.c55 size_t out_buf_size) in debug_log_header_fn() argument
70 rc += scnprintf(out_buf, out_buf_size, "%011ld:%06lu %1u %1s %04u ", in debug_log_header_fn()
77 char *out_buf, size_t out_buf_size) in debug_prolog_header() argument
79 return scnprintf(out_buf, out_buf_size, "sec:usec level except cpu msg\n"); in debug_prolog_header()
/linux-6.15/arch/s390/kernel/
H A Ddebug.c82 size_t out_buf_size);
88 size_t out_buf_size);
96 char *out_buf, size_t out_buf_size,
1455 char *out_buf, size_t out_buf_size) in debug_prolog_pages_fn() argument
1504 char *out_buf, size_t out_buf_size) in debug_prolog_level_fn() argument
1509 rc = scnprintf(out_buf, out_buf_size, "-\n"); in debug_prolog_level_fn()
1633 rc += scnprintf(out_buf + rc, out_buf_size - rc, in debug_hex_ascii_format_fn()
1636 rc += scnprintf(out_buf + rc, out_buf_size - rc, "| "); in debug_hex_ascii_format_fn()
1654 size_t out_buf_size) in debug_dflt_header_fn() argument
1701 rc = out_buf_size; in debug_sprintf_format_fn()
[all …]
/linux-6.15/arch/s390/include/asm/
H A Ddebug.h69 char *out_buf, size_t out_buf_size);
73 size_t out_buf_size,
77 char *out_buf, size_t out_buf_size);
86 char *out_buf, size_t out_buf_size);
90 char *out_buf, size_t out_buf_size,
/linux-6.15/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_fw_comp.h317 __u32 out_buf_size; member
/linux-6.15/drivers/sbus/char/
H A Doradax.c153 u64 out_buf_size:20; /* 59:40 Output Buffer Size */ member
/linux-6.15/drivers/media/platform/qcom/venus/
H A Dhelpers.c1463 unsigned int out_buf_size = venus_helper_get_opb_size(inst); in venus_helper_vb2_buf_prepare() local
1477 vb2_plane_size(vb, 0) < out_buf_size) in venus_helper_vb2_buf_prepare()