Home
last modified time | relevance | path

Searched refs:fields (Results 76 – 100 of 738) sorted by relevance

12345678910>>...30

/linux/Documentation/driver-api/driver-model/
H A Dporting.rst22 objects can replace fields in the bus-specific objects.
129 things to initialize are the bus_id, parent, and bus fields.
154 fields.
247 initialize the necessary fields of the driver: the name and bus
248 fields.
311 /* initialize common driver fields */
323 Ideally, the bus should only initialize the fields if they are not
402 The generic bus, device, and driver structures provide several fields
441 - Device and driver fields.
443 Some of the fields in struct device and struct device_driver duplicate
[all …]
/linux/Documentation/trace/
H A Devents.rst115 the fields prefixed with ``common_``. The other fields vary between
116 events and correspond to the fields defined in the TRACE_EVENT
185 The operators available for numeric fields are:
189 And for string fields they are:
222 Cpumask fields or scalar fields that encode a CPU number can be filtered using
661 and populate an array of fields beforehand.
675 fields::
694 fields, n_fields);
789 the same order as the synthetic event fields.
951 * fields.
[all …]
/linux/drivers/vfio/pci/
H A Dvfio_pci.c222 int fields; in vfio_pci_fill_ids() local
227 fields = sscanf(id, "%x:%x:%x:%x:%x:%x", in vfio_pci_fill_ids()
231 if (fields < 2) { in vfio_pci_fill_ids()
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py275 fields = genlmsg.fields + (("dpifindex", "I"),) variable in ovs_dp_msg
698 fields = ( variable in ovskey.ovs_key_proto
801 fields = ( variable in ovskey.ethaddr
842 fields = ( variable in ovskey.ovs_key_ipv4
895 fields = ( variable in ovskey.ovs_key_ipv6
1003 fields = ( variable in ovskey.ovs_key_icmp
1051 fields = ( variable in ovskey.ovs_key_arp
1111 fields = ( variable in ovskey.ovs_key_nd
1147 fields = ( variable in ovskey.ovs_key_ct_tuple_ipv4
1194 fields = ( variable in ovskey.ovs_key_ct_tuple_ipv6
[all …]
/linux/Documentation/arch/powerpc/
H A Dcxl.rst216 Indicates which optional fields in the structure are
240 reserved fields:
334 These flags indicate which optional fields are present
335 in this struct. Currently all fields are mandatory.
358 These flags indicate which optional fields are present in
359 this struct. Currently all fields are mandatory.
372 reserved fields:
389 this struct. Currently all fields are Mandatory.
394 reserved fields:
437 These flags indicate which optional fields are present in
[all …]
/linux/tools/perf/tests/shell/
H A Dtest_brstack.sh33 perf script -i $TMPDIR/perf.data --fields brstacksym | xargs -n1 > $TMPDIR/perf.script
62 perf script -i $TMPDIR/perf.data --fields brstack | xargs -n1 > $TMPDIR/perf.script
/linux/drivers/bcma/
H A DREADME5 AMBA standard fields like CID and PID.
18 16 devices identified by Broadcom specific fields: manufacturer, id, revision
/linux/Documentation/filesystems/ext4/
H A Doverview.rst15 All fields in ext4 are written to disk in little-endian order. HOWEVER,
16 all fields in jbd2 (the journal) are written to disk in big-endian
/linux/drivers/staging/greybus/Documentation/firmware/
H A Dfirmware-management143 the currently running Interface Firmware. All the fields of the 'struct
151 in this case. The 'major' and 'minor' fields are set by the kernel in
158 fields of the 'struct fw_mgmt_ioc_intf_load_and_validate'. The 'status',
159 'major' and 'minor' fields are set by the kernel in response.
284 the Interface. All the fields of the 'struct cap_ioc_get_endpoint_uid' are
293 case. The other fields will be set by the kernel in response. The first
301 fields of the 'struct cap_ioc_authenticate'. The other fields will be set by
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-stateless-decoder.rst74 * **Required fields:**
85 other fields
102 * **Required fields:**
107 * **Returned fields:**
153 * **Required fields:**
172 * **Required fields:**
183 * **Returned fields:**
196 * **Required fields:**
211 * **Returned fields:**
258 * **Required fields:**
[all …]
H A Dvidioc-querybuf.rst46 one. The ``reserved`` and ``reserved2`` fields must be set to 0. When
60 fields ``m.mem_offset`` and ``length`` in the ``m.planes`` array
63 array elements. The driver may or may not set the remaining fields and
H A Ddev-raw-vbi.rst79 fields of the struct :c:type:`v4l2_vbi_format`
167 fields, are invalid and shall not be returned by the driver.
169 To initialize the ``start`` and ``count`` fields, applications
195 between fields. Normally the VBI image stores the first field
199 fields are still in correct temporal order with the older field
208 two fields are interlaced (cf. ``V4L2_FIELD_INTERLACED``). The
213 fields for VBI capturing at the same time. For simplicity setting
254 consisting of two fields of VBI images immediately following in memory.
287 Most VBI services transmit on both fields, but some have different
/linux/drivers/thermal/qcom/
H A Dtsens.c336 resolution = priv->fields[LAST_TEMP_0].msb - in tsens_hw_to_mC()
337 priv->fields[LAST_TEMP_0].lsb; in tsens_hw_to_mC()
954 priv->fields[i]); in init_common()
966 priv->fields[TSENS_EN]); in init_common()
985 priv->fields[SENSOR_EN]); in init_common()
991 priv->fields[INT_EN]); in init_common()
998 devm_regmap_field_alloc(dev, priv->srot_map, priv->fields[TSENS_SW_RST]); in init_common()
1017 priv->fields[idx]); in init_common()
1034 priv->fields[idx]); in init_common()
1048 priv->fields[i]); in init_common()
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c534 int fields; in xfs_inobt_commit_staged_btree() local
539 fields = XFS_AGI_ROOT | XFS_AGI_LEVEL; in xfs_inobt_commit_staged_btree()
544 fields |= XFS_AGI_IBLOCKS; in xfs_inobt_commit_staged_btree()
546 xfs_ialloc_log_agi(tp, agbp, fields); in xfs_inobt_commit_staged_btree()
549 fields = XFS_AGI_FREE_ROOT | XFS_AGI_FREE_LEVEL; in xfs_inobt_commit_staged_btree()
554 fields |= XFS_AGI_IBLOCKS; in xfs_inobt_commit_staged_btree()
556 xfs_ialloc_log_agi(tp, agbp, fields); in xfs_inobt_commit_staged_btree()
/linux/security/integrity/ima/
H A Dima_template_lib.c242 int maxfields, struct ima_field_data *fields, int *curfields, in ima_parse_buf() argument
254 fields[i].len = le32_to_cpu(*(__le32 *)bufp); in ima_parse_buf()
256 fields[i].len = *(u32 *)bufp; in ima_parse_buf()
261 if (bufp > (bufendp - fields[i].len)) in ima_parse_buf()
264 fields[i].data = bufp; in ima_parse_buf()
265 bufp += fields[i].len; in ima_parse_buf()
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst140 #. The fields in ``rcu_data`` are private to the corresponding CPU,
203 in groups, in the following sections. The more specialized fields are
262 All of these fields are constant once initialization is complete, and
282 There are ``->gp_seq`` fields in the ``rcu_node`` and ``rcu_data``
305 These fields are used for diagnostic and tracing purposes.
352 later. Finally, the ``->grplo`` and ``->grphi`` fields contain the
356 All of these fields are constant, and thus do not require any
368 This field is used to protect the remaining fields in this structure,
421 This portion of the ``rcu_node`` structure has fields as follows:
812 tree. These two fields are constant and therefore do not require
[all …]
/linux/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst140 two fields specify the major and minor number of the device and
146 two fields specify the major and minor number of the device and
153 or async. First two fields specify the major and minor number of the
160 or async. First two fields specify the major and minor number of the
173 the type of operation - read or write, sync or async. First two fields
189 read or write, sync or async. First two fields specify the major and
241 from service tree of the device. First two fields specify the major
286 or async. First two fields specify the major and minor number of the
293 or async. First two fields specify the major and minor number of the
/linux/drivers/message/fusion/lsi/
H A Dmpi_history.txt115 * 08-11-00 01.00.05 Switched positions of MsgLength and Function fields in
152 * 08-19-04 01.05.01 Added four new fields to MSG_IOC_INIT.
153 * Added three new fields to MSG_IOC_FACTS_REPLY.
252 * New fields added to FC Port Page 0 and some flags
266 * Added VendorId and ProductRevLevel fields to
320 * fields to CONFIG_PAGE_FC_PORT_0.
341 * Added TargetConfig and IDConfig fields to
353 * Added new fields to the substructures of
476 * Added Nvdata version fields to SAS IO Unit Page 0.
479 * fields to SAS IO Unit Page 1.
[all …]
/linux/kernel/trace/
H A Dtracing_map.h140 struct tracing_map_field *fields; member
193 struct tracing_map_field fields[TRACING_MAP_FIELDS_MAX]; member
/linux/tools/testing/selftests/resctrl/
H A Dmba_test.c121 int fields = 0; in check_results() local
124 token_array[fields++] = token; in check_results()
/linux/Documentation/networking/device_drivers/cellular/qualcomm/
H A Drmnet.rst32 MAP header fields are in big endian format.
58 MAP header fields are in big endian format.
83 by the hardware.Checksum offload header fields are in big endian format.
111 MAP header fields are in big endian format.
138 Checksum offload header fields are in big endian format.
/linux/drivers/gpu/drm/msm/registers/
H A Dgen_header.py153 self.fields = template.fields[:]
155 self.fields = []
159 for f in self.fields:
167 for f in self.fields:
183 for f in self.fields:
213 for f in self.fields:
258 for f in self.fields:
490 self.current_bitset.fields.append(b)
802 for f in reg.bitset.fields:
/linux/tools/perf/Documentation/
H A Djitdump-specification.txt36 Each jitdump file starts with a fixed size header containing the following fields in order:
72 The record has the following fields following the fixed-size record header in order:
84 * fixed-sized fields
98 The record has the following fields following the fixed-size record header in order:
121 The record has the following fields following the fixed-size record header in order:
146 The JIT_CODE_CLOSE record does not have any specific fields, the record header contains all the inf…
156 The record has the following fields following the fixed-size record header in order:
/linux/drivers/net/ethernet/microchip/vcap/
H A DKconfig15 - Programmable key fields
16 - Programmable action fields
/linux/Documentation/devicetree/bindings/ata/
H A Dahci-common.yaml66 appropriately initialize the HWinit fields of the HBA CAP register
96 more than 32 ports due to the CAP.NP fields and PI register size
117 for details). It can be used to initialize the HWinit fields of

12345678910>>...30