Home
last modified time | relevance | path

Searched refs:fields (Results 51 – 75 of 738) sorted by relevance

12345678910>>...30

/linux/Documentation/ABI/testing/
H A Dprocfs-smaps_rollup10 fields from all the maps in /proc/pid/smaps.
11 Additionally, the fields Pss_Anon, Pss_File and Pss_Shmem
12 are not present in /proc/pid/smaps. These fields represent
/linux/drivers/acpi/
H A Dfan_core.c219 u64 fields[4]; in acpi_fan_get_fif() local
220 struct acpi_buffer fif = { sizeof(fields), fields }; in acpi_fan_get_fif()
242 fan->fif.revision = fields[0]; in acpi_fan_get_fif()
243 fan->fif.fine_grain_ctrl = fields[1]; in acpi_fan_get_fif()
244 fan->fif.step_size = fields[2]; in acpi_fan_get_fif()
245 fan->fif.low_speed_notification = fields[3]; in acpi_fan_get_fif()
H A Dsbshc.c60 } fields; member
217 if (status.fields.done && status.fields.status == SMBUS_OK) { in smbus_alarm()
221 if (!status.fields.alarm) in smbus_alarm()
225 status.fields.alarm = 0; in smbus_alarm()
/linux/tools/perf/util/
H A Ddata-convert-json.c234 struct tep_format_field **fields; in process_sample_event() local
236 fields = tep_event_fields(evsel->tp_format); in process_sample_event()
237 if (fields) { in process_sample_event()
239 while (fields[i]) { in process_sample_event()
243 tep_print_field(&s, sample->raw_data, fields[i]); in process_sample_event()
244 output_json_key_string(out, true, 3, fields[i]->name, s.buffer); in process_sample_event()
248 free(fields); in process_sample_event()
/linux/Documentation/devicetree/bindings/ata/
H A Dceva,ahci-1v84.yaml45 The fields for the above parameter must be as shown below:-
57 The fields for the above parameter must be as shown below:-
69 The fields for the above parameter must be as shown below:-
81 The fields for the above parameter must be as shown below:-
91 The fields for the above parameter must be as shown below:-
103 The fields for the above parameter must be as shown below:-
115 The fields for the above parameter must be as shown below:-
127 The fields for the above parameter must be as shown below:-
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-d4xx.rst32 where all fields are in little endian order:
51 2 and 3. The version number will be incremented when new fields are
90 version xxx. The version number will be incremented when new fields are
113 version xxx. The version number will be incremented when new fields are
148 [2] Depth Control flags specify which fields are valid: ::
162 [3] Capture Timing flags specify which fields are valid: ::
173 [4] Configuration flags specify which fields are valid: ::
235 [8] The "Laser mode" has been replaced in version 3 by three different fields.
240 The "Laser mode" __u32 fields has been split into: ::
H A Ddev-encoder.rst148 * **Required fields:**
163 other fields
166 * **Returned fields:**
184 * **Required fields:**
189 other fields
192 * **Returned fields:**
198 other fields
215 other fields
225 other fields
387 other fields
[all …]
H A Dmetafmt-uvc.rst29 Each individual block contains the following fields:
49 - Flags, indicating presence of other standard UVC fields
51 - The rest of the header, possibly including UVC PTS and SCR fields
/linux/Documentation/hid/
H A Dhid-sensor.rst16 and also the individual data fields. Each sensor can have variable number of
17 data fields. The length and order is specified in the report descriptor. For
36 This accelerometer-3D has some fields. Here for example field 2 is motion intensity
38 order of fields and length of each field is important as the input event raw
46 data fields. It is difficult to have a common input event to user space applications,
76 the report and get the indexes of the fields and also can get events. This driver
88 int (*capture_sample)(..): Capture a sample for one of its data fields
90 multiple data fields.
117 so that fields can be set or get individually.
210 Here there is a custom sensor with four fields: two feature and two inputs.
[all …]
/linux/drivers/thermal/qcom/
H A Dtsens-v2.c116 .fields = tsens_v2_regfields,
122 .fields = tsens_v2_regfields,
130 .fields = tsens_v2_regfields,
H A Dtsens-v1.c162 .fields = tsens_v1_regfields,
175 .fields = tsens_v1_regfields,
188 .fields = tsens_v1_regfields,
/linux/drivers/iio/health/
H A Dafe4403.c74 struct regmap_field *fields[F_MAX_FIELDS]; member
147 ret = regmap_field_read(afe->fields[afe440x_attr->field], &reg_val); in afe440x_show_register()
180 ret = regmap_field_write(afe->fields[afe440x_attr->field], val); in afe440x_store_register()
266 ret = regmap_field_read(afe->fields[field], val); in afe4403_read_raw()
294 return regmap_field_write(afe->fields[field], val); in afe4403_write_raw()
487 afe->fields[i] = devm_regmap_field_alloc(afe->dev, afe->regmap, in afe4403_probe()
489 if (IS_ERR(afe->fields[i])) { in afe4403_probe()
491 return PTR_ERR(afe->fields[i]); in afe4403_probe()
/linux/sound/drivers/
H A Ddummy.c966 for (i = 0; i < ARRAY_SIZE(fields); i++) { in dummy_proc_read()
967 snd_iprintf(buffer, "%s ", fields[i].name); in dummy_proc_read()
968 if (fields[i].size == sizeof(int)) in dummy_proc_read()
969 snd_iprintf(buffer, fields[i].format, in dummy_proc_read()
972 snd_iprintf(buffer, fields[i].format, in dummy_proc_read()
974 if (!strcmp(fields[i].name, "formats")) in dummy_proc_read()
976 else if (!strcmp(fields[i].name, "rates")) in dummy_proc_read()
995 for (i = 0; i < ARRAY_SIZE(fields); i++) { in dummy_proc_write()
996 if (!strcmp(item, fields[i].name)) in dummy_proc_write()
999 if (i >= ARRAY_SIZE(fields)) in dummy_proc_write()
[all …]
/linux/drivers/media/platform/ti/cal/
H A Dcal-camerarx.c112 regmap_field_write(phy->fields[F_CAMMODE], 0); in cal_camerarx_enable()
114 regmap_field_write(phy->fields[F_LANEENABLE], (1 << num_lanes) - 1); in cal_camerarx_enable()
116 if (phy->fields[F_CSI_MODE]) in cal_camerarx_enable()
117 regmap_field_write(phy->fields[F_CSI_MODE], 1); in cal_camerarx_enable()
118 regmap_field_write(phy->fields[F_CTRLCLKEN], 1); in cal_camerarx_enable()
123 regmap_field_write(phy->fields[F_CTRLCLKEN], 0); in cal_camerarx_disable()
504 .lsb = phy_data->fields[i].lsb, in cal_camerarx_regmap_init()
505 .msb = phy_data->fields[i].msb, in cal_camerarx_regmap_init()
512 phy->fields[i] = devm_regmap_field_alloc(cal->dev, in cal_camerarx_regmap_init()
515 if (IS_ERR(phy->fields[i])) { in cal_camerarx_regmap_init()
[all …]
/linux/drivers/video/fbdev/
H A Dstifb.c554 } fields; member
566 lutBltCtl.fields.length = length;
573 lutBltCtl.fields.lutOffset = 0;
576 lutBltCtl.fields.lutOffset = 0 * 256;
582 lutBltCtl.fields.lutOffset = 0 * 256;
587 lutBltCtl.fields.lutOffset = 0;
592 lutBltCtl.fields.lutOffset += offsetWithinLut;
606 lutBltCtl.fields.length = length; in setHyperLutBltCtl()
607 lutBltCtl.fields.lutType = HYPER_CMAP_TYPE; in setHyperLutBltCtl()
611 lutBltCtl.fields.lutOffset = 2 * 256; in setHyperLutBltCtl()
[all …]
/linux/Documentation/fb/
H A Dapi.rst52 bits_per_pixel, grayscale, red, green, blue and transp fields.
120 information red, green, blue and transp fields.
137 information red, green, blue and transp fields.
228 fields they care about.
253 red, blue, green and transp fields must be set to 0 by applications and
271 length fields. Offset are computed from the right.
278 type, visual and line_length fields depending on the selected format.
300 The red, green, blue and transp fields are not used with the FOURCC-based API.
301 For forward compatibility reasons applications must zero those fields, and
306 type, visual and line_length fields depending on the selected format. The type
[all …]
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat.txt77 -f<fields>::
78 --fields=<fields>::
79 fields to display (regex), "-f help" for a list of available events
/linux/Documentation/admin-guide/
H A Diostats.rst2 I/O statistics fields
9 tools, the fields are explained here.
11 In 2.4 now, the information is found as additional fields in
46 In 2.4, the statistics fields are those after the device name. In
49 find just the 15 fields, beginning with 446216. If you look at
50 ``/proc/diskstats``, the 15 fields will be preceded by the major and
52 15 fields of statistics, each meaning exactly the same things.
53 All fields except field 9 are cumulative since boot. Field 9 should
57 it. Regarding wrapping, the types of the fields are either unsigned
60 spread in time, these fields should not wrap twice before you notice it.
[all …]
/linux/fs/xfs/
H A Dxfs_inode_item_recover.c285 uint fields; in xlog_recover_inode_commit_pass2() local
458 fields = in_f->ilf_fields; in xlog_recover_inode_commit_pass2()
459 if (fields & XFS_ILOG_DEV) in xlog_recover_inode_commit_pass2()
467 ASSERT((in_f->ilf_size == 3) || (fields & XFS_ILOG_AFORK)); in xlog_recover_inode_commit_pass2()
468 ASSERT(!(fields & XFS_ILOG_DFORK) || in xlog_recover_inode_commit_pass2()
471 switch (fields & XFS_ILOG_DFORK) { in xlog_recover_inode_commit_pass2()
487 ASSERT((fields & XFS_ILOG_DFORK) == 0); in xlog_recover_inode_commit_pass2()
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.c343 && (link->dpcd_caps.dsc_caps.dsc_basic_caps.fields. in dp_should_enable_fec()
1064 if (!ds_port.fields.PORT_PRESENT) { in get_active_converter_info()
1075 switch (ds_port.fields.PORT_TYPE) { in get_active_converter_info()
1116 if (ds_port.fields.DETAILED_CAPS) { in get_active_converter_info()
1202 dfp_cap_ext.fields.max_pixel_rate_in_mps[0] + in get_active_converter_info()
1205 dfp_cap_ext.fields.max_video_h_active_width[0] + in get_active_converter_info()
1211 dfp_cap_ext.fields.encoding_format_caps; in get_active_converter_info()
1213 dfp_cap_ext.fields.rgb_color_depth_caps; in get_active_converter_info()
1215 dfp_cap_ext.fields.ycbcr444_color_depth_caps; in get_active_converter_info()
1217 dfp_cap_ext.fields.ycbcr422_color_depth_caps; in get_active_converter_info()
[all …]
/linux/tools/perf/Documentation/
H A Dperf-evlist.txt33 Show all fields.
39 --trace-fields::
H A Dperf-script-perl.txt57 The format file for the sched_wakeup event defines the following fields
88 arguments passed to all event handlers; some of the fields correspond
89 to the common_* fields in the format file, but some are synthesized,
90 and some of the common_* fields aren't common enough to to be passed
103 All of the remaining fields in the event's format file have
180 strings for flag and symbolic fields. These correspond to the strings
181 and values parsed from the 'print fmt' fields of the event format
190 Some of the 'common' fields in the event format file aren't all that
H A Dperf-script.txt131 --fields::
132 Comma separated list of fields to print. Options are:
143 perf script -F <fields>
147 perf script -F trace:<fields> -F sw:<fields> -F hw:<fields>
149 i.e., the specified fields apply to all event types if the type string
153 fields from the defaults. For example
157 removes the cpu field and adds the insn field. Adding/removing fields
175 The first -F sets the fields for all events and the second -F
178 events are displayed with the given fields.
180 It's possible tp add/remove fields only for specific event type:
[all …]
/linux/Documentation/filesystems/ext4/
H A Dabout.rst9 and the fields will be shorter.
35 When referenced in ``preformatted text`` blocks, ``sb`` refers to fields
36 in the super block, and ``inode`` refers to fields in an inode table
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c251 if (!fields) in vcap_verify_keystream_keyset()
1353 if (!fields) in vcap_verify_actionstream_actionset()
1727 if (!fields) in vcap_add_type_keyfield()
1760 if (!fields) in vcap_add_type_actionfield()
1850 if (!fields) in vcap_find_keyset_keyfield()
1928 if (!fields) in vcap_find_actionset_actionfield()
2632 if (!fields) in vcap_lookup_keyfield()
2634 return &fields[key]; in vcap_lookup_keyfield()
2664 if (!fields) in vcap_keyfield_match_keyset()
2832 if (!fields) in vcap_actionfield_match_actionset()
[all …]

12345678910>>...30