Home
last modified time | relevance | path

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

1234567

/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A 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()
159 if (check_property_type(enumeration, MODIFIER, ACPI_TYPE_STRING)) in populate_enum_data()
[all …]
/openbmc/linux/Documentation/driver-api/rapidio/
H A Drapidio.rst107 an enumeration and/or discovery routine may be called automatically or
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.
135 and are waiting for enumeration to be completed.
197 they must be loaded before enumeration/discovery process starts.
211 to be started before an enumeration starts to ensure that all RapidIO
214 a discovering endpoint will wait for enumeration to be completed.
216 When automatic enumeration/discovery start is selected, basic method's
221 enumeration/discovery start method may be difficult to use due to the
[all …]
/openbmc/qemu/qapi/
H A Dcommon.json11 # An enumeration of the I/O operation types
25 # An enumeration of three options: on, off, and auto
41 # An enumeration of three values: on, off, and split
85 # An enumeration of options for specifying a PCI BAR
111 # An enumeration of PCIe link speeds in units of GT/s
129 # An enumeration of PCIe link width
H A Dtpm.json12 # An enumeration of TPM models
45 # An enumeration of TPM types
H A Dmachine-common.json14 # An enumeration of CPU entitlements that can be assumed by a virtual
H A Drun-state.json12 # An enumeration of VM run states.
65 # An enumeration of reasons for a Shutdown.
97 # Beware, shutdown_caused_by_guest() depends on enumeration order
318 # An enumeration of the actions taken when the watchdog device's timer
477 # An enumeration of the actions taken when guest OS panic is detected
493 # An enumeration of the guest panic information types
673 # An enumeration of the options specified when enabling notify VM exit
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A 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
H A 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.
H A 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.
H A 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.
/openbmc/u-boot/doc/
H A DREADME.fsl-dpaa10 which 10GEC enumeration is consistent with MAC enumeration.
/openbmc/linux/Documentation/ABI/testing/
H A 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
H A 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
H A Dsysfs-class-net-phydev25 by the device during bus enumeration, encoded in hexadecimal.
35 Ethernet driver during bus enumeration, encoded in string.
H A Dsysfs-class-rapidio35 (yet). Normally, before enumeration/discovery have been executed
39 After enumeration or discovery was performed for a given mport device,
H A Dsysfs-class-mux16 probed MUX chip where N is a simple enumeration.
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Denum-attributes.c11 GET_INSTANCE_ID(enumeration);
60 ATTRIBUTE_S_COMMON_PROPERTY_SHOW(display_name, enumeration);
64 ATTRIBUTE_PROPERTY_STORE(current_value, enumeration);
68 ATTRIBUTE_VALUES_PROPERTY_SHOW(possible_values, enumeration, SEMICOLON_SEP);
/openbmc/linux/drivers/rapidio/
H A DKconfig24 enumeration before giving up.
67 There are different enumeration and discovery mechanisms offered
77 This option includes basic RapidIO fabric enumeration and discovery
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-ifaddr_0.2.0.bb1 DESCRIPTION = "Cross-platform network interface and IP address enumeration \
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DVersion.interface.yaml20 inventory associations. The enumeration should not be expanded
25 An enumeration of possible purposes of the version.
/openbmc/pldm/libpldmresponder/examples/bios/
H A Denum_attrs.json1 // This is a sample JSON configuration file for BIOS enumeration type
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dindex.rst15 enumeration
/openbmc/sdbusplus/docs/yaml/
H A Dinterface.md32 representing the enumeration name. The [D-Bus API design
41 type. Within an interface you can define an enumeration and the bindings will
42 have a C++ enumeration defined for it. At a D-Bus level any property or method
46 and C++ enumeration values and clients will get an
50 An enumeration must have the YAML properties `name` and `values` and may
53 enum type. The `values` are a list of enumeration values each containing their
/openbmc/linux/sound/soc/sof/
H A 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
/openbmc/linux/Documentation/sound/hd-audio/
H A 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

1234567