/openbmc/qemu/tests/qemu-iotests/ |
H A D | 059.out | 18 file format: IMGFMT 28 file format: IMGFMT 30 Format specific information: 38 format: FLAT 42 format: FLAT 46 format: FLAT 50 format: FLAT 54 format: FLAT 58 format: FLAT 62 format: FLAT [all …]
|
/openbmc/qemu/gdb-xml/ |
H A D | hexagon-core.xml | 19 …<reg name="r00" altname="r0" bitsize="32" offset="0" encoding="uint" format="hex" group="Thread … 20 …<reg name="r01" altname="r1" bitsize="32" offset="4" encoding="uint" format="hex" group="Thread … 21 …<reg name="r02" altname="r2" bitsize="32" offset="8" encoding="uint" format="hex" group="Thread … 22 …<reg name="r03" altname="r3" bitsize="32" offset="12" encoding="uint" format="hex" group="Thread … 23 …<reg name="r04" altname="r4" bitsize="32" offset="16" encoding="uint" format="hex" group="Thread … 24 …<reg name="r05" altname="r5" bitsize="32" offset="20" encoding="uint" format="hex" group="Thread … 25 …<reg name="r06" altname="r6" bitsize="32" offset="24" encoding="uint" format="hex" group="Thread … 26 …<reg name="r07" altname="r7" bitsize="32" offset="28" encoding="uint" format="hex" group="Thread … 27 …<reg name="r08" altname="r8" bitsize="32" offset="32" encoding="uint" format="hex" group="Thread … 28 …<reg name="r09" altname="r9" bitsize="32" offset="36" encoding="uint" format="hex" group="Thread … [all …]
|
H A D | hexagon-hvx.xml | 59 …<reg name="v0" bitsize="1024" offset="256" encoding="vector" format="hex" group="HVX Vector Regi… 60 …<reg name="v1" bitsize="1024" offset="384" encoding="vector" format="hex" group="HVX Vector Regi… 61 …<reg name="v2" bitsize="1024" offset="512" encoding="vector" format="hex" group="HVX Vector Regi… 62 …<reg name="v3" bitsize="1024" offset="640" encoding="vector" format="hex" group="HVX Vector Regi… 63 …<reg name="v4" bitsize="1024" offset="768" encoding="vector" format="hex" group="HVX Vector Regi… 64 …<reg name="v5" bitsize="1024" offset="896" encoding="vector" format="hex" group="HVX Vector Regi… 65 …<reg name="v6" bitsize="1024" offset="1024" encoding="vector" format="hex" group="HVX Vector Regi… 66 …<reg name="v7" bitsize="1024" offset="1152" encoding="vector" format="hex" group="HVX Vector Regi… 67 …<reg name="v8" bitsize="1024" offset="1280" encoding="vector" format="hex" group="HVX Vector Regi… 68 …<reg name="v9" bitsize="1024" offset="1408" encoding="vector" format="hex" group="HVX Vector Regi… [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | pmbus_utils_tests.cpp | 27 pmbus_utils::VoutDataFormat format; in TEST() local 30 // Linear format: Exponent is negative: 0b1'1111 in TEST() 32 pmbus_utils::parseVoutMode(voutModeValue, format, parameter); in TEST() 33 EXPECT_EQ(format, pmbus_utils::VoutDataFormat::linear); in TEST() 36 // Linear format: Exponent is negative: 0b1'0000 in TEST() 38 pmbus_utils::parseVoutMode(voutModeValue, format, parameter); in TEST() 39 EXPECT_EQ(format, pmbus_utils::VoutDataFormat::linear); in TEST() 42 // Linear format: Exponent is positive: 0b0'1111 in TEST() 44 pmbus_utils::parseVoutMode(voutModeValue, format, parameter); in TEST() 45 EXPECT_EQ(format, pmbus_utils::VoutDataFormat::linear); in TEST() [all …]
|
/openbmc/linux/tools/power/cpupower/po/ |
H A D | fr.po | 73 #, c-format 80 #, c-format 87 #, c-format 92 #, c-format 97 #, c-format 102 #, c-format 107 #, c-format 112 #, c-format 117 #, c-format 124 #, c-format [all …]
|
H A D | it.po | 73 #, c-format 80 #, c-format 87 #, c-format 92 #, c-format 97 #, c-format 102 #, c-format 107 #, c-format 112 #, c-format 117 #, c-format 124 #, c-format [all …]
|
H A D | cs.po | 76 #, c-format 83 #, c-format 90 #, c-format 95 #, c-format 100 #, c-format 105 #, c-format 110 #, c-format 115 #, c-format 120 #, c-format 127 #, c-format [all …]
|
H A D | pt.po | 71 #, c-format 78 #, c-format 85 #, c-format 90 #, c-format 95 #, c-format 100 #, c-format 105 #, c-format 110 #, c-format 115 #, c-format 122 #, c-format [all …]
|
H A D | de.po | 73 #, c-format 82 #, c-format 91 #, c-format 96 #, c-format 101 #, c-format 106 #, c-format 111 #, c-format 117 #, c-format 123 #, c-format 132 #, c-format [all …]
|
H A D | ka.po | 75 #, c-format 84 #, c-format 93 #, c-format 98 #, c-format 103 #, c-format 109 #, c-format 114 #, c-format 121 #, c-format 128 #, c-format 137 #, c-format [all …]
|
/openbmc/linux/drivers/media/platform/xilinx/ |
H A D | xilinx-vip.c | 48 * xvip_get_format_by_code - Retrieve format information for a media bus code 49 * @code: the format media bus code 51 * Return: a pointer to the format information structure corresponding to the 52 * given V4L2 media bus format @code, or ERR_PTR if no corresponding format can 60 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_get_format_by_code() local 62 if (format->code == code) in xvip_get_format_by_code() 63 return format; in xvip_get_format_by_code() 71 * xvip_get_format_by_fourcc - Retrieve format information for a 4CC 72 * @fourcc: the format 4CC 74 * Return: a pointer to the format information structure corresponding to the [all …]
|
/openbmc/linux/include/drm/ |
H A D | drm_fourcc.h | 29 * DRM_FORMAT_MAX_PLANES - maximum number of planes a DRM format can have 38 * case the format can't be specified otherwise, so we don't end up 39 * with two values describing the same format. 59 * struct drm_format_info - information about a DRM format 62 /** @format: 4CC format identifier (DRM_FORMAT_*) */ 63 u32 format; member 84 * describing the pixel format. 108 * generic format table. Drivers could supply accurate 136 /** @has_alpha: Does the format embeds an alpha component? */ 139 /** @is_yuv: Is it a YUV format? */ [all …]
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 4 * DRM core format related functions 38 * Computes a drm fourcc pixel format code for the given @bpp/@depth values. 114 * Computes a drm fourcc pixel format code for the given @bpp/@depth values. 144 * Internal function to query information for a given format. See 147 const struct drm_format_info *__drm_format_info(u32 format) in __drm_format_info() argument 150 { .format = DRM_FORMAT_C1, .depth = 1, .num_planes = 1, in __drm_format_info() 152 { .format = DRM_FORMAT_C2, .depth = 2, .num_planes = 1, in __drm_format_info() 154 { .format = DRM_FORMAT_C4, .depth = 4, .num_planes = 1, in __drm_format_info() 156 …{ .format = DRM_FORMAT_C8, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1… in __drm_format_info() 157 { .format = DRM_FORMAT_D1, .depth = 1, .num_planes = 1, in __drm_format_info() [all …]
|
/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_rwpf.c | 66 struct v4l2_mbus_framefmt *format; in vsp1_rwpf_set_format() local 78 /* Default to YUV if the requested format is not supported. */ in vsp1_rwpf_set_format() 79 if (fmt->format.code != MEDIA_BUS_FMT_ARGB8888_1X32 && in vsp1_rwpf_set_format() 80 fmt->format.code != MEDIA_BUS_FMT_AHSV8888_1X32 && in vsp1_rwpf_set_format() 81 fmt->format.code != MEDIA_BUS_FMT_AYUV8_1X32) in vsp1_rwpf_set_format() 82 fmt->format.code = MEDIA_BUS_FMT_AYUV8_1X32; in vsp1_rwpf_set_format() 84 format = vsp1_entity_get_pad_format(&rwpf->entity, config, fmt->pad); in vsp1_rwpf_set_format() 88 * The RWPF performs format conversion but can't scale, only the in vsp1_rwpf_set_format() 89 * format code can be changed on the source pad. in vsp1_rwpf_set_format() 91 format->code = fmt->format.code; in vsp1_rwpf_set_format() [all …]
|
H A D | vsp1_drm.c | 69 struct v4l2_subdev_format format = { in vsp1_du_insert_uif() local 87 format.pad = prev_pad; in vsp1_du_insert_uif() 89 ret = v4l2_subdev_call(&prev->subdev, pad, get_fmt, NULL, &format); in vsp1_du_insert_uif() 93 format.pad = UIF_PAD_SINK; in vsp1_du_insert_uif() 95 ret = v4l2_subdev_call(&uif->subdev, pad, set_fmt, NULL, &format); in vsp1_du_insert_uif() 99 dev_dbg(vsp1->dev, "%s: set format %ux%u (%x) on UIF sink\n", in vsp1_du_insert_uif() 100 __func__, format.format.width, format.format.height, in vsp1_du_insert_uif() 101 format.format.code); in vsp1_du_insert_uif() 104 * The UIF doesn't mangle the format between its sink and source pads, in vsp1_du_insert_uif() 105 * so there is no need to retrieve the format on its source pad. in vsp1_du_insert_uif() [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc/ |
H A D | avoid_polluting_cross_directories.patch | 47 buildtype_include_dir = specs_prefix_format.format(get_option('includedir') / '%*') 48 isystem_buildtype = picolibc_buildtype_format.format(buildtype_include_dir) 51 +isystem_sysroot = sysroot_format.format(sysroot_include_dir) 53 gen_include_dir = specs_prefix_format.format(get_option('includedir')) 54 isystem_gen = gen_format.format(gen_include_dir) 56 -specs_isystem = '-isystem ' + specs_option_format.format(isystem_prefix, isystem_buildtype, isyste… 57 +specs_isystem = '-isystem ' + specs_option_format.format(isystem_prefix, isystem_buildtype, isyste… 62 buildtype_lib_dir = specs_prefix_format.format(get_option('libdir') / '%*') 63 lib_buildtype = picolibc_buildtype_format.format(buildtype_lib_dir) 66 +lib_sysroot = sysroot_format.format(sysroot_lib_dir) [all …]
|
/openbmc/linux/drivers/staging/media/omap4iss/ |
H A D | iss_ipipe.c | 79 * Format- and pipeline-related configuration helpers 85 struct v4l2_mbus_framefmt *format; in ipipe_configure() local 88 format = &ipipe->formats[IPIPE_PAD_SINK]; in ipipe_configure() 101 (format->height - 2) & IPIPE_SRC_VSZ_MASK); in ipipe_configure() 103 (format->width - 1) & IPIPE_SRC_HSZ_MASK); in ipipe_configure() 115 format = &ipipe->formats[IPIPE_PAD_SOURCE_VP]; in ipipe_configure() 190 * ipipe_try_format - Try video format on a pad 194 * @fmt: Format 203 struct v4l2_mbus_framefmt *format; in ipipe_try_format() local 226 format = __ipipe_get_format(ipipe, sd_state, IPIPE_PAD_SINK, in ipipe_try_format() [all …]
|
H A D | iss_ipipeif.c | 100 * Format- and pipeline-related configuration helpers 125 struct v4l2_mbus_framefmt *format; in ipipeif_configure() local 131 format = &ipipeif->formats[IPIPEIF_PAD_SINK]; in ipipeif_configure() 137 /* Select ISIF/IPIPEIF input format */ in ipipeif_configure() 138 switch (format->code) { in ipipeif_configure() 182 info = omap4iss_video_format_info(format->code); in ipipeif_configure() 195 (format->width - 1) & ISIF_LNH_MASK); in ipipeif_configure() 197 (format->height - 1) & ISIF_LNV_MASK); in ipipeif_configure() 201 format->height - 1); in ipipeif_configure() 204 format = &ipipeif->formats[IPIPEIF_PAD_SOURCE_ISIF_SF]; in ipipeif_configure() [all …]
|
/openbmc/libbej/test/ |
H A D | bej_tree_test.cpp | 17 EXPECT_THAT(node.nodeAttr.format.principalDataType, bejSet); in TEST() 18 EXPECT_THAT(node.nodeAttr.format.deferredBinding, 0); in TEST() 19 EXPECT_THAT(node.nodeAttr.format.readOnlyProperty, 0); in TEST() 20 EXPECT_THAT(node.nodeAttr.format.nullableProperty, 0); in TEST() 34 EXPECT_THAT(node.nodeAttr.format.principalDataType, bejArray); in TEST() 35 EXPECT_THAT(node.nodeAttr.format.deferredBinding, 0); in TEST() 36 EXPECT_THAT(node.nodeAttr.format.readOnlyProperty, 0); in TEST() 37 EXPECT_THAT(node.nodeAttr.format.nullableProperty, 0); in TEST() 51 EXPECT_THAT(node.nodeAttr.format.principalDataType, bejPropertyAnnotation); in TEST() 52 EXPECT_THAT(node.nodeAttr.format.deferredBinding, 0); in TEST() [all …]
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | format.hpp | 16 /** @brief Map format strings to undecorated C++ types. */ 23 static constexpr auto format = "=%d"; member 28 static constexpr auto format = "=%hhd"; member 33 static constexpr auto format = "=%hd"; member 38 static constexpr auto format = "=%d"; member 43 static constexpr auto format = "=%ld"; member 48 static constexpr auto format = "=%lld"; member 53 static constexpr auto format = "=%lf"; member 58 static constexpr auto format = "=%hhd"; member 63 static constexpr auto format = "=%hd"; member [all …]
|
/openbmc/linux/sound/core/ |
H A D | pcm_misc.c | 45 static bool valid_format(snd_pcm_format_t format) in valid_format() argument 47 return (INT)format >= 0 && (INT)format <= (INT)SNDRV_PCM_FORMAT_LAST; in valid_format() 194 /* FIXME: the following format is not defined properly yet */ 258 * snd_pcm_format_signed - Check the PCM format is signed linear 259 * @format: the format to check 261 * Return: 1 if the given PCM format is signed linear, 0 if unsigned 264 int snd_pcm_format_signed(snd_pcm_format_t format) in snd_pcm_format_signed() argument 267 if (!valid_format(format)) in snd_pcm_format_signed() 269 val = pcm_formats[(INT)format].signd; in snd_pcm_format_signed() 277 * snd_pcm_format_unsigned - Check the PCM format is unsigned linear [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-reserved.rst | 6 Reserved Format Identifiers 11 register your own format, send an e-mail to the linux-media mailing list 14 format with other developers add a link to your documentation and send a 16 you think your format should be listed in a standard format section 45 - Compressed format of the ET61X251 driver. 50 - 8 bit RGB format used by the BTTV driver. 55 - YUV format used by the gspca cpia1 driver. 60 - JPEG-Light format (Pegasus Lossless JPEG) used in Divio webcams NW 81 - Compressed GBRG Bayer format used by the gspca driver. 86 - Compressed BGGR Bayer format used by the gspca driver. [all …]
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | pmbus_utils.hpp | 42 * Sensor data format. 47 * Linear data format used for values not related to voltage output, such 55 * Linear data format used for values related to voltage output. Two 77 * Format that supports transmitting VID codes. 82 * Direct format that uses an equation and device supplied coefficients. 87 * Half-precision floating point format that follows the IEEE-754 standard 96 * VOUT_MODE contains a 'mode' field that indicates the data format used for 100 * data format: 101 * - Linear format: value is an exponent 102 * - VID format: value is a VID code [all …]
|
/openbmc/linux/drivers/gpu/drm/imx/dcss/ |
H A D | dcss-plane.c | 71 u32 format, in dcss_plane_format_mod_supported() argument 76 switch (format) { in dcss_plane_format_mod_supported() 104 static bool dcss_plane_can_rotate(const struct drm_format_info *format, in dcss_plane_can_rotate() argument 111 if (!format->is_yuv && linear_format) in dcss_plane_can_rotate() 114 else if (!format->is_yuv && in dcss_plane_can_rotate() 119 else if (format->is_yuv && linear_format && in dcss_plane_can_rotate() 120 (format->format == DRM_FORMAT_NV12 || in dcss_plane_can_rotate() 121 format->format == DRM_FORMAT_NV21)) in dcss_plane_can_rotate() 170 fb->format->format)) { in dcss_plane_atomic_check() 187 if (!dcss_plane_can_rotate(fb->format, in dcss_plane_atomic_check() [all …]
|
/openbmc/openpower-hw-diags/util/ |
H A D | trace.hpp | 21 /** @brief Information trace (va_list format). */ 22 inline void inf(const char* format, va_list args) in inf() argument 26 vfprintf(stdout, format, args); in inf() 32 vsnprintf(msg, MSG_MAX_LEN, format, args); in inf() 38 /** @brief Error trace (va_list format). */ 39 inline void err(const char* format, va_list args) in err() argument 43 vfprintf(stderr, format, args); in err() 49 vsnprintf(msg, MSG_MAX_LEN, format, args); in err() 55 /** @brief Information trace (printf format). */ 56 inline void inf(const char* format, ...) in inf() argument [all …]
|