Home
last modified time | relevance | path

Searched refs:enumeration (Results 1 – 25 of 106) sorted by relevance

12345

/linux-6.12.1/drivers/platform/x86/dell/dell-wmi-sysman/
Denum-attributes.c11 get_instance_id(enumeration);
63 attribute_s_property_show(display_name_language_code, enumeration);
67 attribute_s_property_show(display_name, enumeration);
71 attribute_s_property_show(default_value, enumeration);
75 attribute_property_store(current_value, enumeration);
79 attribute_s_property_show(dell_modifier, enumeration);
83 attribute_s_property_show(dell_value_modifier, enumeration);
87 attribute_s_property_show(possible_values, enumeration);
143 if (check_property_type(enumeration, ATTR_NAME, ACPI_TYPE_STRING)) in populate_enum_data()
147 if (check_property_type(enumeration, DISPL_NAME_LANG_CODE, ACPI_TYPE_STRING)) in populate_enum_data()
[all …]
/linux-6.12.1/Documentation/driver-api/rapidio/
Drapidio.rst107 an enumeration and/or discovery routine may be called automatically or
119 RapidIO subsystem configuration options allow users to build enumeration and
121 An enumeration/discovery method implementation and available input parameters
125 Depending on selected enumeration/discovery build configuration, there are
126 several methods to initiate an enumeration and/or discovery process:
128 (a) Statically linked enumeration and discovery process can be started
132 'rio-scan.scan' for existing basic enumeration/discovery method.
133 When automatic start of enumeration/discovery is used a user has to ensure
135 and are waiting for enumeration to be completed.
137 endpoint waits for enumeration to be completed. If the specified timeout
[all …]
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-enum-frame-size.rst34 This ioctl allows applications to access the enumeration of frame sizes
43 Each pair of ``pad`` and ``code`` correspond to a separate enumeration.
44 Each enumeration starts with the ``index`` of 0, and
45 the lowest invalid index marks the end of the enumeration.
56 ``EINVAL`` means that either no more entries are available in the enumeration,
87 - Index of the frame size in the enumeration belonging to the given pad
Dvidioc-enum-framesizes.rst68 the ``type`` field to determine the type of frame size enumeration the
78 Applications can assume that the enumeration data does not change
80 enumeration data is consistent if the application does not perform any
81 other ioctl calls while it runs the frame size enumeration.
142 - IN: Index of the given frame size in the enumeration.
Dvidioc-enum-frameintervals.rst67 the ``type`` field to determine the type of frame interval enumeration
78 Applications can assume that the enumeration data does not change
80 enumeration data is consistent if the application does not perform any
81 other ioctl calls while it runs the frame interval enumeration.
128 - IN: Index of the given frame interval in the enumeration.
Dvidioc-subdev-enum-mbus-code.rst34 This call is used by the application to access the enumeration
39 Each enumeration starts with the ``index`` of 0, and
40 the lowest invalid index marks the end of enumeration.
77 - Index of the mbus code in the enumeration belonging to the given pad.
Dstandard.rst48 index into the standard enumeration. Drivers must implement all video
99 /* EINVAL indicates the end of the enumeration, which cannot be
139 /* EINVAL indicates the end of the enumeration, which cannot be
Dvidioc-subdev-enum-frame-interval.rst58 Sub-devices that support the frame interval enumeration ioctl should
73 - Number of the format in the enumeration, set by the application.
Dpixfmt-v4l2.rst119 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
164 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
178 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
193 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
206 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
/linux-6.12.1/Documentation/driver-api/cxl/
Dmaturity-map.rst48 All of the fundamental enumeration an object model of the subsystem is
60 * [0] CXL register enumeration link-up dependency
66 * [2] Performance enumeration
92 mainly caused by the enumeration corner cases above.
168 * [0] Accelerator memory enumeration HDM-D (CXL 1.1/2.0 Type-2)
169 * [0] Accelerator memory enumeration HDM-DB (CXL 3.0 Type-2)
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-dfl-devices-n3000-nios17 Description: Read-only. Returns the enumeration value of the working mode of
30 retimer modes, more enumeration value is expected.
37 Description: Read-only. Returns the enumeration value of the working mode of
Dsysfs-bus-rapidio88 (RO) returns device destination ID assigned by the enumeration
128 set by the switch initialization routine during enumeration or discovery
192 (WO) Allows to trigger enumeration discovery process from user
193 space. To initiate an enumeration or discovery process on
199 initiate RapidIO enumeration/discovery on all available mports a
Dsysfs-class-net-phydev25 by the device during bus enumeration, encoded in hexadecimal.
35 Ethernet driver during bus enumeration, encoded in string.
Dsysfs-class-rapidio35 (yet). Normally, before enumeration/discovery have been executed
39 After enumeration or discovery was performed for a given mport device,
Dsysfs-class-mux16 probed MUX chip where N is a simple enumeration.
/linux-6.12.1/drivers/platform/x86/hp/hp-bioscfg/
Denum-attributes.c11 GET_INSTANCE_ID(enumeration);
58 ATTRIBUTE_S_COMMON_PROPERTY_SHOW(display_name, enumeration);
62 ATTRIBUTE_PROPERTY_STORE(current_value, enumeration);
66 ATTRIBUTE_VALUES_PROPERTY_SHOW(possible_values, enumeration, SEMICOLON_SEP);
/linux-6.12.1/tools/arch/x86/kcpuid/
Dcpuid.csv137 # MONITOR/MWAIT instructions enumeration
153 # Thermal and Power Management enumeration
186 # Extended CPU features enumeration
303 # Intel DCA (Direct Cache Access) enumeration
308 # Intel PMU (Performance Monitoring Unit) enumeration
328 # CPUs v1 extended topology enumeration
337 # Processor extended state enumeration
388 # Intel RDT / AMD PQoS allocation enumeration
405 # Intel Software Guard Extensions (SGX) enumeration
445 # Intel Processor Trace enumeration
[all …]
/linux-6.12.1/sound/soc/sof/
DKconfig16 tristate "SOF PCI enumeration support"
19 This adds support for PCI enumeration. This option is
27 tristate "SOF ACPI enumeration support"
30 This adds support for ACPI enumeration. This option is required
41 tristate "SOF OF enumeration support"
44 This adds support for Device Tree enumeration. This option is
/linux-6.12.1/Documentation/firmware-guide/acpi/
Dindex.rst15 enumeration
/linux-6.12.1/Documentation/sound/hd-audio/
Dintel-multi-link.rst88 Changes include additional descriptions for enumeration that were not
180 Changes include additional descriptions for enumeration that were not
251 Changes include additional descriptions for enumeration and control that were not
/linux-6.12.1/drivers/rapidio/
DKconfig24 enumeration before giving up.
66 This option includes basic RapidIO fabric enumeration and discovery
/linux-6.12.1/Documentation/driver-api/nvdimm/
Dnvdimm.rst26 libndctl: bus enumeration example
29 libndctl: DIMM enumeration example
32 libndctl: region enumeration example
37 libndctl: namespace enumeration example
279 LIBNDCTL: bus enumeration example
346 LIBNDCTL: DIMM enumeration example
432 LIBNDCTL: region enumeration example
499 LIBNDCTL: namespace enumeration example
/linux-6.12.1/Documentation/devicetree/bindings/pci/
Dfsl,pci.txt9 enumeration despite being strapped into Agent mode.
/linux-6.12.1/Documentation/arch/x86/
Dtopology.rst144 The alternative Linux CPU enumeration depends on how the BIOS enumerates the
168 Alternative enumeration::
204 Alternative enumeration::
/linux-6.12.1/Documentation/networking/caif/
Dcaif.rst127 - last_tx_msg contains enumeration message and last_rx_msg is empty ->
137 You will probably see the enumeration message in last_tx_message

12345