Searched refs:in (Results 51 - 75 of 2408) sorted by relevance

1234567891011>>

/linux-master/include/linux/platform_data/
H A Dhwmon-s3c.h30 * @in: One configuration for each possible channel used.
33 struct s3c_hwmon_chcfg *in[8]; member in struct:s3c_hwmon_pdata
/linux-master/scripts/
H A Dinstall.sh6 # Adapted from code in arch/i386/boot/Makefile by H. Peter Anvin
12 for file in "${KBUILD_IMAGE}" System.map
24 for file in "${HOME}/bin/${INSTALLKERNEL}" \
H A Dmin-tool-version.sh15 case "$1" in
/linux-master/tools/testing/selftests/bpf/benchs/
H A Drun_bench_local_storage.sh9 for i in 10 1000 10000 100000 4194304; do
17 for i in 1 10 16 17 24 32 100 1000; do
H A Drun_bench_ringbufs.sh10 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
15 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
20 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
26 for b in 1 5 10 25 50 100 250 500 1000 2000 3000; do
30 for b in 1 5 10 25 50 100 250 500 1000 2000 3000; do
43 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
48 for b in 1 2 3 4 8 12 16 20 24 28 32 36 40 44 48 52; do
/linux-master/include/linux/
H A Dif_pppol2tp.h6 * (l2tp_ppp.c). All version information wrt this file is located in l2tp_ppp.c
11 #include <linux/in.h>
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_synproxy.c21 static void escape_str(char *out, const char *in, size_t size) argument
27 if (isprint(in[i]) && in[i] != '\\' && in[i] != '\'') {
28 *out++ = in[i];
32 *out++ = hex[(in[i] >> 4) & 0xf];
33 *out++ = hex[in[i] & 0xf];
/linux-master/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
47 u32 in[MLX5_ST_SZ_DW(query_vport_state_in)] = {}; local
50 MLX5_SET(query_vport_state_in, in, opcode,
52 MLX5_SET(query_vport_state_in, in, op_mod, opmod);
53 MLX5_SET(query_vport_state_in, in, vport_number, vport);
55 MLX5_SET(query_vport_state_in, in, other_vport, 1);
57 err = mlx5_cmd_exec_inout(mdev, query_vport_state, in, ou
67 u32 in[MLX5_ST_SZ_DW(modify_vport_state_in)] = {}; local
82 u32 in[MLX5_ST_SZ_DW(query_nic_vport_context_in)] = {}; local
128 u32 in[MLX5_ST_SZ_DW(modify_nic_vport_context_in)] = {}; local
150 u32 in[MLX5_ST_SZ_DW(query_nic_vport_context_in)] = {}; local
179 void *in; local
234 void *in; local
259 u32 in[MLX5_ST_SZ_DW(query_nic_vport_context_in)] = {0}; local
325 void *in; local
377 void *in; local
489 void *in; local
546 void *in = NULL; local
612 void *in = NULL; local
675 int in[MLX5_ST_SZ_DW(query_hca_vport_context_in)] = {}; local
821 void *in; local
855 void *in; local
929 void *in; local
989 void *in; local
1025 u32 in[MLX5_ST_SZ_DW(query_vnic_env_in)] = {}; local
1053 void *in; local
1099 void *in; local
1141 void *in; local
1189 u8 in[MLX5_ST_SZ_BYTES(query_hca_cap_in)] = {}; 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
40 u32 in[MLX5_ST_SZ_DW(alloc_transport_domain_in)] = {}; local
43 MLX5_SET(alloc_transport_domain_in, in, opcode,
46 err = mlx5_cmd_exec_inout(dev, alloc_transport_domain, in, out);
57 u32 in[MLX5_ST_SZ_DW(dealloc_transport_domain_in)] = {}; local
59 MLX5_SET(dealloc_transport_domain_in, in, opcode,
61 MLX5_SET(dealloc_transport_domain_in, in, transport_domai
66 mlx5_core_create_rq(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rqn) argument
80 mlx5_core_modify_rq(struct mlx5_core_dev *dev, u32 rqn, u32 *in) argument
91 u32 in[MLX5_ST_SZ_DW(destroy_rq_in)] = {}; local
101 u32 in[MLX5_ST_SZ_DW(query_rq_in)] = {}; local
110 mlx5_core_create_sq(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *sqn) argument
123 mlx5_core_modify_sq(struct mlx5_core_dev *dev, u32 sqn, u32 *in) argument
133 u32 in[MLX5_ST_SZ_DW(destroy_sq_in)] = {}; local
142 u32 in[MLX5_ST_SZ_DW(query_sq_in)] = {}; local
175 mlx5_core_create_tir(struct mlx5_core_dev *dev, u32 *in, u32 *tirn) argument
189 mlx5_core_modify_tir(struct mlx5_core_dev *dev, u32 tirn, u32 *in) argument
198 u32 in[MLX5_ST_SZ_DW(destroy_tir_in)] = {}; local
206 mlx5_core_create_tis(struct mlx5_core_dev *dev, u32 *in, u32 *tisn) argument
220 mlx5_core_modify_tis(struct mlx5_core_dev *dev, u32 tisn, u32 *in) argument
231 u32 in[MLX5_ST_SZ_DW(destroy_tis_in)] = {}; local
239 mlx5_core_create_rqt(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rqtn) argument
254 mlx5_core_modify_rqt(struct mlx5_core_dev *dev, u32 rqtn, u32 *in, int inlen) argument
266 u32 in[MLX5_ST_SZ_DW(destroy_rqt_in)] = {}; local
277 u32 in[MLX5_ST_SZ_DW(create_rq_in)] = {0}; local
296 u32 in[MLX5_ST_SZ_DW(create_sq_in)] = {0}; local
355 u32 in[MLX5_ST_SZ_DW(modify_rq_in)] = {}; local
375 u32 in[MLX5_ST_SZ_DW(modify_sq_in)] = {0}; local
[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
78 u32 *in,
170 u32 in[MLX5_ST_SZ_DW(set_flow_table_root_in)] = {}; local
174 MLX5_SET(set_flow_table_root_in, in, opcode,
176 MLX5_SET(set_flow_table_root_in, in, table_type,
179 MLX5_SET(set_flow_table_root_in, in,
181 MLX5_SET(set_flow_table_root_in, in,
76 mlx5_cmd_stub_create_flow_group(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, u32 *in, struct mlx5_flow_group *fg) argument
215 u32 in[MLX5_ST_SZ_DW(set_flow_table_root_in)] = {}; local
285 u32 in[MLX5_ST_SZ_DW(create_flow_table_in)] = {}; local
351 u32 in[MLX5_ST_SZ_DW(destroy_flow_table_in)] = {}; local
374 u32 in[MLX5_ST_SZ_DW(modify_flow_table_in)] = {}; local
415 mlx5_cmd_create_flow_group(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, u32 *in, struct mlx5_flow_group *fg) argument
442 u32 in[MLX5_ST_SZ_DW(destroy_flow_group_in)] = {}; local
532 u32 *in, action; local
782 u32 in[MLX5_ST_SZ_DW(delete_fte_in)] = {}; local
801 u32 in[MLX5_ST_SZ_DW(alloc_flow_counter_in)] = {}; local
821 u32 in[MLX5_ST_SZ_DW(dealloc_flow_counter_in)] = {}; local
834 u32 in[MLX5_ST_SZ_DW(query_flow_counter_in)] = {}; local
862 u32 in[MLX5_ST_SZ_DW(query_flow_counter_in)] = {}; local
883 u32 *in; local
935 u32 in[MLX5_ST_SZ_DW(dealloc_packet_reformat_context_in)] = {}; local
956 u32 *in; local
1021 u32 in[MLX5_ST_SZ_DW(dealloc_modify_header_context_in)] = {}; local
1035 u32 in[MLX5_ST_SZ_DW(general_obj_in_cmd_hdr)] = {}; local
1051 u32 in[MLX5_ST_SZ_DW(create_match_definer_in)] = {}; local
1152 u32 in[MLX5_ST_SZ_DW(set_l2_table_entry_in)] = {}; local
1167 u32 in[MLX5_ST_SZ_DW(set_flow_table_root_in)] = {}; local
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/displays/
H A Dencoder-tfp410.c20 struct omap_dss_device *in; member in struct:panel_drv_data
35 struct omap_dss_device *in = ddata->in; local
41 r = in->ops.dpi->connect(in, dssdev);
55 struct omap_dss_device *in = ddata->in; local
68 in->ops.dpi->disconnect(in, &ddata->dssdev);
74 struct omap_dss_device *in local
102 struct omap_dss_device *in = ddata->in; local
126 struct omap_dss_device *in = ddata->in; local
148 struct omap_dss_device *in = ddata->in; local
224 struct omap_dss_device *in = ddata->in; local
[all...]
H A Dpanel-dsi-cm.c40 struct omap_dss_device *in; member in struct:panel_drv_data
51 * issue the next sleep in/out command
53 unsigned long hw_guard_wait; /* max guard time in jiffies */
108 struct omap_dss_device *in = ddata->in; local
112 r = in->ops.dsi->dcs_read(in, ddata->channel, dcs_cmd, buf, 1);
124 struct omap_dss_device *in = ddata->in; local
125 return in
130 struct omap_dss_device *in = ddata->in; local
139 struct omap_dss_device *in = ddata->in; local
194 struct omap_dss_device *in = ddata->in; local
241 struct omap_dss_device *in = ddata->in; local
275 struct omap_dss_device *in = ddata->in; local
332 struct omap_dss_device *in = ddata->in; local
378 struct omap_dss_device *in = ddata->in; local
409 struct omap_dss_device *in = ddata->in; local
440 struct omap_dss_device *in = ddata->in; local
488 struct omap_dss_device *in = ddata->in; local
568 struct omap_dss_device *in = ddata->in; local
663 struct omap_dss_device *in = ddata->in; local
695 struct omap_dss_device *in = ddata->in; local
732 struct omap_dss_device *in = ddata->in; local
744 struct omap_dss_device *in = ddata->in; local
784 struct omap_dss_device *in = ddata->in; local
811 struct omap_dss_device *in = ddata->in; local
820 struct omap_dss_device *in = ddata->in; local
846 struct omap_dss_device *in = ddata->in; local
858 struct omap_dss_device *in = ddata->in; local
905 struct omap_dss_device *in = ddata->in; local
921 struct omap_dss_device *in = ddata->in; local
941 struct omap_dss_device *in = ddata->in; local
992 struct omap_dss_device *in = ddata->in; local
1075 struct omap_dss_device *in = ddata->in; local
[all...]
/linux-master/tools/perf/util/
H A Ddemangle-rust.c16 * The last component of the path is a 64-bit hash in lowercase hex, prefixed
42 * The only characters allowed in the mangled symbol are a-zA-Z0-9 and _.:$
51 static bool unescape(const char **in, char **out, const char *seq, char value);
62 * hex digits. This is true of 99.9998% of hashes so once in your life you
68 * balance in favor of false negatives.
74 * 5. There must be no sequence of three or more dots in a row ("...").
178 * The input is demangled in-place because the mangled name is always longer
184 const char *in; local
191 in = sym;
195 while (in < en
256 unescape(const char **in, char **out, const char *seq, char value) argument
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_size.c12 char in[256]; member in struct:__anon4474
48 struct core_reloc_size *in = (void *)&data.in; local
51 out->int_sz = bpf_core_field_size(in->int_field);
52 out->int_off = bpf_core_field_offset(in->int_field);
54 out->struct_sz = bpf_core_field_size(in->struct_field);
55 out->struct_off = bpf_core_field_offset(in->struct_field);
57 out->union_sz = bpf_core_field_size(in->union_field);
58 out->union_off = bpf_core_field_offset(in->union_field);
60 out->arr_sz = bpf_core_field_size(in
[all...]
H A Dtest_core_reloc_nesting.c12 char in[256]; member in struct:__anon2597
39 struct core_reloc_nesting *in = (void *)&data.in; local
42 if (CORE_READ(&out->a.a.a, &in->a.a.a))
44 if (CORE_READ(&out->b.b.b, &in->b.b.b))
/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-nec.c53 static int img_ir_nec_filter(const struct rc_scancode_filter *in, argument
59 data = in->data & 0xff;
60 data_m = in->mask & 0xff;
70 if ((in->data | in->mask) & 0xff000000)
72 else if ((in->data | in->mask) & 0x00ff0000)
81 addr = bitrev8(in->data >> 24);
82 addr_m = bitrev8(in->mask >> 24);
83 addr_inv = bitrev8(in
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dsmovecr.S5 | offset given in the instruction field.
7 | Input: An offset in the instruction word.
19 | file, README, in this same directory.
53 bles Z_VAL |if in this range, return zero
55 bles SM_TBL |valid constants in this range
57 bles Z_VAL |if in this range, return zero
59 ble BG_TBL |valid constants in this range
69 leal PIRZRM,%a0 |rmode is rz or rm, load PIRZRM in a0
72 leal PIRN,%a0 |rmode is rn, load PIRN in a0
75 leal PIRP,%a0 |rmode is rp, load PIRP in a
[all...]
/linux-master/tools/testing/selftests/ftrace/test.d/00basic/
H A Dbasic3.tc6 for c in `cat trace_clock | tr -d \[\]`; do
/linux-master/tools/power/cpupower/bench/
H A Dcpufreq-bench_script.sh27 for up_threshold in $UP_THRESHOLD;do
28 for sampling_rate in $SAMPLING_RATE;do
29 # Set values in sysfs
35 # Verify set values in sysfs
37 echo "up_threshold: $up_threshold, set in sysfs: ${up_threshold_set}"
39 echo "WARNING: Tried to set up_threshold: $up_threshold, set in sysfs: ${up_threshold_set}"
42 echo "sampling_rate: $sampling_rate, set in sysfs: ${sampling_rate_set}"
44 echo "WARNING: Tried to set sampling_rate: $sampling_rate, set in sysfs: ${sampling_rate_set}"
57 for up_threshold in $UP_THRESHOLD;do
59 for sampling_rate in
[all...]
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-trace-marker-hist.tc15 for i in `seq 1 10` ; do echo "hello" > trace_marker; done
/linux-master/tools/testing/selftests/damon/
H A Ddebugfs_rm_non_contexts.sh11 for file in "$DBGFS/"*
H A Ddebugfs_huge_count_read_write.sh11 for file in "$DBGFS/"*
/linux-master/fs/xfs/
H A Dxfs_fsops.h9 int xfs_growfs_data(struct xfs_mount *mp, struct xfs_growfs_data *in);
10 int xfs_growfs_log(struct xfs_mount *mp, struct xfs_growfs_log *in);
/linux-master/sound/usb/line6/
H A Dcapture.c19 must be called in line6pcm->in.lock context
28 index = find_first_zero_bit(&line6pcm->in.active_urbs,
36 urb_in = line6pcm->in.urbs[index];
48 line6pcm->in.buffer +
56 set_bit(index, &line6pcm->in.active_urbs);
59 "URB in #%d submission failed (%d)\n", index, ret);
66 must be called in line6pcm->in.lock context
97 if (line6pcm->in
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c429 struct hfi_framerate *in = pdata, *frate = prop_data; local
431 frate->buffer_type = in->buffer_type;
432 frate->framerate = in->framerate;
437 struct hfi_uncompressed_format_select *in = pdata; local
440 hfi->buffer_type = in->buffer_type;
441 hfi->format = in->format;
446 struct hfi_framesize *in = pdata, *fsize = prop_data; local
448 fsize->buffer_type = in->buffer_type;
449 fsize->height = in->height;
450 fsize->width = in
455 struct hfi_enable *in = pdata, *en = prop_data; local
462 struct hfi_buffer_count_actual *in = pdata, *count = prop_data; local
470 struct hfi_buffer_size_actual *in = pdata, *sz = prop_data; local
478 struct hfi_buffer_display_hold_count_actual *in = pdata; local
487 struct hfi_nal_stream_format_select *in = pdata; local
495 u32 *in = pdata; local
511 struct hfi_enable_picture *in = pdata, *en = prop_data; local
518 struct hfi_enable *in = pdata, *en = prop_data; local
526 struct hfi_enable *in = pdata; local
534 struct hfi_multi_stream *in = pdata, *multi = prop_data; local
544 struct hfi_display_picture_buffer_count *in = pdata; local
553 u32 *in = pdata; local
570 struct hfi_enable *in = pdata, *en = prop_data; local
577 struct hfi_enable *in = pdata, *en = prop_data; local
584 struct hfi_enable *in = pdata, *en = prop_data; local
591 struct hfi_enable *in = pdata, *en = prop_data; local
605 struct hfi_bitrate *in = pdata, *brate = prop_data; local
613 struct hfi_bitrate *in = pdata, *hfi = prop_data; local
621 struct hfi_profile_level *in = pdata, *pl = prop_data; local
637 struct hfi_h264_entropy_control *in = pdata, *hfi = prop_data; local
646 u32 *in = pdata; local
666 struct hfi_mpeg4_time_resolution *in = pdata, *res = prop_data; local
673 struct hfi_mpeg4_header_extension *in = pdata, *ext = prop_data; local
680 struct hfi_h264_db_control *in = pdata, *db = prop_data; local
699 struct hfi_quantization *in = pdata, *quant = prop_data; local
709 struct hfi_quantization_range *in = pdata, *range = prop_data; local
735 struct hfi_vc1e_perf_cfg_type *in = pdata, *perf = prop_data; local
749 u32 *in = pdata; local
756 struct hfi_intra_period *in = pdata, *intra = prop_data; local
764 struct hfi_idr_period *in = pdata, *idr = prop_data; local
772 u32 *in = pdata; local
781 struct hfi_operations_type *in = pdata, *ops = prop_data; local
810 struct hfi_intra_refresh *in = pdata, *intra = prop_data; local
832 struct hfi_multi_slice_control *in = pdata, *multi = prop_data; local
851 struct hfi_enable *in = pdata, *en = prop_data; local
858 struct hfi_h264_vui_timing_info *in = pdata, *vui = prop_data; local
867 struct hfi_enable *in = pdata, *en = prop_data; local
874 struct hfi_enable *in = pdata, *en = prop_data; local
881 struct hfi_buffer_alloc_mode *in = pdata, *mode = prop_data; local
889 struct hfi_enable *in = pdata, *en = prop_data; local
896 struct hfi_enable *in = pdata, *en = prop_data; local
903 struct hfi_enable *in = pdata, *en = prop_data; local
911 u32 *in = pdata; local
918 struct hfi_mvc_buffer_layout_descp_type *in = pdata; local
937 struct hfi_ltr_mode *in = pdata, *ltr = prop_data; local
956 struct hfi_ltr_use *in = pdata, *ltr_use = prop_data; local
965 struct hfi_ltr_mark *in = pdata, *ltr_mark = prop_data; local
972 u32 *in = pdata; local
979 u32 *in = pdata; local
986 struct hfi_enable *in = pdata, *en = prop_data; local
993 struct hfi_initial_quantization *in = pdata, *quant = prop_data; local
1003 struct hfi_vpe_color_space_conversion *in = pdata; local
1014 struct hfi_enable *in = pdata, *en = prop_data; local
1021 struct hfi_enable *in = pdata, *en = prop_data; local
1028 u32 *in = pdata; local
1035 u32 *in = pdata; local
1042 struct hfi_enable *in = pdata, *en = prop_data; local
1049 struct hfi_hybrid_hierp *in = pdata, *hierp = prop_data; local
1056 struct hfi_uncompressed_plane_actual_info *in = pdata; local
1148 struct hfi_multi_stream *in = pdata; local
1157 struct hfi_intra_refresh *in = pdata; local
1212 struct hfi_buffer_count_actual *in = pdata; local
1222 struct hfi_video_work_mode *in = pdata, *wm = prop_data; local
1229 struct hfi_videocores_usage_type *in = pdata, *cu = prop_data; local
1236 struct hfi_hdr10_pq_sei *in = pdata, *hdr10 = prop_data; local
1244 u32 *in = pdata; local
1255 struct hfi_h264_8x8_transform *in = pdata, *tm = prop_data; local
1262 struct hfi_quantization_range_v2 *in = pdata, *range = prop_data; local
1318 struct hfi_uncompressed_plane_actual_constraints_info *in = pdata; local
1331 struct hfi_heic_frame_quality *in = pdata, *cq = prop_data; local
1338 struct hfi_video_work_route *in = pdata, *wr = prop_data; local
[all...]

Completed in 347 milliseconds

1234567891011>>