Home
last modified time | relevance | path

Searched +full:enum +full:- +full:format (Results 1 – 25 of 1025) sorted by relevance

12345678910>>...41

/openbmc/qemu/target/tricore/
H A Dtricore-opcodes.h2 * Copyright (c) 2012-2014 Bastian Koppelmann C-Lab/University Paderborn
23 * Format MASK_OP_InstrFormatName_Field
28 (end) - (start) + 1))
30 (end) - (start) + 1))
36 /* 16-Bit Formats */
81 /* 32-Bit Formats */
83 /* ABS Format */
91 /* ABSB Format */
97 /* B Format */
102 /* BIT Format */
[all …]
/openbmc/linux/drivers/media/platform/ti/am437x/
Dam437x-vpfe.h
/openbmc/linux/arch/mips/include/uapi/asm/
Dinst.h
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
Ddss.h
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
Ddss.h
/openbmc/linux/drivers/media/dvb-frontends/
Dstv090x_priv.h
Dstb0899_priv.h
/openbmc/linux/drivers/staging/media/atomisp/pci/
Datomisp_compat.h
/openbmc/linux/drivers/media/platform/ti/omap3isp/
Dispvideo.h
/openbmc/linux/include/video/
Dimx-ipu-image-convert.h
/openbmc/linux/Documentation/userspace-api/media/v4l/
Dpixfmt-v4l2-mplane.rst
/openbmc/linux/drivers/staging/media/omap4iss/
Diss_video.h
/openbmc/linux/drivers/input/mouse/
Dpsmouse.h
/openbmc/bmcweb/scripts/
H A Dgenerate_schema_enums.py10 os.path.join(SCRIPT_DIR, "..", "redfish-core", "schema")
15 SCRIPT_DIR, "..", "redfish-core", "include", "generated", "enums"
20 EDMX = "{http://docs.oasis-open.org/odata/ns/edmx}"
21 EDM = "{http://docs.oasis-open.org/odata/ns/edm}"
24 class Enum: class
43 EntityTypes.append(Enum(name, enums, namespace, filename))
51 EntityTypes.append(Enum(name, enums, namespace, filename))
75 name = re.sub("(.)([A-Z][a-z]+)", r"\1_\2", name)
76 return re.sub("([a-z0-9])([A-Z])", r"\1_\2", name).lower()
81 "// SPDX-License-Identifier: Apache-2.0\n"
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dpmbus_utils.hpp8 * http://www.apache.org/licenses/LICENSE-2.0
42 * Sensor data format.
44 enum class SensorDataFormat
47 * Linear data format used for values not related to voltage output, such
49 * an 11-bit, two's complement mantissa and a 5-bit, two's complement
55 * Linear data format used for values related to voltage output. Two
56 * byte (16-bit), unsigned integer that is raised to the power of an
68 enum class VoutDataFormat
77 * Format that supports transmitting VID codes.
82 * Direct format that uses an equation and device supplied coefficients.
[all …]
/openbmc/linux/tools/perf/util/
Dhist.h
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_opp_csc_v.c
/openbmc/linux/drivers/media/platform/mediatek/vpu/
Dmtk_vpu.h
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dcore.h
/openbmc/linux/sound/soc/codecs/
Dsi476x.c
/openbmc/linux/tools/lib/perf/
Dcore.c
/openbmc/qemu/qapi/
H A Dcrypto.json1 # -*- Mode: Python -*-
24 { 'enum': 'QCryptoTLSCredsEndpoint',
30 # The data format that the secret is provided in
32 # @raw: raw bytes. When encoded in JSON only valid UTF-8 sequences
39 { 'enum': 'QCryptoSecretFormat',
49 # @sha1: SHA-1. Should not be used in any new code, legacy compat only
51 # @sha224: SHA-224. (since 2.7)
53 # @sha256: SHA-256. Current recommended strong hash.
55 # @sha384: SHA-384. (since 2.7)
57 # @sha512: SHA-512. (since 2.7)
[all …]
/openbmc/linux/include/soc/fsl/
Ddpaa2-fd.h
/openbmc/linux/drivers/staging/media/tegra-video/
Dvi.h
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dvolume.hpp1 // SPDX-License-Identifier: Apache-2.0
2 // SPDX-FileCopyrightText: Copyright OpenBMC Authors
8 // clang-format off
10 enum class InitializeType{
16 enum class InitializeMethod{
23 enum class RAIDType{
44 enum class VolumeType{
54 enum class EncryptionTypes{
61 enum class WriteHoleProtectionPolicyType{
69 enum class VolumeUsageType{
[all …]

12345678910>>...41