Home
last modified time | relevance | path

Searched full:in (Results 1 – 25 of 13177) sorted by relevance

12345678910>>...528

/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A Dsp_public.h15 \param ID[in] SP identifier
16 \param cnd[in] predicate
26 \param ID[in] SP identifier
27 \param reg[in] register index
28 \param value[in] The data to be written
39 \param ID[in] SP identifier
40 \param reg[in] register index
41 \param value[in] The data to be written
49 /*! Get the status of a bitfield in the control register of SP[ID]
51 \param ID[in] SP identifier
[all …]
H A Disp_public.h15 \param ID[in] SP identifier
16 \param cnd[in] predicate
26 \param ID[in] ISP identifier
27 \param reg[in] register index
28 \param value[in] The data to be written
39 \param ID[in] ISP identifier
40 \param reg[in] register index
41 \param value[in] The data to be written
49 /*! Get the status of a bitfield in the control register of ISP[ID]
51 \param ID[in] ISP identifier
[all …]
/linux/drivers/infiniband/hw/mlx5/
H A Dcmd.c11 u32 in[MLX5_ST_SZ_DW(query_special_contexts_in)] = {}; in mlx5r_cmd_query_special_mkeys() local
23 MLX5_SET(query_special_contexts_in, in, opcode, in mlx5r_cmd_query_special_mkeys()
25 err = mlx5_cmd_exec_inout(dev->mdev, query_special_contexts, in, out); in mlx5r_cmd_query_special_mkeys()
48 u32 in[MLX5_ST_SZ_DW(query_cong_params_in)] = {}; in mlx5_cmd_query_cong_params() local
50 MLX5_SET(query_cong_params_in, in, opcode, in mlx5_cmd_query_cong_params()
52 MLX5_SET(query_cong_params_in, in, cong_protocol, cong_point); in mlx5_cmd_query_cong_params()
54 return mlx5_cmd_exec_inout(dev, query_cong_params, in, out); in mlx5_cmd_query_cong_params()
59 u32 in[MLX5_ST_SZ_DW(destroy_tir_in)] = {}; in mlx5_cmd_destroy_tir() local
61 MLX5_SET(destroy_tir_in, in, opcode, MLX5_CMD_OP_DESTROY_TIR); in mlx5_cmd_destroy_tir()
62 MLX5_SET(destroy_tir_in, in, tirn, tirn); in mlx5_cmd_destroy_tir()
[all …]
H A Dsrq_cmd.c12 static int get_pas_size(struct mlx5_srq_attr *in) in get_pas_size() argument
14 u32 log_page_size = in->log_page_size + 12; in get_pas_size()
15 u32 log_srq_size = in->log_size; in get_pas_size()
16 u32 log_rq_stride = in->wqe_shift; in get_pas_size()
17 u32 page_offset = in->page_offset; in get_pas_size()
27 static void set_wq(void *wq, struct mlx5_srq_attr *in) in set_wq() argument
29 MLX5_SET(wq, wq, wq_signature, !!(in->flags in set_wq()
31 MLX5_SET(wq, wq, log_wq_pg_sz, in->log_page_size); in set_wq()
32 MLX5_SET(wq, wq, log_wq_stride, in->wqe_shift + 4); in set_wq()
33 MLX5_SET(wq, wq, log_wq_sz, in->log_size); in set_wq()
[all …]
/linux/crypto/
H A Drmd160.c45 static void rmd160_transform(u32 *state, const __le32 *in) in rmd160_transform() argument
64 ROUND(aa, bb, cc, dd, ee, F1, K1, in[0], 11); in rmd160_transform()
65 ROUND(ee, aa, bb, cc, dd, F1, K1, in[1], 14); in rmd160_transform()
66 ROUND(dd, ee, aa, bb, cc, F1, K1, in[2], 15); in rmd160_transform()
67 ROUND(cc, dd, ee, aa, bb, F1, K1, in[3], 12); in rmd160_transform()
68 ROUND(bb, cc, dd, ee, aa, F1, K1, in[4], 5); in rmd160_transform()
69 ROUND(aa, bb, cc, dd, ee, F1, K1, in[5], 8); in rmd160_transform()
70 ROUND(ee, aa, bb, cc, dd, F1, K1, in[6], 7); in rmd160_transform()
71 ROUND(dd, ee, aa, bb, cc, F1, K1, in[7], 9); in rmd160_transform()
72 ROUND(cc, dd, ee, aa, bb, F1, K1, in[8], 11); in rmd160_transform()
[all …]
H A Dmd5.c7 * public domain implementation written by Colin Plumb in 1993.
35 #define MD5STEP(f, w, x, y, z, in, s) \ argument
36 (w += f(x, y, z) + in, w = (w<<s | w>>(32-s)) + x)
38 static void md5_transform(__u32 *hash, __u32 const *in) in md5_transform() argument
47 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in md5_transform()
48 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in md5_transform()
49 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in md5_transform()
50 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in md5_transform()
51 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in md5_transform()
52 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in md5_transform()
[all …]
/linux/drivers/media/pci/cx18/
H A Dcx23418.h19 IN[0] - Task ID. This is one of the XPU_CMD_MASK_YYY where XPU is
27 IN[0] - Task handle. Hanlde of the task to destroy
49 IN[0] - audio parameters (same as CX18_CPU_SET_AUDIO_PARAMETERS?)
50 IN[1] - caller buffer address, or 0
55 IN[0] - encoding method to stop
65 IN[0] - Task handle. Handle of the task
66 IN[1] - Offset of the MDL_ACK from the beginning of the local DDR.
67 IN[2] - Number of CNXT_MDL_ACK structures in the array pointed to by IN[1]
72 IN[0] - A value to log
73 IN[1] - An offset of a string in the MiniMe memory;
[all …]
/linux/tools/perf/pmu-events/arch/powerpc/power10/
H A Dpipeline.json5 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline suffered a TLB miss or…
10 …"BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch fo…
15 "BriefDescription": "LSU Finished an internal operation in LD0 port."
25 "BriefDescription": "LSU Finished an internal operation in ST0 port."
30 "BriefDescription": "LSU Finished an internal operation in ST4 port."
35 "BriefDescription": "Cycles in which an instruction reload is pending to satisfy a demand miss."
55 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load…
60 …riefDescription": "Cycles in which the oldest instruction in the pipeline finished at dispatch and…
75 …"BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch be…
80 …"BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch be…
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c7 * COPYING in the main directory of this source tree, or the
10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
20 * disclaimer in the documentation and/or other materials
26 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
27 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
47 u32 in[MLX5_ST_SZ_DW(query_vport_state_in)] = {}; in mlx5_query_vport_state() local
50 MLX5_SET(query_vport_state_in, in, opcode, in mlx5_query_vport_state()
[all …]
H A Dport.c7 * COPYING in the main directory of this source tree, or the
10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
20 * disclaimer in the documentation and/or other materials
26 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
27 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
45 u32 *in = NULL; in mlx5_access_reg() local
48 in = kvzalloc(inlen, GFP_KERNEL); in mlx5_access_reg()
[all …]
H A Dfs_cmd.c7 * COPYING in the main directory of this source tree, or the
10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
20 * disclaimer in the documentation and/or other materials
26 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
27 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
78 u32 *in, in mlx5_cmd_stub_create_flow_group() argument
170 u32 in[MLX5_ST_SZ_DW(set_flow_table_root_in)] = {}; in mlx5_cmd_set_slave_root_fdb() local
[all …]
H A Dtransobj.c7 * COPYING in the main directory of this source tree, or the
10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
20 * disclaimer in the documentation and/or other materials
26 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
27 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40 u32 in[MLX5_ST_SZ_DW(alloc_transport_domain_in)] = {}; in mlx5_core_alloc_transport_domain() local
43 MLX5_SET(alloc_transport_domain_in, in, opcode, in mlx5_core_alloc_transport_domain()
[all …]
/linux/sound/soc/meson/
H A Daxg-tdmin.c46 "IN 0", "IN 1", "IN 2", "IN 3", "IN 4", "IN 5", "IN 6", "IN 7",
47 "IN 8", "IN 9", "IN 10", "IN 11", "IN 12", "IN 13", "IN 14", "IN 15",
95 /* Clear out reset before in reset */ in axg_tdmin_enable()
153 * The following also reset LSB_FIRST which result in the formatter in axg_tdmin_prepare()
168 SND_SOC_DAPM_AIF_IN("IN 0", NULL, 0, SND_SOC_NOPM, 0, 0),
169 SND_SOC_DAPM_AIF_IN("IN 1", NULL, 0, SND_SOC_NOPM, 0, 0),
170 SND_SOC_DAPM_AIF_IN("IN 2", NULL, 0, SND_SOC_NOPM, 0, 0),
171 SND_SOC_DAPM_AIF_IN("IN 3", NULL, 0, SND_SOC_NOPM, 0, 0),
172 SND_SOC_DAPM_AIF_IN("IN 4", NULL, 0, SND_SOC_NOPM, 0, 0),
173 SND_SOC_DAPM_AIF_IN("IN 5", NULL, 0, SND_SOC_NOPM, 0, 0),
[all …]
/linux/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c429 struct hfi_framerate *in = pdata, *frate = prop_data; in pkt_session_set_property_1x() local
431 frate->buffer_type = in->buffer_type; in pkt_session_set_property_1x()
432 frate->framerate = in->framerate; in pkt_session_set_property_1x()
437 struct hfi_uncompressed_format_select *in = pdata; in pkt_session_set_property_1x() local
440 hfi->buffer_type = in->buffer_type; in pkt_session_set_property_1x()
441 hfi->format = in->format; in pkt_session_set_property_1x()
446 struct hfi_framesize *in = pdata, *fsize = prop_data; in pkt_session_set_property_1x() local
448 fsize->buffer_type = in->buffer_type; in pkt_session_set_property_1x()
449 fsize->height = in->height; in pkt_session_set_property_1x()
450 fsize->width = in->width; in pkt_session_set_property_1x()
[all …]
/linux/drivers/staging/media/atomisp/pci/camera/pipe/interface/
H A Dia_css_pipe_binarydesc.h18 * @param[in] pipe
20 * @param[in/out] in_info
21 * @param[in/out] out_info
22 * @param[in/out] vf_info
35 * @param[in] pipe
37 * @param[in/out] in_info
38 * @param[in/out] out_info
50 * @param[in] bds_factor: The bayer downscaling factor.
51 * (= The bds_factor member in the sh_css_bds_factor structure.)
53 * (= The respective member in the sh_css_bds_factor structure.)
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_cmd.c13 u32 in[MLX5_ST_SZ_DW(query_esw_vport_context_in)] = {}; in mlx5dr_cmd_query_esw_vport_context() local
16 MLX5_SET(query_esw_vport_context_in, in, opcode, in mlx5dr_cmd_query_esw_vport_context()
18 MLX5_SET(query_esw_vport_context_in, in, other_vport, other_vport); in mlx5dr_cmd_query_esw_vport_context()
19 MLX5_SET(query_esw_vport_context_in, in, vport_number, vport_number); in mlx5dr_cmd_query_esw_vport_context()
21 err = mlx5_cmd_exec_inout(mdev, query_esw_vport_context, in, out); in mlx5dr_cmd_query_esw_vport_context()
38 u32 in[MLX5_ST_SZ_DW(query_hca_cap_in)] = {}; in mlx5dr_cmd_query_gvmi() local
48 MLX5_SET(query_hca_cap_in, in, opcode, MLX5_CMD_OP_QUERY_HCA_CAP); in mlx5dr_cmd_query_gvmi()
49 MLX5_SET(query_hca_cap_in, in, other_function, other_vport); in mlx5dr_cmd_query_gvmi()
50 MLX5_SET(query_hca_cap_in, in, function_id, mlx5_vport_to_func_id(mdev, vport_number, ec_vf_func)); in mlx5dr_cmd_query_gvmi()
51 MLX5_SET(query_hca_cap_in, in, ec_vf_function, ec_vf_func); in mlx5dr_cmd_query_gvmi()
[all …]
/linux/drivers/vdpa/mlx5/core/
H A Dresources.c13 u32 in[MLX5_ST_SZ_DW(alloc_pd_in)] = {}; in alloc_pd() local
16 MLX5_SET(alloc_pd_in, in, opcode, MLX5_CMD_OP_ALLOC_PD); in alloc_pd()
17 MLX5_SET(alloc_pd_in, in, uid, uid); in alloc_pd()
19 err = mlx5_cmd_exec_inout(mdev, alloc_pd, in, out); in alloc_pd()
28 u32 in[MLX5_ST_SZ_DW(dealloc_pd_in)] = {}; in dealloc_pd() local
31 MLX5_SET(dealloc_pd_in, in, opcode, MLX5_CMD_OP_DEALLOC_PD); in dealloc_pd()
32 MLX5_SET(dealloc_pd_in, in, pd, pdn); in dealloc_pd()
33 MLX5_SET(dealloc_pd_in, in, uid, uid); in dealloc_pd()
34 return mlx5_cmd_exec_in(mdev, dealloc_pd, in); in dealloc_pd()
40 u32 in[MLX5_ST_SZ_DW(query_special_contexts_in)] = {}; in get_null_mkey() local
[all …]
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12b-a311d-libretech-cc.dts31 audio-routing = "TDMOUT_A IN 0", "FRDDR_A OUT 0",
32 "TDMOUT_A IN 1", "FRDDR_B OUT 0",
33 "TDMOUT_A IN 2", "FRDDR_C OUT 0",
35 "TDMOUT_B IN 0", "FRDDR_A OUT 1",
36 "TDMOUT_B IN 1", "FRDDR_B OUT 1",
37 "TDMOUT_B IN 2", "FRDDR_C OUT 1",
39 "TDMOUT_C IN 0", "FRDDR_A OUT 2",
40 "TDMOUT_C IN 1", "FRDDR_B OUT 2",
41 "TDMOUT_C IN 2", "FRDDR_C OUT 2",
43 "TDMIN_A IN 0", "TDM_A Capture",
[all …]
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmpc.h6 * to deal in the Software without restriction, including without limitation
11 * The above copyright notice and this permission notice shall be included in
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20 * OTHER DEALINGS IN THE SOFTWARE.
29 * Multiple Pipe/Plane Combiner (MPC) is a component in the hardware pipeline
41 * - Programmable window location of each DPP in active region of display;
42 * - Combining multiple DPP pipes in one active region when a single DPP pipe
45 * - Stereo formats from single DPP in top-bottom or side-by-side modes;
[all …]
/linux/Documentation/scheduler/
H A Dsched-stats.rst13 columns in show_schedstat(). In particular the position of CPU_IDLE
23 mainline kernel in 2.6.20 although it is identical to the stats from version
24 12 which was in the kernel from 2.6.13-2.6.19 (version 13 never saw a kernel
29 In version 14 of schedstat, there is at least one level of domain
31 domain. Domains have no particular names in this implementation, but
36 field in the domain stats is a bit map indicating which cpus are affected
48 the change in the counters at each subsequent observation. A perl script
54 reason to change versions is changes in the output format. For those wishing
67 2) This field is a legacy array expiration count field used in the O(1)
79 7) sum of all time spent running by tasks on this processor (in nanoseconds)
[all …]
/linux/include/linux/
H A Dpsp-sev.h122 u32 flags; /* In */
123 u32 reserved; /* In */
124 u64 tmr_address; /* In */
125 u32 tmr_len; /* In */
139 u32 length; /* In */
140 u32 flags; /* In */
141 u64 tmr_address; /* In */
142 u32 tmr_len; /* In */
143 u32 reserved; /* In */
144 u64 nv_address; /* In/Out */
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dconnector-analog-tv.c18 struct omap_dss_device *in; member
48 struct omap_dss_device *in = ddata->in; in tvc_connect() local
55 return in->ops.atv->connect(in, dssdev); in tvc_connect()
61 struct omap_dss_device *in = ddata->in; in tvc_disconnect() local
68 in->ops.atv->disconnect(in, dssdev); in tvc_disconnect()
74 struct omap_dss_device *in = ddata->in; in tvc_enable() local
85 in->ops.atv->set_timings(in, &ddata->timings); in tvc_enable()
88 in->ops.atv->set_type(in, OMAP_DSS_VENC_TYPE_COMPOSITE); in tvc_enable()
90 in->ops.atv->invert_vid_out_polarity(in, in tvc_enable()
94 r = in->ops.atv->enable(in); in tvc_enable()
[all …]
H A Dconnector-hdmi.c39 struct omap_dss_device *in; member
53 struct omap_dss_device *in = ddata->in; in hdmic_connect() local
60 return in->ops.hdmi->connect(in, dssdev); in hdmic_connect()
66 struct omap_dss_device *in = ddata->in; in hdmic_disconnect() local
73 in->ops.hdmi->disconnect(in, dssdev); in hdmic_disconnect()
79 struct omap_dss_device *in = ddata->in; in hdmic_enable() local
90 in->ops.hdmi->set_timings(in, &ddata->timings); in hdmic_enable()
92 r = in->ops.hdmi->enable(in); in hdmic_enable()
104 struct omap_dss_device *in = ddata->in; in hdmic_disable() local
111 in->ops.hdmi->disable(in); in hdmic_disable()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_autosize.c41 unsigned int ptr; /* can't use `void *`, it is always 8 byte in BPF target */
89 struct test_struct___samesize *in = (void *)&input; in handle_samesize() local
92 ptr_samesized = (unsigned long long)in->ptr; in handle_samesize()
93 val1_samesized = in->val1; in handle_samesize()
94 val2_samesized = in->val2; in handle_samesize()
95 val3_samesized = in->val3; in handle_samesize()
96 val4_samesized = in->val4; in handle_samesize()
98 out->ptr = in->ptr; in handle_samesize()
99 out->val1 = in->val1; in handle_samesize()
100 out->val2 = in->val2; in handle_samesize()
[all …]
/linux/drivers/platform/x86/amd/pmf/
H A Dspc.c73 void amd_pmf_dump_ta_inputs(struct amd_pmf_dev *dev, struct ta_pmf_enact_table *in) in amd_pmf_dump_ta_inputs() argument
76 dev_dbg(dev->dev, "Slider State: %s\n", ta_slider_as_str(in->ev_info.power_slider)); in amd_pmf_dump_ta_inputs()
77 dev_dbg(dev->dev, "Power Source: %s\n", amd_pmf_source_as_str(in->ev_info.power_source)); in amd_pmf_dump_ta_inputs()
78 dev_dbg(dev->dev, "Battery Percentage: %u\n", in->ev_info.bat_percentage); in amd_pmf_dump_ta_inputs()
79 dev_dbg(dev->dev, "Designed Battery Capacity: %u\n", in->ev_info.bat_design); in amd_pmf_dump_ta_inputs()
80 dev_dbg(dev->dev, "Fully Charged Capacity: %u\n", in->ev_info.full_charge_capacity); in amd_pmf_dump_ta_inputs()
81 dev_dbg(dev->dev, "Drain Rate: %d\n", in->ev_info.drain_rate); in amd_pmf_dump_ta_inputs()
82 dev_dbg(dev->dev, "Socket Power: %u\n", in->ev_info.socket_power); in amd_pmf_dump_ta_inputs()
83 dev_dbg(dev->dev, "Skin Temperature: %u\n", in->ev_info.skin_temperature); in amd_pmf_dump_ta_inputs()
84 dev_dbg(dev->dev, "Avg C0 Residency: %u\n", in->ev_info.avg_c0residency); in amd_pmf_dump_ta_inputs()
[all …]

12345678910>>...528