Home
last modified time | relevance | path

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

12345678910>>...182

/Linux-v4.19/drivers/usb/host/
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()
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()
103 char *out = buf; in uhci_show_urbp() local
[all …]
/Linux-v4.19/fs/ocfs2/dlm/
Ddlmdebug.c254 int out = 0; in stringify_lockname() local
262 out += snprintf(buf + out, len - out, "%.*s%08x", in stringify_lockname()
266 out += snprintf(buf + out, len - out, "%.*s", in stringify_lockname()
268 return out; in stringify_lockname()
274 int out = 0; in stringify_nodemap() local
278 out += snprintf(buf + out, len - out, "%d ", i); in stringify_nodemap()
280 return out; in stringify_nodemap()
285 int out = 0; in dump_mle() local
295 out += stringify_lockname(mle->mname, mle->mnamelen, buf + out, len - out); in dump_mle()
296 out += snprintf(buf + out, len - out, in dump_mle()
[all …]
/Linux-v4.19/lib/
Dstring_helpers.c61 goto out; in string_get_size()
121 out: in string_get_size()
268 char *out = dst; in string_unescape() local
276 unescape_space(&src, &out)) in string_unescape()
280 unescape_octal(&src, &out)) in string_unescape()
284 unescape_hex(&src, &out)) in string_unescape()
288 unescape_special(&src, &out)) in string_unescape()
291 *out++ = '\\'; in string_unescape()
293 *out++ = *src++; in string_unescape()
295 *out = '\0'; in string_unescape()
[all …]
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 …]
/Linux-v4.19/fs/udf/
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 …]
/Linux-v4.19/drivers/media/platform/mtk-vcodec/
Dvenc_vpu_if.c97 struct venc_ap_ipi_msg_init out; in vpu_enc_init() local
112 memset(&out, 0, sizeof(out)); in vpu_enc_init()
113 out.msg_id = AP_IPIMSG_ENC_INIT; in vpu_enc_init()
114 out.venc_inst = (unsigned long)vpu; in vpu_enc_init()
115 if (vpu_enc_send_msg(vpu, &out, sizeof(out))) { in vpu_enc_init()
129 struct venc_ap_ipi_msg_set_param out; in vpu_enc_set_param() local
133 memset(&out, 0, sizeof(out)); in vpu_enc_set_param()
134 out.msg_id = AP_IPIMSG_ENC_SET_PARAM; in vpu_enc_set_param()
135 out.vpu_inst_addr = vpu->inst_addr; in vpu_enc_set_param()
136 out.param_id = id; in vpu_enc_set_param()
[all …]
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dport.c46 u32 *out = NULL; in mlx5_core_access_reg() local
51 out = kvzalloc(outlen, GFP_KERNEL); in mlx5_core_access_reg()
52 if (!in || !out) in mlx5_core_access_reg()
53 goto out; in mlx5_core_access_reg()
63 err = mlx5_cmd_exec(dev, in, inlen, out, outlen); in mlx5_core_access_reg()
65 goto out; in mlx5_core_access_reg()
67 data = MLX5_ADDR_OF(access_register_out, out, register_data); in mlx5_core_access_reg()
70 out: in mlx5_core_access_reg()
71 kvfree(out); in mlx5_core_access_reg()
126 struct mlx5_reg_pcap out; in mlx5_set_port_caps() local
[all …]
Dtransobj.c40 u32 out[MLX5_ST_SZ_DW(alloc_transport_domain_out)] = {0}; in mlx5_core_alloc_transport_domain() local
46 err = mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_core_alloc_transport_domain()
48 *tdn = MLX5_GET(alloc_transport_domain_out, out, in mlx5_core_alloc_transport_domain()
58 u32 out[MLX5_ST_SZ_DW(dealloc_transport_domain_out)] = {0}; in mlx5_core_dealloc_transport_domain() local
63 mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_core_dealloc_transport_domain()
69 u32 out[MLX5_ST_SZ_DW(create_rq_out)] = {0}; in mlx5_core_create_rq() local
73 err = mlx5_cmd_exec(dev, in, inlen, out, sizeof(out)); in mlx5_core_create_rq()
75 *rqn = MLX5_GET(create_rq_out, out, rqn); in mlx5_core_create_rq()
83 u32 out[MLX5_ST_SZ_DW(modify_rq_out)]; in mlx5_core_modify_rq() local
88 memset(out, 0, sizeof(out)); in mlx5_core_modify_rq()
[all …]
Dvport.c43 u16 vport, u32 *out, int outlen) in _mlx5_query_vport_state() argument
54 return mlx5_cmd_exec(mdev, in, sizeof(in), out, outlen); in _mlx5_query_vport_state()
59 u32 out[MLX5_ST_SZ_DW(query_vport_state_out)] = {0}; in mlx5_query_vport_state() local
61 _mlx5_query_vport_state(mdev, opmod, vport, out, sizeof(out)); in mlx5_query_vport_state()
63 return MLX5_GET(query_vport_state_out, out, state); in mlx5_query_vport_state()
70 u32 out[MLX5_ST_SZ_DW(modify_vport_state_out)] = {0}; in mlx5_modify_vport_admin_state() local
80 return mlx5_cmd_exec(mdev, in, sizeof(in), out, sizeof(out)); in mlx5_modify_vport_admin_state()
84 u32 *out, int outlen) in mlx5_query_nic_vport_context() argument
94 return mlx5_cmd_exec(mdev, in, sizeof(in), out, outlen); in mlx5_query_nic_vport_context()
100 u32 out[MLX5_ST_SZ_DW(modify_nic_vport_context_out)] = {0}; in mlx5_modify_nic_vport_context() local
[all …]
Dfw.c40 static int mlx5_cmd_query_adapter(struct mlx5_core_dev *dev, u32 *out, in mlx5_cmd_query_adapter() argument
46 return mlx5_cmd_exec(dev, in, sizeof(in), out, outlen); in mlx5_cmd_query_adapter()
51 u32 *out; in mlx5_query_board_id() local
55 out = kzalloc(outlen, GFP_KERNEL); in mlx5_query_board_id()
56 if (!out) in mlx5_query_board_id()
59 err = mlx5_cmd_query_adapter(dev, out, outlen); in mlx5_query_board_id()
61 goto out; in mlx5_query_board_id()
64 MLX5_ADDR_OF(query_adapter_out, out, in mlx5_query_board_id()
69 out: in mlx5_query_board_id()
70 kfree(out); in mlx5_query_board_id()
[all …]
/Linux-v4.19/drivers/media/platform/vicodec/
Dvicodec-codec.c227 s16 *out = output_block; in fwht() local
234 for (i = 0; i < 8; i++, tmp += stride, out += 8) { in fwht()
273 out[0] = workspace2[0] + workspace2[4]; in fwht()
274 out[1] = workspace2[0] - workspace2[4]; in fwht()
275 out[2] = workspace2[1] - workspace2[5]; in fwht()
276 out[3] = workspace2[1] + workspace2[5]; in fwht()
277 out[4] = workspace2[2] + workspace2[6]; in fwht()
278 out[5] = workspace2[2] - workspace2[6]; in fwht()
279 out[6] = workspace2[3] - workspace2[7]; in fwht()
280 out[7] = workspace2[3] + workspace2[7]; in fwht()
[all …]
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Doutput.c31 int omapdss_output_set_device(struct omap_dss_device *out, in omapdss_output_set_device() argument
38 if (out->dst) { in omapdss_output_set_device()
40 out->dst->name); in omapdss_output_set_device()
45 if (out->output_type != dssdev->type) { in omapdss_output_set_device()
51 out->dst = dssdev; in omapdss_output_set_device()
52 dssdev->src = out; in omapdss_output_set_device()
64 int omapdss_output_unset_device(struct omap_dss_device *out) in omapdss_output_unset_device() argument
70 if (!out->dst) { in omapdss_output_unset_device()
76 if (out->dst->state != OMAP_DSS_DISPLAY_DISABLED) { in omapdss_output_unset_device()
78 out->dst->name); in omapdss_output_unset_device()
[all …]
/Linux-v4.19/drivers/pci/hotplug/
Dcpqphp_sysfs.c30 char *out = buf; in show_ctrl() local
34 out += sprintf(buf, "Free resources: memory\n"); in show_ctrl()
38 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length); in show_ctrl()
41 out += sprintf(out, "Free resources: prefetchable memory\n"); in show_ctrl()
45 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length); in show_ctrl()
48 out += sprintf(out, "Free resources: IO\n"); in show_ctrl()
52 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length); in show_ctrl()
55 out += sprintf(out, "Free resources: bus numbers\n"); in show_ctrl()
59 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length); in show_ctrl()
63 return out - buf; in show_ctrl()
[all …]
Dshpchp_sysfs.c27 char *out = buf; in show_ctrl() local
35 out += sprintf(buf, "Free resources: memory\n"); in show_ctrl()
39 out += sprintf(out, "start = %8.8llx, length = %8.8llx\n", in show_ctrl()
44 out += sprintf(out, "Free resources: prefetchable memory\n"); in show_ctrl()
48 out += sprintf(out, "start = %8.8llx, length = %8.8llx\n", in show_ctrl()
53 out += sprintf(out, "Free resources: IO\n"); in show_ctrl()
56 out += sprintf(out, "start = %8.8llx, length = %8.8llx\n", in show_ctrl()
61 out += sprintf(out, "Free resources: bus numbers\n"); in show_ctrl()
67 out += sprintf(out, "start = %8.8x, length = %8.8x\n", in show_ctrl()
70 return out - buf; in show_ctrl()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Doutput.c29 int omapdss_output_set_device(struct omap_dss_device *out, in omapdss_output_set_device() argument
36 if (out->dst) { in omapdss_output_set_device()
37 dev_err(out->dev, in omapdss_output_set_device()
39 out->dst->name); in omapdss_output_set_device()
44 if (out->output_type != dssdev->type) { in omapdss_output_set_device()
45 dev_err(out->dev, "output type and display type don't match\n"); in omapdss_output_set_device()
50 out->dst = dssdev; in omapdss_output_set_device()
51 dssdev->src = out; in omapdss_output_set_device()
63 int omapdss_output_unset_device(struct omap_dss_device *out) in omapdss_output_unset_device() argument
69 if (!out->dst) { in omapdss_output_unset_device()
[all …]
/Linux-v4.19/fs/btrfs/tests/
Dinode-tests.c242 goto out; in test_btrfs_get_extent()
248 goto out; in test_btrfs_get_extent()
254 goto out; in test_btrfs_get_extent()
272 goto out; in test_btrfs_get_extent()
276 goto out; in test_btrfs_get_extent()
291 goto out; in test_btrfs_get_extent()
295 goto out; in test_btrfs_get_extent()
301 goto out; in test_btrfs_get_extent()
305 goto out; in test_btrfs_get_extent()
313 goto out; in test_btrfs_get_extent()
[all …]
/Linux-v4.19/fs/nls/
Dnls_euc-jp.c410 unsigned char *out, int boundlen) in uni2char() argument
416 if ((n = p_nls->uni2char(uni, out, boundlen)) < 0) in uni2char()
421 if (IS_SJIS_JISX0201KANA(out[0])) { in uni2char()
426 out[1] = out[0]; in uni2char()
427 out[0] = SS2; 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()
437 } else if (IS_SJIS_UDC_HI(out[0], out[1])) { in uni2char()
444 n = 3; ch = out[0]; cl = out[1]; in uni2char()
[all …]
/Linux-v4.19/tools/perf/util/
Ddemangle-rust.c52 static bool unescape(const char **in, char **out, const char *seq, char value);
186 char *out; in rust_demangle_sym() local
193 out = sym; in rust_demangle_sym()
199 if (!(unescape(&in, &out, "$C$", ',') in rust_demangle_sym()
200 || unescape(&in, &out, "$SP$", '@') in rust_demangle_sym()
201 || unescape(&in, &out, "$BP$", '*') in rust_demangle_sym()
202 || unescape(&in, &out, "$RF$", '&') in rust_demangle_sym()
203 || unescape(&in, &out, "$LT$", '<') in rust_demangle_sym()
204 || unescape(&in, &out, "$GT$", '>') in rust_demangle_sym()
205 || unescape(&in, &out, "$LP$", '(') in rust_demangle_sym()
[all …]
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en/
Dport.c81 u32 out[MLX5_ST_SZ_DW(ptys_reg)] = {}; in mlx5e_port_linkspeed() local
85 err = mlx5_query_port_ptys(mdev, out, sizeof(out), MLX5_PTYS_EN, 1); in mlx5e_port_linkspeed()
89 eth_proto_oper = MLX5_GET(ptys_reg, out, eth_proto_oper); in mlx5e_port_linkspeed()
131 int mlx5e_port_query_pbmc(struct mlx5_core_dev *mdev, void *out) in mlx5e_port_query_pbmc() argument
142 err = mlx5_core_access_reg(mdev, in, sz, out, sz, MLX5_REG_PBMC, 0, 0); in mlx5e_port_query_pbmc()
151 void *out; in mlx5e_port_set_pbmc() local
154 out = kzalloc(sz, GFP_KERNEL); in mlx5e_port_set_pbmc()
155 if (!out) in mlx5e_port_set_pbmc()
159 err = mlx5_core_access_reg(mdev, in, sz, out, sz, MLX5_REG_PBMC, 0, 1); in mlx5e_port_set_pbmc()
161 kfree(out); in mlx5e_port_set_pbmc()
[all …]
/Linux-v4.19/drivers/net/ethernet/intel/igb/
De1000_phy.c66 goto out; in igb_get_phy_id()
72 goto out; in igb_get_phy_id()
77 out: in igb_get_phy_id()
92 goto out; in igb_phy_reset_dsp()
96 goto out; in igb_phy_reset_dsp()
100 out: in igb_phy_reset_dsp()
122 goto out; in igb_read_phy_reg_mdic()
148 goto out; in igb_read_phy_reg_mdic()
153 goto out; in igb_read_phy_reg_mdic()
157 out: in igb_read_phy_reg_mdic()
[all …]
/Linux-v4.19/drivers/usb/usbip/
Dvhci_sysfs.c38 static void port_show_vhci(char **out, int hub, int port, struct vhci_device *vdev) in port_show_vhci() argument
41 *out += sprintf(*out, "hs %04u %03u ", in port_show_vhci()
44 *out += sprintf(*out, "ss %04u %03u ", in port_show_vhci()
48 *out += sprintf(*out, "%03u %08x ", in port_show_vhci()
50 *out += sprintf(*out, "%06u %s", in port_show_vhci()
55 *out += sprintf(*out, "000 00000000 "); in port_show_vhci()
56 *out += sprintf(*out, "000000 0-0"); in port_show_vhci()
59 *out += sprintf(*out, "\n"); in port_show_vhci()
63 static ssize_t status_show_vhci(int pdev_nr, char *out) in status_show_vhci() argument
69 char *s = out; in status_show_vhci()
[all …]
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dcmd.c48 u32 out[MLX5_FPGA_ACCESS_REG_SZ]; in mlx5_fpga_access_reg() local
63 err = mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out), in mlx5_fpga_access_reg()
69 memcpy(buf, MLX5_ADDR_OF(fpga_access_reg, out, data), size); in mlx5_fpga_access_reg()
86 u32 out[MLX5_ST_SZ_DW(fpga_ctrl)]; in mlx5_fpga_ctrl_op() local
90 return mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out), in mlx5_fpga_ctrl_op()
129 u32 out[MLX5_ST_SZ_DW(fpga_ctrl)]; in mlx5_fpga_query() local
132 err = mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out), in mlx5_fpga_query()
137 query->status = MLX5_GET(fpga_ctrl, out, status); in mlx5_fpga_query()
138 query->admin_image = MLX5_GET(fpga_ctrl, out, flash_select_admin); in mlx5_fpga_query()
139 query->oper_image = MLX5_GET(fpga_ctrl, out, flash_select_oper); in mlx5_fpga_query()
[all …]
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dacx.c48 goto out; in wl1271_acx_wake_up_conditions()
59 goto out; in wl1271_acx_wake_up_conditions()
62 out: in wl1271_acx_wake_up_conditions()
77 goto out; in wl1271_acx_sleep_auth()
86 goto out; in wl1271_acx_sleep_auth()
90 out: in wl1271_acx_sleep_auth()
110 goto out; in wl1271_acx_tx_power()
119 goto out; in wl1271_acx_tx_power()
122 out: in wl1271_acx_tx_power()
137 goto out; in wl1271_acx_feature_cfg()
[all …]
/Linux-v4.19/drivers/target/iscsi/
Discsi_target_auth.c70 goto out; in chap_check_algorithm()
74 goto out; in chap_check_algorithm()
79 goto out; in chap_check_algorithm()
87 out: in chap_check_algorithm()
190 goto out; in chap_server_compute_md5()
196 goto out; in chap_server_compute_md5()
204 goto out; in chap_server_compute_md5()
208 goto out; in chap_server_compute_md5()
215 goto out; in chap_server_compute_md5()
224 goto out; in chap_server_compute_md5()
[all …]
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Dacx.c43 goto out; in wl18xx_acx_host_if_cfg_bitmap()
55 goto out; in wl18xx_acx_host_if_cfg_bitmap()
58 out: in wl18xx_acx_host_if_cfg_bitmap()
74 goto out; in wl18xx_acx_set_checksum_state()
82 goto out; in wl18xx_acx_set_checksum_state()
85 out: in wl18xx_acx_set_checksum_state()
100 goto out; in wl18xx_acx_clear_statistics()
106 goto out; in wl18xx_acx_clear_statistics()
109 out: in wl18xx_acx_clear_statistics()
125 goto out; in wl18xx_acx_peer_ht_operation_mode()
[all …]

12345678910>>...182