Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dsysfb.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
7 * Copyright (c) 2012-2013 David Herrmann <dh.herrmann@gmail.com>
15 M_I17, /* 17-Inch iMac */
16 M_I20, /* 20-Inch iMac */
17 M_I20_SR, /* 20-Inch iMac (Santa Rosa) */
18 M_I24, /* 24-Inch iMac */
19 M_I24_8_1, /* 24-Inch iMac, 8,1th gen */
20 M_I24_10_1, /* 24-Inch iMac, 10,1th gen */
21 M_I27_11_1, /* 27-Inch iMac, 11,1th gen */
89 return -EINVAL; in create_simplefb()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Drpi-panel-attiny-regulator.c1 // SPDX-License-Identifier: GPL-2.0
42 regmap_write(rdev->regmap, REG_POWERON, 1); in attiny_lcd_power_enable()
47 ret = regmap_read(rdev->regmap, REG_PORTB, &data); in attiny_lcd_power_enable()
64 regmap_write(rdev->regmap, REG_PORTA, BIT(2)); in attiny_lcd_power_enable()
71 regmap_write(rdev->regmap, REG_PWM, 0); in attiny_lcd_power_disable()
72 regmap_write(rdev->regmap, REG_POWERON, 0); in attiny_lcd_power_disable()
82 for (i = 0; i < 10; i++) { in attiny_lcd_power_is_enabled()
83 ret = regmap_read(rdev->regmap, REG_POWERON, &data); in attiny_lcd_power_is_enabled()
94 for (i = 0; i < 10; i++) { in attiny_lcd_power_is_enabled()
95 ret = regmap_read(rdev->regmap, REG_PORTB, &data); in attiny_lcd_power_is_enabled()
[all …]
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 …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dimx219.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Sony 1/4.0-Inch 8Mpixel CMOS Digital Image Sensor
10 - Dave Stevenson <dave.stevenson@raspberrypi.com>
12 description: |-
13 The Sony imx219 is a 1/4.0-inch CMOS active pixel digital image sensor
16 Image data is sent through MIPI CSI-2, which is configured as either 2 or
30 VDIG-supply:
34 VANA-supply:
[all …]
H A Dov8856.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Dongchun Zhu <dongchun.zhu@mediatek.com>
13 description: |-
14 The Omnivision OV8856 is a high performance, 1/4-inch, 8 megapixel, CMOS
15 image sensor that delivers 3264x2448 at 30fps. It provides full-frame,
16 sub-sampled, and windowed 10-bit MIPI images in various formats via the
18 through I2C and two-wire SCCB. The sensor output is available via CSI-2
19 serial data output (up to 4-lane).
[all …]
/OK3568_Linux_fs/kernel/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-kye.c1 // SPDX-License-Identifier: GPL-2.0-or-later
17 #include "hid-ids.h"
29 0x15, 0x80, /* Logical Minimum (-128), */
58 0x55, 0xFD, /* Unit Exponent (-3), */
59 0x65, 0x13, /* Unit (Inch), */
87 0x15, 0x80, /* Logical Minimum (-128), */
116 0x55, 0xFD, /* Unit Exponent (-3), */
117 0x65, 0x13, /* Unit (Inch), */
153 0x55, 0xFD, /* Unit Exponent (-3), */
154 0x65, 0x13, /* Unit (Inch), */
[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"
44 0x55, 0xFD, /* Unit Exponent (-3), */
45 0x65, 0x13, /* Unit (Inch), */
89 0x55, 0xFD, /* Unit Exponent (-3), */
90 0x65, 0x13, /* Unit (Inch), */
126 0x15, 0x81, /* Logical Minimum (-127), */
[all …]
/OK3568_Linux_fs/kernel/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
207 .hsync_start = 240 + 10,
208 .hsync_end = 240 + 10 + 10,
[all …]
H A Dpanel-boe-himax8279d.c1 // SPDX-License-Identifier: GPL-2.0
63 gpiod_set_value(pinfo->enable_gpio, 0); in disable_gpios()
64 gpiod_set_value(pinfo->pp33_gpio, 0); in disable_gpios()
65 gpiod_set_value(pinfo->pp18_gpio, 0); in disable_gpios()
74 for (i = 0; i < pinfo->desc->on_cmds_num; i++) { in send_mipi_cmds()
75 err = mipi_dsi_dcs_write_buffer(pinfo->link, &cmds[i], in send_mipi_cmds()
90 if (!pinfo->enabled) in boe_panel_disable()
93 err = mipi_dsi_dcs_set_display_off(pinfo->link); in boe_panel_disable()
95 dev_err(panel->dev, "failed to set display off: %d\n", err); in boe_panel_disable()
99 pinfo->enabled = false; in boe_panel_disable()
[all …]
H A Dpanel-jdi-lt070me05000.c1 // SPDX-License-Identifier: GPL-2.0-only
11 * http://panelone.net/en/7-0-inch/JDI_LT070ME05000_7.0_inch-datasheet
57 struct mipi_dsi_device *dsi = jdi->dsi; in jdi_panel_init()
58 struct device *dev = &jdi->dsi->dev; in jdi_panel_init()
61 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in jdi_panel_init()
75 ret = mipi_dsi_dcs_set_column_address(dsi, 0, jdi->mode->hdisplay - 1); in jdi_panel_init()
81 ret = mipi_dsi_dcs_set_page_address(dsi, 0, jdi->mode->vdisplay - 1); in jdi_panel_init()
122 mdelay(10); in jdi_panel_init()
147 struct mipi_dsi_device *dsi = jdi->dsi; in jdi_panel_on()
148 struct device *dev = &jdi->dsi->dev; in jdi_panel_on()
[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
58 { /* Gamma 10 */
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 …]
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dsm4_core.c2 * FIPS-46-3 compliant Triple-DES implementation
4 * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
5 * SPDX-License-Identifier: Apache-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
25 * http://csrc.nist.gov/publications/fips/fips46-3/fips46-3.pdf
34 * 32-bit integer manipulation macros (big endian)
61 #define ROTL(x,n) (SHL((x),n) | ((x) >> (32 - n)))
66 * Expanded SM4 S-boxes
110 * args: [in] inch: 0x00~0xFF (8 bits unsigned value).
112 static unsigned char sm4Sbox(unsigned char inch) in sm4Sbox() argument
[all …]
/OK3568_Linux_fs/buildroot/package/lvgl/lvgl/
H A D0011-src-add-lv_systick.patch2 From: Jiajian Wu <jair.wu@rock-chips.com>
6 Signed-off-by: Jiajian Wu <jair.wu@rock-chips.com>
7 ---
8 lv_conf.h | 6 +++---
11 3 files changed, 34 insertions(+), 3 deletions(-)
15 diff --git a/lv_conf.h b/lv_conf.h
17 --- a/lv_conf.h
19 @@ -85,10 +85,10 @@
23 -#define LV_TICK_CUSTOM 0
26 - #define LV_TICK_CUSTOM_INCLUDE "Arduino.h" /*Header for the system time function*/
[all …]
H A D0005-lvgl-Add-lv_conf.h.patch2 From: Jiajian Wu <jair.wu@rock-chips.com>
3 Date: Tue, 27 Sep 2022 16:07:10 +0800
6 Signed-off-by: Jiajian Wu <jair.wu@rock-chips.com>
7 ---
12 diff --git a/lv_conf.h b/lv_conf.h
15 --- /dev/null
17 @@ -0,0 +1,771 @@
27 + * - define `LV_CONF_INCLUDE_SIMPLE`
28 + * - add the path as include path
31 +/* clang-format off */
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/arch/sh/boards/mach-migor/
H A Dsetup.c1 // SPDX-License-Identifier: GPL-2.0
3 * Renesas System Solutions Asia Pte. Ltd - Migo-R
8 #include <linux/dma-map-ops.h>
30 #include <media/drv-intf/renesas-ceu.h>
78 .mode = SH_KEYSC_MODE_2, /* KEYOUT0->4, KEYIN1->5 */
118 .mask_flags = MTD_WRITEABLE, /* Read-only */
148 .name = "physmap-flash",
176 writeb(cmd, chip->legacy.IO_ADDR_W + 0x00400000); in migor_nand_flash_cmd_ctl()
178 writeb(cmd, chip->legacy.IO_ADDR_W + 0x00800000); in migor_nand_flash_cmd_ctl()
180 writeb(cmd, chip->legacy.IO_ADDR_W); in migor_nand_flash_cmd_ctl()
[all …]
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscrinit.c30 #include <dix-config.h>
48 * in, and puts it into pScreen->devPrivate. miCreateScreenResources
55 /* per-screen private data */
64 #define miGetScreenPriv(s) ((miScreenPtr)(dixLookupPrivate(&(s)->devPrivates, miScreenPrivKey)))
71 /* this plugs into pScreen->ModifyPixmapHeader */
85 pPixmap->drawable.depth = depth; in miModifyPixmapHeader()
86 pPixmap->drawable.bitsPerPixel = bitsPerPixel; in miModifyPixmapHeader()
87 pPixmap->drawable.id = 0; in miModifyPixmapHeader()
88 pPixmap->drawable.x = 0; in miModifyPixmapHeader()
89 pPixmap->drawable.y = 0; in miModifyPixmapHeader()
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/pressure/
H A Ddlhl60d.c1 // SPDX-License-Identifier: GPL-2.0
8 * Datasheet: https://www.allsensors.com/cad/DS-0355_Rev_B.PDF
42 unsigned int fss; /* full scale span (inch H2O) */
59 .osdig = 10,
69 ret = i2c_smbus_write_byte(st->client, DLH_START_SINGLE); in dlh_cmd_start_single()
71 dev_err(&st->client->dev, in dlh_cmd_start_single()
81 ret = i2c_master_recv(st->client, st->rx_buf, DLH_NUM_READ_BYTES); in dlh_cmd_read_data()
83 dev_err(&st->client->dev, in dlh_cmd_read_data()
88 if (st->rx_buf[0] != DLH_STATUS_OK) { in dlh_cmd_read_data()
89 dev_err(&st->client->dev, in dlh_cmd_read_data()
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Daxp288_adc.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * axp288_adc.c - X-Powers AXP288 PMIC ADC Driver
23 * This mask enables all ADCs except for the battery temp-sensor (TS), that is
24 * left as-is to avoid breaking charging on devices without a temp-sensor.
104 IIO_MAP("TS_PIN", "axp288-batt", "axp288-batt-temp"),
105 IIO_MAP("PMIC_TEMP", "axp288-pmic", "axp288-pmic-temp"),
106 IIO_MAP("GPADC", "axp288-gpadc", "axp288-system-temp"),
107 IIO_MAP("BATT_CHG_I", "axp288-chrg", "axp288-chrg-curr"),
108 IIO_MAP("BATT_DISCHRG_I", "axp288-chrg", "axp288-chrg-d-curr"),
109 IIO_MAP("BATT_V", "axp288-batt", "axp288-batt-volt"),
[all …]
/OK3568_Linux_fs/external/xserver/man/
H A DXserver.man3 .\" Copyright 1984 - 1991, 1993, 1994, 1998 The Open Group
26 .\" $XFree86: xc/programs/Xserver/Xserver.man,v 3.31 2004/01/10 22:27:46 dawes Exp $
31 Xserver \- X Window System display server
63 Many X servers have device-specific command line options. See the manual
65 server-specific manual pages is provided in the SEE ALSO section below.
79 .B \-a \fInumber\fP
83 .B \-ac
84 disables host-based access control mechanisms. Enables access by any host,
89 .B \-audit \fIlevel\fP
98 .B \-auth \fIauthorization-file\fP
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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)");
81 msleep(10); in mt9v011_read()
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 Dsr030pc30.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Driver for SiliconFile SR030PC30 VGA (1/10-Inch) Image Sensor with ISP
19 #include <media/v4l2-device.h>
20 #include <media/v4l2-subdev.h>
21 #include <media/v4l2-mediabus.h>
22 #include <media/v4l2-ctrls.h>
32 * b15..b8 - page id, b7..b0 - register address
57 /* page 10 */
79 /* page 14 - Lens Shading Compensation */
86 /* page 15 - Color correction */
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h1 // stb_truetype.h - v1.08 - public domain
2 // authored from 2009-2015 by Sean Barrett / RAD Game Tools
8 // render glyphs to one-channel bitmaps with antialiasing (box filter)
11 // non-MS cmaps
14 // cleartype-style AA?
16 // optimize: build edge-list directly from curves
32 // Ivan-Assen Ivanov
51 // 1.08 (2015-09-13) document stbtt_Rasterize(); fixes for vertical & horizontal edges
52 // 1.07 (2015-08-01) allow PackFontRanges to accept arrays of sparse codepoints;
54 // fix stbtt_GetFontOFfsetForIndex (never worked for non-0 input?);
[all …]

123