Home
last modified time | relevance | path

Searched +full:9 +full:- +full:inch (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/linux/drivers/hid/
H A Dhid-waltop.c1 // SPDX-License-Identifier: GPL-2.0-or-later
15 #include "hid-ids.h"
26 * mode tries to be HID-compatible (not very successfully), but cripples the
30 * represents the correct resolution, but is possibly HID-incompatible (i.e.
42 /* Size of the original report descriptor of Slim Tablet 5.8 inch */
45 /* Fixed Slim Tablet 5.8 inch descriptor */
74 0x65, 0x13, /* Unit (Inch), */
75 0x55, 0xFD, /* Unit Exponent (-3), */
93 /* Size of the original report descriptor of Slim Tablet 12.1 inch */
96 /* Fixed Slim Tablet 12.1 inch descriptor */
[all …]
H A Dhid-uclogic-rdesc.c1 // SPDX-License-Identifier: GPL-2.0+
3 * HID driver for UC-Logic devices not fully compliant with HID standard
4 * - original and fixed report descriptors
6 * Copyright (c) 2010-2017 Nikolai Kondrashov
17 #include "hid-uclogic-rdesc.h"
26 0x85, 0x09, /* Report ID (9), */
44 0x55, 0xFD, /* Unit Exponent (-3), */
45 0x65, 0x13, /* Unit (Inch), */
71 0x85, 0x09, /* Report ID (9), */
89 0x55, 0xFD, /* Unit Exponent (-3), */
[all …]
H A Dhid-debug.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * (c) 1999 Andreas Gal <gal@cs.uni-magdeburg.de>
4 * (c) 2000-2001 Vojtech Pavlik <vojtech@ucw.cz>
5 * (c) 2007-2009 Jiri Kosina
13 * e-mail - mail your message to <vojtech@ucw.cz>, or by paper mail:
29 #include <linux/hid-debug.h>
85 {0, 0x90, "D-PadUp"},
86 {0, 0x91, "D-PadDown"},
87 {0, 0x92, "D-PadRight"},
88 {0, 0x93, "D-PadLeft"},
[all …]
H A Dhid-logitech-hidpp.c1 // SPDX-License-Identifier: GPL-2.0-only
6 * Copyright (c) 2012-2013 Google (c)
7 * Copyright (c) 2013-2014 Red Hat Inc.
25 #include <linux/fixp-arith.h>
28 #include "hid-ids.h"
38 "Disable Tap-To-Click mode reporting for touchpads (only on the K400 currently).");
40 /* Define a non-zero software ID to identify our own requests */
83 /* Convenience constant to check for any high-res support. */
97 #define HIDPP_CAPABILITY_HIDPP10_FAST_SCROLL BIT(9)
127 u8 params[HIDPP_REPORT_VERY_LONG_MAX_LENGTH - 4U];
[all …]
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dthermal-zones.yaml1 # SPDX-License-Identifier: (GPL-2.0)
4 ---
5 $id: http://devicetree.org/schemas/thermal/thermal-zones.yaml#
6 $schema: http://devicetree.org/meta-schemas/base.yaml#
11 - Amit Kucheria <amitk@kernel.org>
20 - thermal-sensor: device that measures temperature, has SoC-specific bindings
21 - cooling-device: device used to dissipate heat either passively or actively
22 - thermal-zones: a container of the following node types used to describe all
25 This binding describes the thermal-zones.
27 The polling-delay properties of a thermal-zone are bound to the maximum dT/dt
[all …]
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-arm-versatile.c1 // SPDX-License-Identifier: GPL-2.0
14 * - The IB1 is a passive board where the display connector defines a
19 * - The IB2 is a more complex board intended for GSM phone development
52 #define SYS_CLCD_CLCDID_MASK (BIT(8)|BIT(9)|BIT(10)|BIT(11)|BIT(12))
66 * struct versatile_panel_type - lookup struct for the supported panels
100 * struct versatile_panel - state container for the Versatile panels
127 * Sanyo TM38QV67A02A - 3.8 inch QVGA (320x240) Color TFT
173 * Epson L2F50113T00 - 2.2 inch QCIF 176x220 Color TFT
232 if (vpanel->ib2_map) { in versatile_panel_disable()
233 dev_dbg(vpanel->dev, "disable IB2 display\n"); in versatile_panel_disable()
[all …]
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
17 Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300
18 and RG-99 handheld gaming consoles.
46 as found in the YLM RS-97 handheld gaming console.
49 tristate "Boe BF060Y8M-AJ0 panel"
54 Say Y here if you want to enable support for Boe BF060Y8M-AJ0
66 TFT-LCD modules. The panel has a 1200x1920 resolution and uses
68 the host and has a built-in LED backlight.
94 This driver supports LVDS panels that don't require device-specific
105 DRM panel driver for dumb non-eDP panels that need at most a regulator
[all …]
H A Dpanel-samsung-s6e63j0x03.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * MIPI-DSI based S6E63J0X03 AMOLED lcd 1.63 inch panel driver.
5 * Copyright (c) 2014-2017 Samsung Electronics Co., Ltd
30 #define NUM_GAMMA_STEPS 9
122 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev); in s6e63j0x03_dcs_write_seq()
151 ret = regulator_bulk_enable(ARRAY_SIZE(ctx->supplies), ctx->supplies); in s6e63j0x03_power_on()
157 gpiod_set_value(ctx->reset_gpio, 1); in s6e63j0x03_power_on()
159 gpiod_set_value(ctx->reset_gpio, 0); in s6e63j0x03_power_on()
167 return regulator_bulk_disable(ARRAY_SIZE(ctx->supplies), ctx->supplies); in s6e63j0x03_power_off()
177 index = NUM_GAMMA_STEPS - 1; in s6e63j0x03_get_brightness_index()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dpanel-simple.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/panel-simple.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Sam Ravnborg <sam@ravnborg.org>
15 requires only a single power-supply.
23 - $ref: panel-common.yaml#
32 # Ampire AM-1280800N3TZQW-T00H 10.1" WQVGA TFT LCD panel
33 - ampire,am-1280800n3tzqw-t00h
[all …]
/openbmc/linux/drivers/media/i2c/
H A Dmt9v011.c1 // SPDX-License-Identifier: GPL-2.0
3 // mt9v011 -Micron 1/4-Inch VGA Digital Image Sensor
13 #include <media/v4l2-device.h>
14 #include <media/v4l2-ctrls.h>
23 MODULE_PARM_DESC(debug, "Debug level (0-2)");
171 return analoginit + (analogmult << 7) + (digitalgain << 9); in calc_mt9v011_gain()
182 exposure = core->exposure; in set_balance()
184 green_gain = calc_mt9v011_gain(core->global_gain); in set_balance()
186 bal = core->global_gain; in set_balance()
187 bal += (core->blue_bal * core->global_gain / (1 << 7)); in set_balance()
[all …]
H A Dmt9v111.c1 // SPDX-License-Identifier: GPL-2.0
21 #include <linux/v4l2-mediabus.h>
24 #include <media/v4l2-ctrls.h>
25 #include <media/v4l2-device.h>
26 #include <media/v4l2-fwnode.h>
27 #include <media/v4l2-image-sizes.h>
28 #include <media/v4l2-subdev.h>
31 * MT9V111 is a 1/4-Inch CMOS digital image sensor with an integrated
40 * auto-exposure algorithm might modify the programmed frame rate. While the
41 * driver initially programs the sensor with auto-exposure and
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DDrive.v1_20_1.json
H A DChassis.v1_25_2.json
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DDrive.v1_20_1.json
H A DChassis.v1_25_2.json
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/
H A Drpi-config_git.bb11 SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=https;branch=master \
12 file://0001-config.txt-reintroduce-start_x.patch \
28 VC4DTBO ?= "vc4-kms-v3d"
45 install -d ${DEPLOYDIR}/${BOOTFILES_DIR_NAME}
50 if [ -n "${KEY_DECODE_MPG2}" ]; then
51 sed -i '/#decode_MPG2=/ c\decode_MPG2=${KEY_DECODE_MPG2}' $CONFIG
53 if [ -n "${KEY_DECODE_WVC1}" ]; then
54 sed -i '/#decode_WVC1=/ c\decode_WVC1=${KEY_DECODE_WVC1}' $CONFIG
56 if [ -n "${DISABLE_OVERSCAN}" ]; then
57 sed -i '/#disable_overscan=/ c\disable_overscan=${DISABLE_OVERSCAN}' $CONFIG
[all …]
/openbmc/linux/drivers/regulator/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
38 managed regulators and simple non-configurable regulators.
65 They provide two I2C-controlled DC/DC step-down converters with
85 tristate "Active-semi act8865 voltage regulator"
90 This driver controls a active-semi act8865 voltage output
94 tristate "Active-semi ACT8945A voltage regulator"
97 This driver controls a active-semi ACT8945A voltage regulator
98 via I2C bus. The ACT8945A features three step-down DC/DC converters
99 and four low-dropout linear regulators, along with a ActivePath
110 tristate "Freescale i.MX on-chip ANATOP LDO regulators"
[all …]
/openbmc/linux/Documentation/sound/hd-audio/
H A Dmodels.rst2 HD-Audio Codec-Specific Models
8 3-jack in back and a headphone out
9 3stack-digout
10 3-jack in back, a HP out and a SPDIF out
12 5-jack in back, 2-jack in front
13 5stack-digout
14 5-jack in back, 2-jack in front, a SPDIF out
16 6-jack in back, 2-jack in front
17 6stack-digout
18 6-jack with a SPDIF out
[all …]
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py2 # SPDX-License-Identifier: GPL-2.0
3 # -*- coding: utf-8 -*-
110 number and tool-type identifier. Values of ``0`` may sometimes be
111 used for the out-of-range condition.
149 range 0 cm - 5 cm) and exact unit comparison (e.g. 1 inch is
150 not within the range 0 cm - 5 cm).
152 phys_size = (field.physical_max - field.physical_min) * 10 ** (field.unit_exp)
172 self.ring = -1
332 Bare-bones opaque tablet with a minimum of features.
339 not any of Wacom's vendor-defined pages.
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp.db18 # HITACHI HITACHI_DK23CA-10 9.8GB
19 # HITACHI HITACHI_DK23CA-15 14.7GB
101 "HITACHI_DK13FA-40B" 194 C "Hitachi DK13FA-40B"
102 "HITACHI_DK228A-65" 0 C "Hitachi DK228A-65"
103 "HITACHI_DK23CA-(15|20|30|30B|75)" 194 C "Hitachi DK23CA series"
104 "HITACHI_DK23DA-[234]0" 194 C "Hitachi DK23DA series"
105 "HITACHI_DK23EA-[2346]0" 194 C "Hitachi DK23EA series"
106 "HITACHI_DK23EB-40" 194 C "Hitachi DK23EB series"
107 "HITACHI_DK23FA-[468]0" 194 C "Hitachi DK23FA series"
108 "HITACHI_DK23FB-[46]0" 194 C "Hitachi DK23FB series"
[all …]
/openbmc/linux/Documentation/input/devices/
H A Datarikbd.rst12 provides a convenient connection point for a mouse and switch-type joysticks.
13 The ikbd processor also maintains a time-of-day clock with one second
18 The ikbd communicates with the main processor over a high speed bi-directional
41 0xF8-0xFB relative mouse position records (lsbs determined by
43 0xFC time-of-day
56 approximately 200 counts (phase changes or 'clicks') per inch of travel. The
67 ---------------------------
92 +127...-128 range, the motion is broken into multiple packets.
97 ---------------------------
104 ---------------------
[all …]
/openbmc/linux/arch/sh/boards/mach-ecovec24/
H A Dsetup.c1 // SPDX-License-Identifier: GPL-2.0
39 #include <linux/dma-map-ops.h>
41 #include <media/drv-intf/renesas-ceu.h>
52 *-----------------------------------------
62 *------------------------------
71 * DS2[6-7] = MMC / SD ON-OFF : SD
72 * OFF-ON : MMC
76 * FSI - DA7210
99 .end = 0xA405012E - 1,
105 .id = -1,
[all …]
/openbmc/linux/sound/pci/hda/
H A Dpatch_realtek.c1 // SPDX-License-Identifier: GPL-2.0-or-later
34 /* extra amp-initialization sequence types */
145 struct alc_spec *spec = codec->spec; in coef_mutex_lock()
148 mutex_lock(&spec->coef_mutex); in coef_mutex_lock()
153 struct alc_spec *spec = codec->spec; in coef_mutex_unlock()
155 mutex_unlock(&spec->coef_mutex); in coef_mutex_unlock()
207 if (val != -1) in __alc_update_coefex_idx()
227 struct alc_spec *spec = codec->spec; in alc_get_coef0()
229 if (!spec->coef0) in alc_get_coef0()
230 spec->coef0 = alc_read_coef_idx(codec, 0); in alc_get_coef0()
[all …]
/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c5 * This source code is licensed under both the BSD-style license (found in the
8 * You may select, at your option, one of the above-listed licenses.
14 /*-*******************************************************
50 /*-*************************************************************
63 bpPtr->lastBlock = cBlockHeader & 1; in ZSTD_getcBlockSize()
64 bpPtr->blockType = (blockType_e)((cBlockHeader >> 1) & 3); in ZSTD_getcBlockSize()
65 bpPtr->origSize = cSize; /* only useful for RLE */ in ZSTD_getcBlockSize()
66 if (bpPtr->blockType == bt_rle) return 1; in ZSTD_getcBlockSize()
67 RETURN_ERROR_IF(bpPtr->blockType == bt_reserved, corruption_detected, ""); in ZSTD_getcBlockSize()
79 dctx->litBuffer = (BYTE*)dst + ZSTD_BLOCKSIZE_MAX + WILDCOPY_OVERLENGTH; in ZSTD_allocateLiteralsBuffer()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_0.c249 /* TCC (5 sub-ranges)*/
312 /* EA (3 sub-ranges)*/
724 mmRLC_SRM_INDEX_CNTL_ADDR_0 - mmRLC_SRM_INDEX_CNTL_ADDR_0,
725 mmRLC_SRM_INDEX_CNTL_ADDR_1 - mmRLC_SRM_INDEX_CNTL_ADDR_0,
726 mmRLC_SRM_INDEX_CNTL_ADDR_2 - mmRLC_SRM_INDEX_CNTL_ADDR_0,
727 mmRLC_SRM_INDEX_CNTL_ADDR_3 - mmRLC_SRM_INDEX_CNTL_ADDR_0,
728 mmRLC_SRM_INDEX_CNTL_ADDR_4 - mmRLC_SRM_INDEX_CNTL_ADDR_0,
729 mmRLC_SRM_INDEX_CNTL_ADDR_5 - mmRLC_SRM_INDEX_CNTL_ADDR_0,
730 mmRLC_SRM_INDEX_CNTL_ADDR_6 - mmRLC_SRM_INDEX_CNTL_ADDR_0,
731 mmRLC_SRM_INDEX_CNTL_ADDR_7 - mmRLC_SRM_INDEX_CNTL_ADDR_0,
[all …]

12