Searched refs:out_buf_size (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/s390/kernel/ |
| H A D | debug.c | 81 size_t out_buf_size); 87 size_t out_buf_size); 95 char *out_buf, size_t out_buf_size, 1447 char *out_buf, size_t out_buf_size) in debug_prolog_pages_fn() argument 1449 return scnprintf(out_buf, out_buf_size, "%i\n", id->pages_per_area); in debug_prolog_pages_fn() 1496 char *out_buf, size_t out_buf_size) in debug_prolog_level_fn() argument 1501 rc = scnprintf(out_buf, out_buf_size, "-\n"); in debug_prolog_level_fn() 1503 rc = scnprintf(out_buf, out_buf_size, "%i\n", id->level); in debug_prolog_level_fn() 1620 char *out_buf, size_t out_buf_size, const char *in_buf) in debug_hex_ascii_format_fn() argument 1625 rc += scnprintf(out_buf + rc, out_buf_size - rc, in debug_hex_ascii_format_fn() [all …]
|
| /linux/arch/s390/include/asm/ |
| H A D | debug.h | 69 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/drivers/sbus/char/ |
| H A D | oradax.c | 153 u64 out_buf_size:20; /* 59:40 Output Buffer Size */ member
|
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | helpers.c | 1463 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()
|