Home
last modified time | relevance | path

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

12345678910>>...43

/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/arch/mips/include/uapi/asm/
H A Dinst.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * Format of an instruction in memory.
22 enum major_op {
44 enum spec_op {
66 enum spec2_op {
77 enum spec3_op {
97 * Bits 10-6 minor opcode for r6 spec mult/div encodings
99 enum mult_op {
104 enum multu_op {
109 enum div_op {
[all …]
/openbmc/linux/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2013 - 2014 Texas Instruments, Inc.
12 #include <linux/am437x-vpfe.h>
20 #include <media/v4l2-dev.h>
21 #include <media/v4l2-device.h>
22 #include <media/v4l2-ioctl.h>
23 #include <media/videobuf2-v4l2.h>
24 #include <media/videobuf2-dma-contig.h>
26 #include "am437x-vpfe_regs.h"
28 enum vpfe_pin_pol {
[all …]
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddss.h1 /* SPDX-License-Identifier: GPL-2.0-only */
35 #define DSSDBG(format, ...) \ argument
36 pr_debug(format, ## __VA_ARGS__)
39 #define DSSERR(format, ...) \ argument
40 pr_err("omapdss " DSS_SUBSYS_NAME " error: " format, ##__VA_ARGS__)
42 #define DSSERR(format, ...) \ argument
43 pr_err("omapdss error: " format, ##__VA_ARGS__)
47 #define DSSINFO(format, ...) \ argument
48 pr_info("omapdss " DSS_SUBSYS_NAME ": " format, ##__VA_ARGS__)
50 #define DSSINFO(format, ...) \ argument
[all …]
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss.h1 /* SPDX-License-Identifier: GPL-2.0-only */
27 #define DSSDBG(format, ...) \ argument
28 pr_debug(format, ## __VA_ARGS__)
31 #define DSSERR(format, ...) \ argument
32 printk(KERN_ERR "omapdss " DSS_SUBSYS_NAME " error: " format, \
35 #define DSSERR(format, ...) \ argument
36 printk(KERN_ERR "omapdss error: " format, ## __VA_ARGS__)
40 #define DSSINFO(format, ...) \ argument
41 printk(KERN_INFO "omapdss " DSS_SUBSYS_NAME ": " format, \
44 #define DSSINFO(format, ...) \ argument
[all …]
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_mdss.h1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
38 enum dpu_format_flags {
49 (test_bit(DPU_FORMAT_FLAG_YUV_BIT, (X)->flag))
51 (test_bit(DPU_FORMAT_FLAG_DX_BIT, (X)->flag))
52 #define DPU_FORMAT_IS_LINEAR(X) ((X)->fetch_mode == DPU_FETCH_LINEAR)
54 (((X)->fetch_mode == DPU_FETCH_UBWC) && \
55 !test_bit(DPU_FORMAT_FLAG_COMPRESSED_BIT, (X)->flag))
57 (((X)->fetch_mode == DPU_FETCH_UBWC) && \
58 test_bit(DPU_FORMAT_FLAG_COMPRESSED_BIT, (X)->flag))
[all …]
/openbmc/linux/include/uapi/linux/
H A Dv4l2-subdev.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
17 #include <linux/v4l2-common.h>
18 #include <linux/v4l2-mediabus.h>
21 * enum v4l2_subdev_format_whence - Media bus format type
22 * @V4L2_SUBDEV_FORMAT_TRY: try format, for negotiation only
23 * @V4L2_SUBDEV_FORMAT_ACTIVE: active format, applied to the device
25 enum v4l2_subdev_format_whence {
31 * struct v4l2_subdev_format - Pad-level media bus format
32 * @which: format type (from enum v4l2_subdev_format_whence)
34 * @format: media bus format (format code and frame size)
[all …]
H A Dv4l2-mediabus.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
11 #include <linux/media-bus-format.h>
18 * struct v4l2_mbus_framefmt - frame format on the media bus
21 * @code: data format code (from enum v4l2_mbus_pixelcode)
22 * @field: used interlacing type (from enum v4l2_field)
23 * @colorspace: colorspace of the data (from enum v4l2_colorspace)
24 * @ycbcr_enc: YCbCr encoding of the data (from enum v4l2_ycbcr_encoding)
25 * @hsv_enc: HSV encoding of the data (from enum v4l2_hsv_encoding)
26 * @quantization: quantization of the data (from enum v4l2_quantization)
27 * @xfer_func: transfer function of the data (from enum v4l2_xfer_func)
[all …]
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.h1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * TI OMAP3 ISP - Generic video node
7 * Copyright (C) 2009-2010 Nokia Corporation
16 #include <linux/v4l2-mediabus.h>
17 #include <media/media-entity.h>
18 #include <media/v4l2-dev.h>
19 #include <media/v4l2-fh.h>
20 #include <media/videobuf2-v4l2.h>
31 * struct isp_format_info - ISP media bus format information
32 * @code: V4L2 media bus format code
[all …]
/openbmc/linux/drivers/media/dvb-frontends/
H A Dstv090x_priv.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
21 #define dprintk(__y, __z, format, arg...) do { \ argument
24 printk(KERN_ERR "%s: " format "\n", __func__ , ##arg); \
26 printk(KERN_NOTICE "%s: " format "\n", __func__ , ##arg); \
28 printk(KERN_INFO "%s: " format "\n", __func__ , ##arg); \
30 printk(KERN_DEBUG "%s: " format "\n", __func__ , ##arg); \
33 printk(format, ##arg); \
38 (__state)->demod == STV090x_DEMODULATOR_1) ? \
43 (__state)->demod == STV090x_DEMODULATOR_1) ? \
48 (__state->demod) == STV090x_DEMODULATOR_1) ? \
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_compat.h1 /* SPDX-License-Identifier: GPL-2.0 */
29 enum atomisp_input_stream_id;
49 void atomisp_css_rx_get_irq_info(enum mipi_port_id port,
52 void atomisp_css_rx_clear_irq_info(enum mipi_port_id port,
56 enum ia_css_irq_info info, bool enable);
60 enum atomisp_input_stream_id stream_id,
61 enum ia_css_buffer_type css_buf_type,
62 enum ia_css_pipe_id css_pipe_id);
66 enum atomisp_input_stream_id stream_id,
67 enum ia_css_pipe_id css_pipe_id);
[all …]
/openbmc/linux/include/video/
H A Dimx-ipu-image-convert.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) 2012-2016 Mentor Graphics Inc.
10 #include <video/imx-ipu-v3.h>
15 * struct ipu_image_convert_run - image conversion run request struct
35 * ipu_image_convert_cb_t - conversion callback function prototype
44 * ipu_image_convert_enum_format() - enumerate the image converter's
47 * @index: pixel format index
50 * Returns 0 with a valid index and fills in v4l2 fourcc, -EINVAL otherwise.
57 * ipu_image_convert_adjust() - adjust input/output images to IPU restrictions.
59 * @in: input image format, adjusted on return
[all …]
/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_drv_if.h1 /* SPDX-License-Identifier: GPL-2.0 */
15 * enum venc_yuv_fmt - The type of input yuv format
17 * @VENC_YUV_FORMAT_I420: I420 YUV format
18 * @VENC_YUV_FORMAT_YV12: YV12 YUV format
19 * @VENC_YUV_FORMAT_NV12: NV12 YUV format
20 * @VENC_YUV_FORMAT_NV21: NV21 YUV format
22 enum venc_yuv_fmt {
30 * enum venc_start_opt - encode frame option used in venc_if_encode()
34 enum venc_start_opt {
40 * enum venc_set_param_type - The type of set parameter used in
[all …]
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_plane.c1 // SPDX-License-Identifier: GPL-2.0-only
22 enum mdp4_pipe pipe;
32 /* MDP format helper functions */
34 enum mdp4_frame_format mdp4_get_frame_format(struct drm_framebuffer *fb) in mdp4_get_frame_format()
38 if (fb->modifier == DRM_FORMAT_MOD_SAMSUNG_64_32_TILE) in mdp4_get_frame_format()
41 if (fb->format->format == DRM_FORMAT_NV12 && is_tile) in mdp4_get_frame_format()
58 struct msm_drm_private *priv = plane->dev->dev_private; in get_kms()
59 return to_mdp4_kms(to_mdp_kms(priv->kms)); in get_kms()
82 return -EINVAL; in mdp4_plane_set_property()
98 struct msm_drm_private *priv = plane->dev->dev_private; in mdp4_plane_prepare_fb()
[all …]
/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss_video.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * TI OMAP4 ISS V4L2 Driver - Generic video node
13 #include <linux/v4l2-mediabus.h>
14 #include <media/media-entity.h>
15 #include <media/v4l2-dev.h>
16 #include <media/v4l2-fh.h>
17 #include <media/videobuf2-v4l2.h>
18 #include <media/videobuf2-dma-contig.h>
28 * struct iss_format_info - ISS media bus format information
29 * @code: V4L2 media bus format code
[all …]
/openbmc/linux/drivers/input/mouse/
H A Dpsmouse.h1 /* SPDX-License-Identifier: GPL-2.0 */
28 enum psmouse_state {
37 typedef enum {
43 enum psmouse_scale {
48 enum psmouse_type {
78 enum psmouse_type type;
108 enum psmouse_state state;
121 void (*set_scale)(struct psmouse *psmouse, enum psmouse_scale scale);
138 void psmouse_set_state(struct psmouse *psmouse, enum psmouse_state new_state);
200 #define psmouse_dbg(psmouse, format, ...) \ argument
[all …]
/openbmc/linux/tools/perf/util/
H A Dhist.h1 /* SPDX-License-Identifier: GPL-2.0 */
24 enum hist_filter {
35 enum hist_column {
115 #define hists__has(__h, __f) (__h)->hpp_list->__f
140 /* user-defined callback function (optional) */
224 return hists->thread_filter || hists->dso_filter || in hists__has_filter()
225 hists->symbol_filter_str || (hists->socket_filter > -1); in hists__has_filter()
228 u16 hists__col_len(struct hists *hists, enum hist_column col);
229 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len);
230 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len);
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-v4l2-mplane.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
4 Multi-planar format structures
8 and layout for each of the planes in a multi-planar format. The
12 describing all planes of that format.
20 .. flat-table:: struct v4l2_plane_pix_format
21 :header-rows: 0
22 :stub-columns: 0
25 * - __u32
26 - ``sizeimage``
27 - Maximum size in bytes required for image data in this plane,
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/interface/
H A Dia_css_isys.h1 /* SPDX-License-Identifier: GPL-2.0 */
4 * Copyright (c) 2010 - 2015, Intel Corporation.
37 enum mipi_port_id ia_css_isys_port_to_mipi_port(
38 enum mipi_port_id api_port);
50 * @return 0 if successful, -EINVAL if
54 enum mipi_port_id port,
65 * @return 0 if successful, -EINVAL if
69 enum mipi_port_id port,
76 enum atomisp_input_format fmt_type);
83 const enum ia_css_input_mode input_mode);
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_opp_csc_v.c2 * Copyright 2012-15 Advanced Micro Devices, Inc.
35 enum {
39 /* constrast:0 - 2.0, default 1.0 */
46 /* Saturation: 0 - 2.0; default 1.0 */
57 #define UNDERLAY_HUE_MIN -300
60 #define UNDERLAY_HUE_DIVIDER 10 /* HW range: -30 ~ +30 */
63 /* Brightness: in DAL usually -.25 ~ .25.
64 * In MMD is -100 to +100 in 16-235 range; which when scaled to full range is
65 * ~-116 to +116. When normalized this is about 0.4566.
68 * i.e. min/max = +-100, divider = 219
[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/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drs.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014, 2018-2022 Intel Corporation
12 * enum iwl_tlc_mng_cfg_flags_enum - options for TLC config flags
26 enum iwl_tlc_mng_cfg_flags {
36 * enum iwl_tlc_mng_cfg_cw - channel width options
43 enum iwl_tlc_mng_cfg_cw {
52 * enum iwl_tlc_mng_cfg_chains - possible chains
56 enum iwl_tlc_mng_cfg_chains {
62 * enum iwl_tlc_mng_cfg_mode - supported modes
71 enum iwl_tlc_mng_cfg_mode {
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmlx5_core.h2 * Copyright (c) 2013-2015, Mellanox Technologies, Ltd. All rights reserved.
14 * - Redistributions of source code must retain the above
18 * - Redistributions in binary form must reproduce the above
47 #define mlx5_core_dbg(__dev, format, ...) \ argument
48 dev_dbg((__dev)->device, "%s:%d:(pid %d): " format, \
49 __func__, __LINE__, current->pid, \
52 #define mlx5_core_dbg_once(__dev, format, ...) \ argument
53 dev_dbg_once((__dev)->device, \
54 "%s:%d:(pid %d): " format, \
55 __func__, __LINE__, current->pid, \
[all …]
/openbmc/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-common.h1 /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
3 * Rockchip ISP1 Driver - Common definitions
17 #include <linux/rkisp1-config.h>
18 #include <media/media-device.h>
19 #include <media/media-entity.h>
20 #include <media/v4l2-ctrls.h>
21 #include <media/v4l2-device.h>
22 #include <media/videobuf2-v4l2.h>
24 #include "rkisp1-regs.h"
30 * on which pad the media bus format is supported
[all …]
/openbmc/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp_platform.h1 /* SPDX-License-Identifier: GPL-2.0 */
21 #include <asm/intel-family.h>
25 #include <media/v4l2-subdev.h>
33 enum atomisp_bayer_order {
40 enum atomisp_input_stream_id {
49 enum atomisp_input_format {
71 /* CSI2-MIPI specific format: Generic short packet data. It is used to
84 /* CSI2-MIPI specific format: YUV data.
86 ATOMISP_INPUT_FORMAT_YUV420_8_SHIFT, /* YUV420 8-bit (Chroma Shifted
88 ATOMISP_INPUT_FORMAT_YUV420_10_SHIFT, /* YUV420 8-bit (Chroma Shifted
[all …]

12345678910>>...43