Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 4965) sorted by relevance

12345678910>>...199

/linux/drivers/usb/host/
A Duhci-debug.c96 out += sprintf(out, " ...\n"); in uhci_show_td()
133 out += sprintf(out, "\n"); in uhci_show_urbp()
155 out += sprintf(out, in uhci_show_urbp()
186 out += sprintf(out, in uhci_show_qh()
363 out += sprintf(out, in uhci_show_status()
394 out += uhci_show_status(uhci, out, len - (out - buf)); in uhci_sprint_schedule()
438 out += sprintf(out, in uhci_sprint_schedule()
459 out += sprintf(out, in uhci_sprint_schedule()
464 out += sprintf(out, in uhci_sprint_schedule()
495 out += sprintf(out, in uhci_sprint_schedule()
[all …]
/linux/fs/ocfs2/dlm/
A Ddlmdebug.c279 out += scnprintf(buf + out, len - out, in dump_mle()
354 out += scnprintf(buf + out, len - out, in debug_purgelist_print()
411 out += scnprintf(buf + out, len - out, in debug_mle_print()
429 out += scnprintf(buf + out, len - out, in debug_mle_print()
498 out += scnprintf(buf + out, len - out, in dump_lockres()
684 out += scnprintf(buf + out, len - out, in debug_state_print()
690 out += scnprintf(buf + out, len - out, in debug_state_print()
695 out += scnprintf(buf + out, len - out, in debug_state_print()
718 out += scnprintf(buf + out, len - out, in debug_state_print()
730 out += scnprintf(buf + out, len - out, in debug_state_print()
[all …]
/linux/tools/perf/util/
A Ddata-convert-json.c32 FILE *out; member
40 fputc('"', out); in output_json_string()
58 fputc(*s, out); in output_json_string()
64 fputc('"', out); in output_json_string()
74 fputc(',', out); in output_json_delimiters()
75 fputc('\n', out); in output_json_delimiters()
121 FILE *out = c->out; in output_sample_callchain_entry() local
150 FILE *out = c->out; in process_sample_event() local
228 FILE *out = c->out; in output_headers() local
331 if (!c.out) { in bt_convert__perf2json()
[all …]
A Ddemangle-rust.c185 char *out; in rust_demangle_sym() local
192 out = sym; in rust_demangle_sym()
198 if (!(unescape(&in, &out, "$C$", ',') in rust_demangle_sym()
226 *out++ = *in++; in rust_demangle_sym()
231 *out++ = ':'; in rust_demangle_sym()
232 *out++ = ':'; in rust_demangle_sym()
236 *out++ = '-'; in rust_demangle_sym()
244 *out++ = *in++; in rust_demangle_sym()
253 *out = '\0'; in rust_demangle_sym()
263 **out = value; in unescape()
[all …]
/linux/lib/
A Dtest-string_helpers.c36 const char *out; member
53 .out = "\\xv\n,\ro2",
73 goto out; in test_string_unescape()
85 s = strings[i].out; in test_string_unescape()
108 out: in test_string_unescape()
115 const char *out; member
401 return s1->out; in test_string_find_match()
429 goto out; in test_string_escape()
432 const char *out; in test_string_escape() local
449 if (!out) in test_string_escape()
[all …]
A Dstring_helpers.c122 out: in string_get_size()
340 ++out; in escape_space()
343 ++out; in escape_space()
373 ++out; in escape_special()
376 ++out; in escape_special()
391 ++out; in escape_null()
394 ++out; in escape_null()
406 ++out; in escape_octal()
409 ++out; in escape_octal()
412 ++out; in escape_octal()
[all …]
/linux/tools/testing/selftests/openat2/
A Dresolve_test.c118 } out; member
171 .out.path = "etc", .pass = true }, in test_openat2_opath_tests()
214 .out.path = NULL, .pass = true }, in test_openat2_opath_tests()
217 .out.path = NULL, .pass = true }, in test_openat2_opath_tests()
220 .out.path = NULL, .pass = true }, in test_openat2_opath_tests()
223 .out.path = NULL, .pass = true }, in test_openat2_opath_tests()
331 .out.path = "/", .pass = true }, in test_openat2_opath_tests()
334 .out.path = "/", .pass = true }, in test_openat2_opath_tests()
470 failed = (fd != test->out.err); in test_openat2_opath_tests()
490 test->out.path ?: "."); in test_openat2_opath_tests()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dport.c50 goto out; in mlx5_core_access_reg()
62 goto out; in mlx5_core_access_reg()
67 out: in mlx5_core_access_reg()
68 kvfree(out); in mlx5_core_access_reg()
554 err = mlx5_query_pfcc_reg(dev, out, sizeof(out)); in mlx5_query_port_pause()
596 err = mlx5_query_pfcc_reg(dev, out, sizeof(out)); in mlx5_query_port_stall_watermark()
632 err = mlx5_query_pfcc_reg(dev, out, sizeof(out)); in mlx5_query_port_pfc()
705 memset(out, 0, sizeof(out)); in mlx5_query_port_prio_tc()
931 if (mlx5_query_ports_check(mdev, out, sizeof(out))) in mlx5_query_port_fcs()
1045 out: in mlx5_set_dscp2prio()
[all …]
/linux/drivers/media/platform/mtk-vcodec/
A Dvenc_vpu_if.c127 memset(&out, 0, sizeof(out)); in vpu_enc_init()
130 if (vpu_enc_send_msg(vpu, &out, sizeof(out))) { in vpu_enc_init()
171 memset(&out, 0, sizeof(out)); in vpu_enc_set_param()
174 out.base.param_id = id; in vpu_enc_set_param()
179 out.base.data[0] = in vpu_enc_set_param()
181 out.base.data[1] = in vpu_enc_set_param()
189 out.base.data_item = 0; in vpu_enc_set_param()
239 memset(&out, 0, sizeof(out)); in vpu_enc_encode()
260 out.data_item = 3; in vpu_enc_encode()
283 memset(&out, 0, sizeof(out)); in vpu_enc_deinit()
[all …]
/linux/fs/udf/
A Dudfend.h15 return out; in lelb_to_cpu()
20 struct lb_addr out; in cpu_to_lelb() local
25 return out; in cpu_to_lelb()
30 struct short_ad out; in lesa_to_cpu() local
35 return out; in lesa_to_cpu()
40 struct short_ad out; in cpu_to_lesa() local
45 return out; in cpu_to_lesa()
55 return out; in lela_to_cpu()
60 struct long_ad out; in cpu_to_lela() local
65 return out; in cpu_to_lela()
[all …]
/linux/drivers/media/test-drivers/vicodec/
A Dcodec-fwht.c342 workspace1[0] = out[0] + out[1 * 8]; in fwht()
343 workspace1[1] = out[0] - out[1 * 8]; in fwht()
431 workspace1[0] = out[0] + out[1*8]; in fwht16()
432 workspace1[1] = out[0] - out[1*8]; in fwht16()
434 workspace1[2] = out[2*8] + out[3*8]; in fwht16()
435 workspace1[3] = out[2*8] - out[3*8]; in fwht16()
437 workspace1[4] = out[4*8] + out[5*8]; in fwht16()
438 workspace1[5] = out[4*8] - out[5*8]; in fwht16()
440 workspace1[6] = out[6*8] + out[7*8]; in fwht16()
441 workspace1[7] = out[6*8] - out[7*8]; in fwht16()
[all …]
/linux/drivers/md/bcache/
A Dfeatures.c35 out += snprintf(out, buf + size - out, \
38 out += snprintf(out, buf + size - out, \
42 out += snprintf(out, buf + size - out, " "); \
45 out += snprintf(out, buf + size - out, "%s", f->string);\
48 out += snprintf(out, buf + size - out, "]"); \
53 out += snprintf(out, buf + size - out, "\n"); \
58 char *out = buf; in bch_print_cache_set_feature_compat() local
60 return out - buf; in bch_print_cache_set_feature_compat()
65 char *out = buf; in bch_print_cache_set_feature_ro_compat() local
67 return out - buf; in bch_print_cache_set_feature_ro_compat()
[all …]
/linux/fs/btrfs/tests/
A Dinode-tests.c238 goto out; in test_btrfs_get_extent()
244 goto out; in test_btrfs_get_extent()
250 goto out; in test_btrfs_get_extent()
263 goto out; in test_btrfs_get_extent()
267 goto out; in test_btrfs_get_extent()
282 goto out; in test_btrfs_get_extent()
286 goto out; in test_btrfs_get_extent()
292 goto out; in test_btrfs_get_extent()
808 out: in test_btrfs_get_extent()
906 out: in test_hole_first()
[all …]
/linux/drivers/gpu/drm/amd/display/modules/hdcp/
A Dhdcp2_execution.c124 out: in check_h_prime_available()
148 out: in check_pairing_info_available()
198 out: in check_stream_ready_available()
256 out: in process_rxstatus()
279 out: in known_hdcp2_capable_rx()
306 out: in send_ake_init()
336 out: in validate_ake_cert()
355 out: in send_no_stored_km()
381 out: in read_h_prime()
411 out: in read_pairing_info_and_validate_h_prime()
[all …]
/linux/tools/testing/selftests/bpf/progs/
A Dtest_core_reloc_type_based.c14 char out[256]; member
81 struct core_reloc_type_based_output *out = (void *)&data.out; in test_core_type_based() local
83 out->struct_exists = bpf_core_type_exists(struct a_struct); in test_core_type_based()
84 out->union_exists = bpf_core_type_exists(union a_union); in test_core_type_based()
85 out->enum_exists = bpf_core_type_exists(enum an_enum); in test_core_type_based()
95 out->struct_sz = bpf_core_type_size(struct a_struct); in test_core_type_based()
96 out->union_sz = bpf_core_type_size(union a_union); in test_core_type_based()
97 out->enum_sz = bpf_core_type_size(enum an_enum); in test_core_type_based()
101 out->typedef_int_sz = bpf_core_type_size(int_typedef); in test_core_type_based()
102 out->typedef_enum_sz = bpf_core_type_size(enum_typedef); in test_core_type_based()
[all …]
A Dtest_core_reloc_type_id.c14 char out[256]; member
86 struct core_reloc_type_id_output *out = (void *)&data.out; in test_core_type_id() local
92 out->local_anon_void_ptr = bpf_core_type_id_local(void *); in test_core_type_id()
93 out->local_anon_arr = bpf_core_type_id_local(_Bool[47]); in test_core_type_id()
95 out->local_struct = bpf_core_type_id_local(struct a_struct); in test_core_type_id()
96 out->local_union = bpf_core_type_id_local(union a_union); in test_core_type_id()
97 out->local_enum = bpf_core_type_id_local(enum an_enum); in test_core_type_id()
98 out->local_int = bpf_core_type_id_local(int); in test_core_type_id()
104 out->targ_union = bpf_core_type_id_kernel(union a_union); in test_core_type_id()
105 out->targ_enum = bpf_core_type_id_kernel(enum an_enum); in test_core_type_id()
[all …]
A Dtest_core_reloc_module.c20 char out[256]; member
44 struct core_reloc_module_output *out = (void *)&data.out; in BPF_PROG() local
55 out->len = BPF_CORE_READ(read_ctx, len); in BPF_PROG()
56 out->off = BPF_CORE_READ(read_ctx, off); in BPF_PROG()
60 out->buf_exists = bpf_core_field_exists(read_ctx->buf); in BPF_PROG()
61 out->off_exists = bpf_core_field_exists(read_ctx->off); in BPF_PROG()
64 out->comm_len = BPF_CORE_READ_STR_INTO(&out->comm, task, comm); in BPF_PROG()
78 struct core_reloc_module_output *out = (void *)&data.out; in BPF_PROG() local
89 out->len = read_ctx->len; in BPF_PROG()
90 out->off = read_ctx->off; in BPF_PROG()
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Doutput.c27 if (out->dst) { in omapdss_output_set_device()
29 out->dst->name); in omapdss_output_set_device()
40 out->dst = dssdev; in omapdss_output_set_device()
41 dssdev->src = out; in omapdss_output_set_device()
59 if (!out->dst) { in omapdss_output_unset_device()
67 out->dst->name); in omapdss_output_unset_device()
73 out->dst = NULL; in omapdss_output_unset_device()
103 if (out->id == id) in omap_dss_get_output()
104 return out; in omap_dss_get_output()
137 if (out->dev->of_node == src_node && out->port_num == reg) { in omap_dss_find_output_by_port_node()
[all …]
/linux/drivers/net/ethernet/intel/igb/
A De1000_phy.c77 out: in igb_get_phy_id()
100 out: in igb_phy_reset_dsp()
157 out: in igb_read_phy_reg_mdic()
213 out: in igb_write_phy_reg_mdic()
406 out: in igb_read_phy_reg_igp()
445 out: in igb_write_phy_reg_igp()
511 out: in igb_copper_link_setup_82580()
615 out: in igb_copper_link_setup_m88()
848 out: in igb_copper_link_setup_igp()
911 out: in igb_copper_link_autoneg()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
A Dtailcalls.c26 goto out; in test_tailcall_1()
30 goto out; in test_tailcall_1()
139 out: in test_tailcall_1()
218 out: in test_tailcall_2()
292 out: in test_tailcall_count()
397 out: in test_tailcall_4()
485 out: in test_tailcall_5()
568 out: in test_tailcall_bpf2bpf_1()
646 out: in test_tailcall_bpf2bpf_2()
727 out: in test_tailcall_bpf2bpf_3()
[all …]
A Dtest_bpffs.c38 goto out; in fn()
42 goto out; in fn()
46 goto out; in fn()
50 goto out; in fn()
54 goto out; in fn()
57 goto out; in fn()
61 goto out; in fn()
64 goto out; in fn()
68 goto out; in fn()
71 goto out; in fn()
[all …]
/linux/drivers/pci/hotplug/
A Dcpqphp_sysfs.c30 char *out = buf; in show_ctrl() local
41 out += sprintf(out, "Free resources: prefetchable memory\n"); in show_ctrl()
48 out += sprintf(out, "Free resources: IO\n"); in show_ctrl()
55 out += sprintf(out, "Free resources: bus numbers\n"); in show_ctrl()
63 return out - buf; in show_ctrl()
68 char *out = buf; in show_dev() local
80 out += sprintf(out, "assigned resources: memory\n"); in show_dev()
87 out += sprintf(out, "assigned resources: prefetchable memory\n"); in show_dev()
94 out += sprintf(out, "assigned resources: IO\n"); in show_dev()
101 out += sprintf(out, "assigned resources: bus numbers\n"); in show_dev()
[all …]
/linux/fs/nls/
A Dnls_euc-jp.c426 out[1] = out[0]; in uni2char()
432 sjisnec2sjisibm(out, out[0], out[1]); in uni2char()
434 if (IS_SJIS_UDC_LOW(out[0], out[1])) { in uni2char()
436 MAP_SJIS2EUC(out[0], out[1], 0xF0, out[0], out[1], 0xF5); in uni2char()
444 n = 3; ch = out[0]; cl = out[1]; in uni2char()
447 } else if (IS_SJIS_IBM(out[0], out[1])) { in uni2char()
451 n = sjisibm2euc(euc, out[0], out[1]); in uni2char()
458 out[0] = (out[0]^0xA0)*2 + 0x5F; in uni2char()
463 out[1] = out[1] + 0x61; in uni2char()
465 out[1] = out[1] + 0x60; in uni2char()
[all …]
/linux/drivers/gpu/drm/omapdrm/dss/
A Doutput.c27 out->of_port, 0); in omapdss_device_init_output()
35 if (IS_ERR(out->panel)) in omapdss_device_init_output()
36 out->panel = NULL; in omapdss_device_init_output()
40 if (out->panel) { in omapdss_device_init_output()
45 dev_err(out->dev, in omapdss_device_init_output()
52 out->bridge = bridge; in omapdss_device_init_output()
56 if (!out->bridge) { in omapdss_device_init_output()
61 out->next_bridge = out->bridge; in omapdss_device_init_output()
65 if (!out->bridge) { in omapdss_device_init_output()
79 if (out->bridge && out->panel) in omapdss_device_cleanup_output()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dport.c201 goto out; in mlx5e_port_linkspeed()
212 out: in mlx5e_port_linkspeed()
276 void *out; in mlx5e_port_set_pbmc() local
280 if (!out) in mlx5e_port_set_pbmc()
295 void *out; in mlx5e_port_query_priority2buffer() local
304 goto out; in mlx5e_port_query_priority2buffer()
310 goto out; in mlx5e_port_query_priority2buffer()
317 out: in mlx5e_port_query_priority2buffer()
327 void *out; in mlx5e_port_set_priority2buffer() local
358 out: in mlx5e_port_set_priority2buffer()
[all …]

Completed in 72 milliseconds

12345678910>>...199