Searched +full:enum +full:- +full:format (Results 1 – 25 of 1025) sorted by relevance
12345678910>>...41
/openbmc/qemu/target/tricore/ |
H A D | tricore-opcodes.h | 2 * 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/ |
D | am437x-vpfe.h |
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
D | inst.h |
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
D | dss.h |
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dss.h |
|
/openbmc/linux/drivers/media/dvb-frontends/ |
D | stv090x_priv.h |
|
D | stb0899_priv.h |
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
D | atomisp_compat.h |
|
/openbmc/linux/drivers/media/platform/ti/omap3isp/ |
D | ispvideo.h |
|
/openbmc/linux/include/video/ |
D | imx-ipu-image-convert.h |
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
D | pixfmt-v4l2-mplane.rst |
|
/openbmc/linux/drivers/staging/media/omap4iss/ |
D | iss_video.h |
|
/openbmc/linux/drivers/input/mouse/ |
D | psmouse.h |
|
/openbmc/bmcweb/scripts/ |
H A D | generate_schema_enums.py | 10 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 D | pmbus_utils.hpp | 8 * 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/ |
D | hist.h |
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_opp_csc_v.c |
|
/openbmc/linux/drivers/media/platform/mediatek/vpu/ |
D | mtk_vpu.h |
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | core.h |
|
/openbmc/linux/sound/soc/codecs/ |
D | si476x.c |
|
/openbmc/linux/tools/lib/perf/ |
D | core.c |
|
/openbmc/qemu/qapi/ |
H A D | crypto.json | 1 # -*- 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/ |
D | dpaa2-fd.h |
|
/openbmc/linux/drivers/staging/media/tegra-video/ |
D | vi.h |
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | volume.hpp | 1 // 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