Home
last modified time | relevance | path

Searched refs:enumeration (Results 51 – 75 of 161) sorted by relevance

1234567

/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_bios_attributes.robot59 [Documentation] Verify set invalid optional value for BIOS enumeration attribute type.
163 [Documentation] Verify set BIOS enumeration attribute type for various BIOS
/openbmc/qemu/docs/devel/
H A Dqapi-code-gen.rst209 Each member of the 'data' array defines a value of the enumeration
217 Nothing prevents an empty enumeration, although it is probably not
220 On the wire, an enumeration type's value is represented by its
221 (string) name. In C, it's represented by an enumeration constant.
223 enumeration type's name, and NAME from the value's name. For the
225 VALUE1, resulting in the enumeration constant MY_ENUM_VALUE1. The
228 The generated C enumeration constants have values 0, 1, ..., N-1 (in
230 additional enumeration constant PREFIX__MAX with value N.
232 Do not use string or an integer type when an enumeration type can do
821 Likewise, individual enumeration values may be conditional. This
[all …]
/openbmc/linux/drivers/soundwire/
H A Dqcom.c188 struct completion enumeration; member
636 complete(&ctrl->enumeration); in qcom_swrm_enumerate()
1563 init_completion(&ctrl->enumeration);
1626 wait_for_completion_timeout(&ctrl->enumeration,
1681 reinit_completion(&ctrl->enumeration);
1692 wait_for_completion_timeout(&ctrl->enumeration,
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/
H A DREADME.md24 ID. This aids in the enumeration of the endpoints belonging to an MCTP network.
/openbmc/qemu/qapi/
H A Dmisc-target.json25 # An enumeration of SEV state information used during @query-sev.
380 # An enumeration of Xen event channel port types.
H A Dintrospect.json62 # @enum: an enumeration type
146 # @values: the enumeration type's member names, in no particular
H A Daudio.json422 # An enumeration of possible audio formats.
446 # An enumeration of possible audio backend drivers.
H A Dcontrol.json181 # An enumeration of monitor modes.
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dsunplus,sp7021-pinctrl.yaml140 The name should be one of string in the following enumeration.
148 The name should be one of string in the following enumeration.
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2.rst344 for frame format enumeration of digital devices.
384 Fixed video standard selection, control enumeration, downscaling and
H A Dvidioc-enum-fmt.rst65 shall restrict enumeration to only the image formats that can produce
87 - Number of the format in the enumeration, set by the application.
/openbmc/linux/Documentation/hid/
H A Dintel-ish-hid.rst45 Like USB protocol provides a method for device enumeration, link management
52 enumeration process, these clients are identified. These clients can be simple
234 The host enumeration bus command allows discovery of clients present in the FW.
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A DREADME7 sve-probe-vls - Checks the SVE vector length enumeration interface
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-enum-links.rst53 returned during the enumeration process.
/openbmc/linux/Documentation/fpga/
H A Ddfl.rst331 and related resources to common interfaces from DFL framework for enumeration.
332 (Please refer to drivers/fpga/dfl.c for detailed enumeration APIs).
436 * Finishes enumeration on both FPGA PCIe PF and VF device using common
467 Device enumeration
610 modification on DFL framework enumeration code too, for new FIU type detection
617 (e.g. FME or Port). Developers don't need to touch enumeration code in DFL
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-acpi43 objects representing devices having standard enumeration
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DTrigger.interface.yaml44 threshold array is limited by Type enumeration, only 4 elements are
/openbmc/linux/Documentation/networking/device_drivers/wwan/
H A Diosm.rst21 application to detect port enumeration and enable MBIM functionality.
/openbmc/openbmc-test-automation/lib/snmp/
H A Dsnmp_utils.robot52 # Sample output of snmp_uri_list enumeration.
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DAladdin26 …ogram "without charge"; these are only examples, and not an exhaustive enumeration of prohibited a…
28 …y and that is only available to customers of that company. (This is not an exhaustive enumeration.)
29 …r this section is a CD-ROM included in a book or magazine. (This is not an exhaustive enumeration.)
/openbmc/linux/Documentation/staging/
H A Dtee.rst76 TEE bus device enumeration is specific to underlying TEE implementation, so it
179 OP-TEE device enumeration
183 order to support device enumeration. In other words, OP-TEE driver invokes this
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp120 enumeration enumerator
141 return AttributesType::enumeration; in getAttrType()
155 attrType == AttributesType::enumeration) in fillPayloadData()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/
H A DManager.interface.yaml167 Used to define the enumeration options.
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dspecs.rst116 - enum - defines an integer enumeration, with values for each entry
118 - flags - defines an integer enumeration, with values for each entry
330 The same enumeration rules are applied as to
/openbmc/u-boot/drivers/usb/
H A DKconfig46 uclass takes care of device enumeration. USB devices can be

1234567