/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_vcap_debugfs.c | 94 out->prf(out->dst, "on"); in sparx5_vcap_is0_port_keys() 96 out->prf(out->dst, "off"); in sparx5_vcap_is0_port_keys() 116 out->prf(out->dst, "\n"); in sparx5_vcap_is0_port_keys() 136 out->prf(out->dst, "on"); in sparx5_vcap_is2_port_keys() 138 out->prf(out->dst, "off"); in sparx5_vcap_is2_port_keys() 229 out->prf(out->dst, "\n"); in sparx5_vcap_is2_port_keys() 284 out->prf(out->dst, "\n"); in sparx5_vcap_is2_port_stickies() 302 out->prf(out->dst, "on"); in sparx5_vcap_es0_port_keys() 322 out->prf(out->dst, "\n"); in sparx5_vcap_es0_port_keys() 402 out->prf(out->dst, "\n"); in sparx5_vcap_es2_port_keys() [all …]
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | uhci-debug.c | 96 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-6.3-rc2/drivers/net/ethernet/microchip/lan966x/ |
A D | lan966x_vcap_debugfs.c | 19 out->prf(out->dst, "\n state: "); in lan966x_vcap_port_keys() 21 out->prf(out->dst, "on"); in lan966x_vcap_port_keys() 23 out->prf(out->dst, "off"); in lan966x_vcap_port_keys() 30 out->prf(out->dst, "mac_llc"); in lan966x_vcap_port_keys() 32 out->prf(out->dst, "mac_snap"); in lan966x_vcap_port_keys() 36 out->prf(out->dst, "mac_etype"); in lan966x_vcap_port_keys() 38 out->prf(out->dst, "mac_oam"); in lan966x_vcap_port_keys() 42 out->prf(out->dst, "mac_etype"); in lan966x_vcap_port_keys() 44 out->prf(out->dst, "mac_arp"); in lan966x_vcap_port_keys() 48 out->prf(out->dst, "mac_etype"); in lan966x_vcap_port_keys() [all …]
|
/linux-6.3-rc2/fs/ocfs2/dlm/ |
A D | dlmdebug.c | 279 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-6.3-rc2/drivers/net/ethernet/microchip/vcap/ |
A D | vcap_api_debugfs.c | 106 out->prf(out->dst, "0x"); in vcap_debugfs_show_rule_keyfield() 109 out->prf(out->dst, "/0x"); in vcap_debugfs_show_rule_keyfield() 113 out->prf(out->dst, "\n"); in vcap_debugfs_show_rule_keyfield() 151 out->prf(out->dst, "0x"); in vcap_debugfs_show_rule_actionfield() 155 out->prf(out->dst, "\n"); in vcap_debugfs_show_rule_actionfield() 185 out->prf(out->dst, " %s", in vcap_debugfs_show_keysets() 187 out->prf(out->dst, "\n"); in vcap_debugfs_show_keysets() 243 out->prf(out->dst, in vcap_show_admin_rule() 308 out->prf(out->dst, "\n"); in vcap_show_admin() 358 out->prf(out->dst, " %s", in vcap_show_admin_raw() [all …]
|
/linux-6.3-rc2/tools/perf/util/ |
A D | data-convert-json.c | 36 FILE *out; member 44 fputc('"', out); in output_json_string() 62 fputc(*s, out); in output_json_string() 68 fputc('"', out); in output_json_string() 78 fputc(',', out); in output_json_delimiters() 79 fputc('\n', out); in output_json_delimiters() 125 FILE *out = c->out; in output_sample_callchain_entry() local 154 FILE *out = c->out; in process_sample_event() local 256 FILE *out = c->out; in output_headers() local 361 if (!c.out) { in bt_convert__perf2json() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | test_core_reloc_type_based.c | 14 char out[256]; member 112 struct core_reloc_type_based_output *out = (void *)&data.out; in test_core_type_based() local 116 out->union_exists = bpf_core_type_exists(union a_union); in test_core_type_based() 117 out->enum_exists = bpf_core_type_exists(enum an_enum); in test_core_type_based() 131 out->enum_matches = bpf_core_type_matches(enum an_enum); in test_core_type_based() 142 out->struct_sz = bpf_core_type_size(struct a_struct); in test_core_type_based() 143 out->union_sz = bpf_core_type_size(union a_union); in test_core_type_based() 144 out->enum_sz = bpf_core_type_size(enum an_enum); in test_core_type_based() 148 out->typedef_int_sz = bpf_core_type_size(int_typedef); in test_core_type_based() 149 out->typedef_enum_sz = bpf_core_type_size(enum_typedef); in test_core_type_based() [all …]
|
A D | test_core_reloc_type_id.c | 14 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 D | test_core_reloc_module.c | 20 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-6.3-rc2/lib/ |
A D | test-string_helpers.c | 36 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 D | string_helpers.c | 123 out: in string_get_size() 385 ++out; in escape_space() 388 ++out; in escape_space() 418 ++out; in escape_special() 421 ++out; in escape_special() 436 ++out; in escape_null() 439 ++out; in escape_null() 451 ++out; in escape_octal() 454 ++out; in escape_octal() 457 ++out; in escape_octal() [all …]
|
/linux-6.3-rc2/drivers/media/platform/mediatek/vcodec/ |
A D | venc_vpu_if.c | 127 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() 179 out.base.data[0] = in vpu_enc_set_param() 181 out.base.data[1] = in vpu_enc_set_param() 239 memset(&out, 0, sizeof(out)); in vpu_enc_encode_32bits() 260 out.data_item = 3; in vpu_enc_encode_32bits() 285 memset(&out, 0, sizeof(out)); in vpu_enc_encode_34bits() 307 out.data_item = 3; in vpu_enc_encode_34bits() 350 memset(&out, 0, sizeof(out)); in vpu_enc_deinit() [all …]
|
/linux-6.3-rc2/fs/udf/ |
A D | udfend.h | 15 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-6.3-rc2/tools/testing/selftests/openat2/ |
A D | resolve_test.c | 118 } 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-6.3-rc2/drivers/md/bcache/ |
A D | features.c | 35 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-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | port.c | 51 goto out; in mlx5_access_reg() 65 goto out; in mlx5_access_reg() 70 out: in mlx5_access_reg() 71 kvfree(out); in mlx5_access_reg() 527 err = mlx5_query_pfcc_reg(dev, out, sizeof(out)); in mlx5_query_port_pause() 569 err = mlx5_query_pfcc_reg(dev, out, sizeof(out)); in mlx5_query_port_stall_watermark() 605 err = mlx5_query_pfcc_reg(dev, out, sizeof(out)); in mlx5_query_port_pfc() 678 memset(out, 0, sizeof(out)); in mlx5_query_port_prio_tc() 904 if (mlx5_query_ports_check(mdev, out, sizeof(out))) in mlx5_query_port_fcs() 1018 out: in mlx5_set_dscp2prio() [all …]
|
/linux-6.3-rc2/drivers/media/test-drivers/vicodec/ |
A D | codec-fwht.c | 342 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-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/ |
A D | output.c | 27 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-6.3-rc2/fs/btrfs/tests/ |
A D | inode-tests.c | 232 goto out; in test_btrfs_get_extent() 238 goto out; in test_btrfs_get_extent() 244 goto out; in test_btrfs_get_extent() 257 goto out; in test_btrfs_get_extent() 261 goto out; in test_btrfs_get_extent() 276 goto out; in test_btrfs_get_extent() 280 goto out; in test_btrfs_get_extent() 297 goto out; in test_btrfs_get_extent() 790 out: in test_btrfs_get_extent() 888 out: in test_hole_first() [all …]
|
/linux-6.3-rc2/drivers/pci/hotplug/ |
A D | cpqphp_sysfs.c | 30 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-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | tailcalls.c | 30 goto out; in test_tailcall_1() 137 out: in test_tailcall_1() 217 out: in test_tailcall_2() 293 out: in test_tailcall_count() 400 out: in test_tailcall_4() 490 out: in test_tailcall_5() 573 out: in test_tailcall_bpf2bpf_1() 653 out: in test_tailcall_bpf2bpf_2() 732 out: in test_tailcall_bpf2bpf_3() 830 out: in test_tailcall_bpf2bpf_4() [all …]
|
A D | test_bpffs.c | 40 goto out; in fn() 44 goto out; in fn() 48 goto out; in fn() 52 goto out; in fn() 56 goto out; in fn() 59 goto out; in fn() 63 goto out; in fn() 66 goto out; in fn() 70 goto out; in fn() 73 goto out; in fn() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/ |
A D | output.c | 27 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-6.3-rc2/drivers/gpu/drm/amd/display/modules/hdcp/ |
A D | hdcp2_execution.c | 124 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-6.3-rc2/fs/nls/ |
A D | nls_euc-jp.c | 426 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 …]
|