Home
last modified time | relevance | path

Searched full:out (Results 1 – 25 of 9641) sorted by relevance

12345678910>>...386

/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_debugfs.c79 struct vcap_output_print *out) in sparx5_vcap_is0_port_keys() argument
84 out->prf(out->dst, " port[%02d] (%s): ", port->portno, in sparx5_vcap_is0_port_keys()
87 out->prf(out->dst, "\n Lookup %d: ", lookup); in sparx5_vcap_is0_port_keys()
92 out->prf(out->dst, "\n state: "); in sparx5_vcap_is0_port_keys()
94 out->prf(out->dst, "on"); in sparx5_vcap_is0_port_keys()
96 out->prf(out->dst, "off"); in sparx5_vcap_is0_port_keys()
98 out->prf(out->dst, "\n etype: %s", in sparx5_vcap_is0_port_keys()
101 out->prf(out->dst, "\n ipv4: %s", in sparx5_vcap_is0_port_keys()
104 out->prf(out->dst, "\n ipv6: %s", in sparx5_vcap_is0_port_keys()
107 out->prf(out->dst, "\n mpls_uc: %s", in sparx5_vcap_is0_port_keys()
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_debugfs.c10 struct vcap_output_print *out) in lan966x_vcap_is1_port_keys() argument
15 out->prf(out->dst, " port[%d] (%s): ", port->chip_port, in lan966x_vcap_is1_port_keys()
19 out->prf(out->dst, "\n state: "); in lan966x_vcap_is1_port_keys()
21 out->prf(out->dst, "on"); in lan966x_vcap_is1_port_keys()
23 out->prf(out->dst, "off"); in lan966x_vcap_is1_port_keys()
26 out->prf(out->dst, "\n Lookup %d: ", l); in lan966x_vcap_is1_port_keys()
28 out->prf(out->dst, "\n other: "); in lan966x_vcap_is1_port_keys()
31 out->prf(out->dst, "normal"); in lan966x_vcap_is1_port_keys()
34 out->prf(out->dst, "7tuple"); in lan966x_vcap_is1_port_keys()
37 out->prf(out->dst, "dbl_vid"); in lan966x_vcap_is1_port_keys()
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fbstp.c20 unsigned char out[10]; in main() local
21 memset(out, 0xfe, sizeof out); in main()
22 __asm__ volatile ("fbstp %0" : "=m" (out) : "t" (-0.0L) : "st"); in main()
23 out[9] &= 0x80; in main()
24 if (memcmp(out, "\0\0\0\0\0\0\0\0\0\x80", sizeof out) != 0) { in main()
28 memset(out, 0x12, sizeof out); in main()
29 __asm__ volatile ("fbstp %0" : "=m" (out) : "t" (-0.1L) : "st"); in main()
30 out[9] &= 0x80; in main()
31 if (memcmp(out, "\0\0\0\0\0\0\0\0\0\x80", sizeof out) != 0) { in main()
35 memset(out, 0x1f, sizeof out); in main()
[all …]
/openbmc/linux/drivers/usb/host/
H A Duhci-debug.c46 char *out = buf; in uhci_show_td() local
51 out += sprintf(out, "%*s[%p] link (%08x) ", space, "", td, in uhci_show_td()
53 out += sprintf(out, "e%d %s%s%s%s%s%s%s%s%s%sLength=%x ", in uhci_show_td()
66 if (out - buf > len) in uhci_show_td()
75 spid = "OUT"; in uhci_show_td()
85 out += sprintf(out, "MaxLen=%x DT%d EndPt=%x Dev=%x, PID=%x(%s) ", in uhci_show_td()
92 out += sprintf(out, "(buf=%08x)\n", hc32_to_cpu(uhci, td->buffer)); in uhci_show_td()
95 if (out - buf > len) in uhci_show_td()
96 out += sprintf(out, " ...\n"); in uhci_show_td()
97 return out - buf; in uhci_show_td()
[all …]
/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmdebug.c171 [DLM_DENIED_NOLOCKS] = "request denied, out of system resources",
237 int out = 0; in stringify_lockname() local
245 out += scnprintf(buf + out, len - out, "%.*s%08x", in stringify_lockname()
249 out += scnprintf(buf + out, len - out, "%.*s", in stringify_lockname()
251 return out; in stringify_lockname()
257 int out = 0; in stringify_nodemap() local
261 out += scnprintf(buf + out, len - out, "%d ", i); in stringify_nodemap()
263 return out; in stringify_nodemap()
268 int out = 0; in dump_mle() local
278 out += stringify_lockname(mle->mname, mle->mnamelen, buf + out, len - out); in dump_mle()
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs.c23 struct vcap_output_print *out, in vcap_debugfs_show_rule_keyfield() argument
32 out->prf(out->dst, " %s: W%d: ", vcap_keyfield_name(vctrl, key), in vcap_debugfs_show_rule_keyfield()
37 out->prf(out->dst, "%d/%d", data->u1.value, data->u1.mask); in vcap_debugfs_show_rule_keyfield()
44 out->prf(out->dst, "%pI4h/%pI4h", &data->u32.value, in vcap_debugfs_show_rule_keyfield()
55 out->prf(out->dst, "%u/%u", data->u32.value & fmsk, in vcap_debugfs_show_rule_keyfield()
63 out->prf(out->dst, "%pMR/%pMR", data->u48.value, in vcap_debugfs_show_rule_keyfield()
98 out->prf(out->dst, "%pI6/%pI6", nvalue, nmask); in vcap_debugfs_show_rule_keyfield()
106 out->prf(out->dst, "0x"); in vcap_debugfs_show_rule_keyfield()
108 out->prf(out->dst, "%02x", value[bytes - idx - 1]); in vcap_debugfs_show_rule_keyfield()
109 out->prf(out->dst, "/0x"); in vcap_debugfs_show_rule_keyfield()
[all …]
/openbmc/linux/sound/soc/meson/
H A Daxg-frddr.c120 "OUT 0", "OUT 1", "OUT 2", "OUT 3", "OUT 4", "OUT 5", "OUT 6", "OUT 7",
132 SND_SOC_DAPM_AIF_OUT("OUT 0", NULL, 0, SND_SOC_NOPM, 0, 0),
133 SND_SOC_DAPM_AIF_OUT("OUT 1", NULL, 0, SND_SOC_NOPM, 0, 0),
134 SND_SOC_DAPM_AIF_OUT("OUT 2", NULL, 0, SND_SOC_NOPM, 0, 0),
135 SND_SOC_DAPM_AIF_OUT("OUT 3", NULL, 0, SND_SOC_NOPM, 0, 0),
136 SND_SOC_DAPM_AIF_OUT("OUT 4", NULL, 0, SND_SOC_NOPM, 0, 0),
137 SND_SOC_DAPM_AIF_OUT("OUT 5", NULL, 0, SND_SOC_NOPM, 0, 0),
138 SND_SOC_DAPM_AIF_OUT("OUT 6", NULL, 0, SND_SOC_NOPM, 0, 0),
139 SND_SOC_DAPM_AIF_OUT("OUT 7", NULL, 0, SND_SOC_NOPM, 0, 0),
144 { "OUT 0", "OUT 0", "SINK SEL" },
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/interface/
H A Dia_css_pipe_binarydesc.h28 * @param[out] copy_desc
29 * @param[in/out] in_info
30 * @param[in/out] out_info
31 * @param[in/out] vf_info
45 * @param[out] vfpp_descr
46 * @param[in/out] in_info
47 * @param[in/out] out_info
61 * @param[out] bds: The rational fraction of the bayer downscaling factor.
71 * @param[out] preview_descr
72 * @param[in/out] in_info
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_type_based.c14 char out[256]; member
112 struct core_reloc_type_based_output *out = (void *)&data.out; in test_core_type_based() local
114 out->struct_exists = bpf_core_type_exists(struct a_struct); in test_core_type_based()
115 out->complex_struct_exists = bpf_core_type_exists(struct a_complex_struct); in test_core_type_based()
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()
118 out->typedef_named_struct_exists = bpf_core_type_exists(named_struct_typedef); in test_core_type_based()
119 out->typedef_anon_struct_exists = bpf_core_type_exists(anon_struct_typedef); in test_core_type_based()
120 out->typedef_struct_ptr_exists = bpf_core_type_exists(struct_ptr_typedef); in test_core_type_based()
121 out->typedef_int_exists = bpf_core_type_exists(int_typedef); in test_core_type_based()
[all …]
/openbmc/linux/fs/udf/
H A Dudfend.h10 struct kernel_lb_addr out; in lelb_to_cpu() local
12 out.logicalBlockNum = le32_to_cpu(in.logicalBlockNum); in lelb_to_cpu()
13 out.partitionReferenceNum = le16_to_cpu(in.partitionReferenceNum); in lelb_to_cpu()
15 return out; in lelb_to_cpu()
20 struct lb_addr out; in cpu_to_lelb() local
22 out.logicalBlockNum = cpu_to_le32(in.logicalBlockNum); in cpu_to_lelb()
23 out.partitionReferenceNum = cpu_to_le16(in.partitionReferenceNum); in cpu_to_lelb()
25 return out; in cpu_to_lelb()
30 struct short_ad out; in lesa_to_cpu() local
32 out.extLength = le32_to_cpu(in.extLength); in lesa_to_cpu()
[all …]
/openbmc/linux/tools/perf/util/
H A Ddata-convert-json.c36 FILE *out; member
42 static void output_json_string(FILE *out, const char *s) in output_json_string() argument
44 fputc('"', out); in output_json_string()
49 case '"': fputs("\\\"", out); break; in output_json_string()
50 case '\\': fputs("\\\\", out); break; in output_json_string()
51 case '\b': fputs("\\b", out); break; in output_json_string()
52 case '\f': fputs("\\f", out); break; in output_json_string()
53 case '\n': fputs("\\n", out); break; in output_json_string()
54 case '\r': fputs("\\r", out); break; in output_json_string()
55 case '\t': fputs("\\t", out); break; in output_json_string()
[all …]
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dmulti-gpios-sys-init36 # Set Post Led out GPIO N0-N7
50 # SGPIO Out Bit-01
52 # SGPIO Out Bit-05
54 # SGPIO Out Bit-09
57 # SGPIO Out Bit-11
59 # SGPIO Out Bit-13
61 # SGPIO Out Bit-15
63 # SGPIO Out Bit-17
65 # SGPIO Out Bit-19
68 # SGPIO Out Bit-25
[all …]
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_task_analyzer.sh71 out="$tmpdir/perf.out"
72 perf script report task-analyzer > "$out"
74 find_str_or_fail "Comm" "$out" "${FUNCNAME[0]}"
78 out="$tmpdir/perf.out"
79 perf script report task-analyzer --ns --rename-comms-by-tids 0:random > "$out"
81 find_str_or_fail "Comm" "$out" "${FUNCNAME[0]}"
85 out="$tmpdir/perf.out"
87 > "$out"
89 find_str_or_fail "Comm" "$out" "${FUNCNAME[0]}"
93 out="$tmpdir/perf.out"
[all …]
/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_vpu_if.c135 struct venc_ap_ipi_msg_init out; in vpu_enc_init() local
151 memset(&out, 0, sizeof(out)); in vpu_enc_init()
152 out.msg_id = AP_IPIMSG_ENC_INIT; in vpu_enc_init()
153 out.venc_inst = (unsigned long)vpu; in vpu_enc_init()
154 if (vpu_enc_send_msg(vpu, &out, sizeof(out))) { in vpu_enc_init()
194 struct venc_ap_ipi_msg_set_param_ext out; in vpu_enc_set_param() local
198 memset(&out, 0, sizeof(out)); in vpu_enc_set_param()
199 out.base.msg_id = AP_IPIMSG_ENC_SET_PARAM; in vpu_enc_set_param()
200 out.base.vpu_inst_addr = vpu->inst_addr; in vpu_enc_set_param()
201 out.base.param_id = id; in vpu_enc_set_param()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dport.c28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
44 u32 *out = NULL; in mlx5_access_reg() local
49 out = kvzalloc(outlen, GFP_KERNEL); in mlx5_access_reg()
50 if (!in || !out) in mlx5_access_reg()
51 goto out; in mlx5_access_reg()
61 err = mlx5_cmd_do(dev, in, inlen, out, outlen); in mlx5_access_reg()
63 err = mlx5_cmd_check(dev, err, in, out); in mlx5_access_reg()
65 goto out; in mlx5_access_reg()
67 data = MLX5_ADDR_OF(access_register_out, out, register_data); in mlx5_access_reg()
70 out: in mlx5_access_reg()
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dstih407-pinctrl.dtsi133 tx = <&pio4 2 ALT2 OUT>;
139 tx_od = <&pio4 3 ALT2 OUT>;
148 tx = <&pio3 4 ALT1 OUT>;
157 tx = <&pio2 6 ALT3 OUT>;
189 keyout0 = <&pio4 6 ALT4 OUT>;
190 keyout1 = <&pio1 7 ALT2 OUT>;
191 keyout2 = <&pio0 6 ALT2 OUT>;
192 keyout3 = <&pio2 7 ALT2 OUT>;
208 txd0 = <&pio0 0 ALT1 OUT DE_IO 0 CLK_A>;
209 txd1 = <&pio0 1 ALT1 OUT DE_IO 0 CLK_A>;
[all …]
/openbmc/linux/lib/
H A Dtest-string_helpers.c36 const char *out; member
43 .out = "\f\\ \n\r\t\v",
48 .out = " \001\00387\0064\005 \\8aH?7",
53 .out = "\\xv\n,\ro2",
58 .out = "\\h\\\"\a\e\\",
73 goto out; in test_string_unescape()
85 s = strings[i].out; in test_string_unescape()
86 len = strlen(strings[i].out); in test_string_unescape()
108 out: in test_string_unescape()
115 const char *out; member
[all …]
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-k210.c50 #define K210_PC_DO_OE BIT(14) /* set Data Out to Output Enable sig */
178 K210_PC_DEFAULT(OUT),
206 K210_FUNC(JTAG_TDO, OUT),
215 K210_FUNC(SPI0_SS0, OUT),
216 K210_FUNC(SPI0_SS1, OUT),
217 K210_FUNC(SPI0_SS2, OUT),
218 K210_FUNC(SPI0_SS3, OUT),
220 K210_FUNC(SPI0_SCLK, OUT),
222 K210_FUNC(UARTHS_TX, OUT),
225 K210_FUNC(CLK_SPI1, OUT),
[all …]
/openbmc/openbmc-tools/dbusView/
H A DdbusView.py30 out = subprocess.check_output(busctl + "list --acquired", shell=True)
31 out = out.split(b"\n")
32 out = out[1:]
34 for line in out:
42 out = subprocess.check_output(busctl + "tree " + busname, shell=True)
43 out = out.split(b"\n")
45 for line in out:
53 out = subprocess.check_output(
56 return out.decode().split("\n")
61 out = header
[all …]
/openbmc/u-boot/board/CZ.NIC/turris_mox/
H A Dmox_sp.c38 static int mbox_do_cmd(enum mbox_cmd cmd, u32 *out, int nout) in mbox_do_cmd() argument
55 /* if timed out, don't read status */ in mbox_do_cmd()
61 out[i] = readl(RWTM_CMD_STATUS(i)); in mbox_do_cmd()
79 u32 out[16]; in mox_sp_get_ecdsa_public_key() local
85 res = mbox_do_cmd(MBOX_CMD_ECDSA_PUB_KEY, out, 16); in mox_sp_get_ecdsa_public_key()
91 (u32)res, out[0], out[1], out[2], out[3], out[4], out[5], in mox_sp_get_ecdsa_public_key()
92 out[6], out[7], out[8], out[9], out[10], out[11], out[12], in mox_sp_get_ecdsa_public_key()
93 out[13], out[14], out[15]); in mox_sp_get_ecdsa_public_key()
110 u32 out[8]; in mbox_sp_get_board_info() local
113 res = mbox_do_cmd(MBOX_CMD_BOARD_INFO, out, 8); in mbox_sp_get_board_info()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtailcalls.c30 goto out; in test_tailcall_1()
34 goto out; in test_tailcall_1()
38 goto out; in test_tailcall_1()
42 goto out; in test_tailcall_1()
49 goto out; in test_tailcall_1()
53 goto out; in test_tailcall_1()
57 goto out; in test_tailcall_1()
67 goto out; in test_tailcall_1()
79 goto out; in test_tailcall_1()
83 goto out; in test_tailcall_1()
[all …]
/openbmc/linux/drivers/md/bcache/
H 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 …]
/openbmc/qemu/audio/
H A Dspiceaudio.c95 SpiceVoiceOut *out = container_of (hw, SpiceVoiceOut, hw); in line_out_init() local
109 out->active = 0; in line_out_init()
111 out->sin.base.sif = &playback_sif.base; in line_out_init()
112 qemu_spice.add_interface(&out->sin.base); in line_out_init()
114 spice_server_set_playback_rate(&out->sin, settings.freq); in line_out_init()
121 SpiceVoiceOut *out = container_of (hw, SpiceVoiceOut, hw); in line_out_fini() local
123 spice_server_remove_interface (&out->sin.base); in line_out_fini()
128 SpiceVoiceOut *out = container_of(hw, SpiceVoiceOut, hw); in line_out_get_free() local
130 return audio_rate_peek_bytes(&out->rate, &hw->info); in line_out_get_free()
135 SpiceVoiceOut *out = container_of(hw, SpiceVoiceOut, hw); in line_out_get_buffer() local
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp2_execution.c19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
111 goto out; in check_h_prime_available()
124 out: in check_h_prime_available()
135 goto out; in check_pairing_info_available()
148 out: in check_pairing_info_available()
191 goto out; in check_stream_ready_available()
198 out: in check_stream_ready_available()
232 goto out; in process_rxstatus()
236 goto out; in process_rxstatus()
241 goto out; in process_rxstatus()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport.c28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
38 u32 out[MLX5_ST_SZ_DW(ptys_reg)]; in mlx5_port_query_eth_autoneg() local
44 if (mlx5_query_port_ptys(dev, out, sizeof(out), MLX5_PTYS_EN, 1)) in mlx5_port_query_eth_autoneg()
47 *an_status = MLX5_GET(ptys_reg, out, an_status); in mlx5_port_query_eth_autoneg()
48 *an_disable_cap = MLX5_GET(ptys_reg, out, an_disable_cap); in mlx5_port_query_eth_autoneg()
49 *an_disable_admin = MLX5_GET(ptys_reg, out, an_disable_admin); in mlx5_port_query_eth_autoneg()
55 u32 out[MLX5_ST_SZ_DW(ptys_reg)]; in mlx5_port_set_eth_ptys() local
76 return mlx5_core_access_reg(dev, in, sizeof(in), out, in mlx5_port_set_eth_ptys()
77 sizeof(out), MLX5_REG_PTYS, 0, 1); in mlx5_port_set_eth_ptys()
90 goto out; in mlx5e_port_linkspeed()
[all …]

12345678910>>...386