Home
last modified time | relevance | path

Searched +full:75 +full:- +full:ec (Results 1 – 25 of 163) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/misc/
H A Dolpc,xo1.75-ec.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 ---
5 $id: http://devicetree.org/schemas/misc/olpc,xo1.75-ec.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: OLPC XO-1.75 Embedded Controller bindings
12 on a OLPC XO-1.75 laptop computer.
17 "ready-gpios" property of the SSP binding as documented in:
18 <Documentation/devicetree/bindings/spi/marvell,mmp2-ssp.yaml>.
21 - Lubomir Rintel <lkundrak@v3.sk>
25 const: olpc,xo1.75-ec
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/olpc/
H A Dolpc-xo175-ec.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Driver for the OLPC XO-1.75 Embedded Controller.
5 * The EC protocol is documented at:
6 * http://wiki.laptop.org/go/XO_1.75_HOST_to_EC_Protocol
19 #include <linux/olpc-ec.h>
44 * EC events
58 * EC commands
59 * (from http://dev.laptop.org/git/users/rsmith/ec-1.75/tree/ec_cmd.h)
127 * Accepted EC commands, and how many bytes they return. There are plenty
128 * of EC commands that are no longer implemented, or are implemented only on
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/crypto/
H A Daes-tab-4k.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
16 * For the safety-conscious it has to be noted that they might be vulnerable
32 /* encryption table, same as crypto_ft_tab in crypto/aes-generic.c */
40 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a)
45 .long R(41, ad, ad, ec), R(b3, d4, d4, 67)
49 .long R(75, b7, b7, c2), R(e1, fd, fd, 1c)
64 .long R(7f, b2, b2, cd), R(ea, 75, 75, 9f)
94 .long R(af, da, da, 75), R(42, 21, 21, 63)
98 .long R(26, 13, 13, 35), R(c3, ec, ec, 2f)
163 /* decryption table, same as crypto_it_tab in crypto/aes-generic.c */
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/echo/
H A Decho.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * SpanDSP - a series of DSP components for telephony
5 * echo.c - A line echo canceller. This code is being developed
30 especially for double talk - there were always cases where my DTD
50 on 4 real-world samples.
54 on the real-world samples. I have no idea why, perhaps a scaling
59 dot product) compared to the current sample-by-sample update.
66 Path Models", IEEE Transactions on communications, COM-25,
87 Thanks to Steve Underwood, Jean-Marc Valin, and Ramakrishnan
101 #define DTD_HANGOVER 600 /* 600 samples, or 75ms */
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dexynos5420-peach-pit.dts2 * SAMSUNG/GOOGLE Peach-Pit board device tree source
7 * SPDX-License-Identifier: GPL-2.0+
10 /dts-v1/;
12 #include <dt-bindings/clock/maxim,max77802.h>
13 #include <dt-bindings/regulator/maxim,max77802.h>
18 compatible = "google,pit-rev#", "google,pit",
22 google,bad-wake-gpios = <&gpx0 6 GPIO_ACTIVE_HIGH>;
23 hwid = "PIT TEST A-A 7848";
24 lazy-init = <1>;
35 compatible = "pwm-backlight";
[all …]
H A Dtegra124-nyan.dtsi1 #include <dt-bindings/input/input.h>
19 vdd-supply = <&vdd_3v3_hdmi>;
20 pll-supply = <&vdd_hdmi_pll>;
21 hdmi-supply = <&vdd_5v0_hdmi>;
23 nvidia,ddc-i2c-bus = <&hdmi_ddc>;
24 nvidia,hpd-gpio =
36 vdd-supply = <&vdd_3v3_panel>;
52 clock-frequency = <100000>;
54 acodec: audio-codec@10 {
57 interrupt-parent = <&gpio>;
[all …]
H A Dexynos5250-spring.dts7 * SPDX-License-Identifier: GPL-2.0
10 /dts-v1/;
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/interrupt-controller/irq.h>
13 #include <dt-bindings/input/input.h>
53 stdout-path = "serial3:115200n8";
56 board-rev {
57 compatible = "google,board-revision";
58 google,board-rev-gpios = <&gpy4 0 0>, <&gpy4 1 0>,
63 clock-frequency = <100000>;
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch2 From: Jeffy Chen <jeffy.chen@rock-chips.com>
4 Subject: [PATCH 25/93] HACK: pixman-renderer: Support mali egl client and egl
10 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
11 ---
12 libweston/meson.build | 10 +-
13 libweston/pixman-renderer.c | 427 ++++++++++++++++++++++++++++--------
14 2 files changed, 338 insertions(+), 99 deletions(-)
16 diff --git a/libweston/meson.build b/libweston/meson.build
18 --- a/libweston/meson.build
20 @@ -73,12 +73,10 @@ srcs_libweston = [
[all …]
/OK3568_Linux_fs/buildroot/package/weston/
H A D0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch2 From: Jeffy Chen <jeffy.chen@rock-chips.com>
4 Subject: [PATCH 25/95] HACK: pixman-renderer: Support mali egl client and egl
10 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
11 ---
12 libweston/meson.build | 10 +-
13 libweston/pixman-renderer.c | 427 ++++++++++++++++++++++++++++--------
14 2 files changed, 338 insertions(+), 99 deletions(-)
16 diff --git a/libweston/meson.build b/libweston/meson.build
18 --- a/libweston/meson.build
20 @@ -73,12 +73,10 @@ srcs_libweston = [
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0022-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch2 From: Jeffy Chen <jeffy.chen@rock-chips.com>
4 Subject: [PATCH 22/79] HACK: pixman-renderer: Support mali egl client and egl
10 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
11 ---
12 libweston/meson.build | 10 +-
13 libweston/pixman-renderer.c | 365 ++++++++++++++++++++++++++++--------
14 2 files changed, 290 insertions(+), 85 deletions(-)
16 diff --git a/libweston/meson.build b/libweston/meson.build
18 --- a/libweston/meson.build
20 @@ -70,12 +70,10 @@ srcs_libweston = [
[all …]
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dolpc_battery.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright © 2006-2010 David Woodhouse <dwmw2@infradead.org>
19 #include <linux/olpc-ec.h>
77 val->intval = !!(status & BAT_STAT_AC); in olpc_ac_get_prop()
80 ret = -EINVAL; in olpc_ac_get_prop()
101 if (data->new_proto) { in olpc_bat_get_status()
103 val->intval = POWER_SUPPLY_STATUS_CHARGING; in olpc_bat_get_status()
105 val->intval = POWER_SUPPLY_STATUS_DISCHARGING; in olpc_bat_get_status()
107 val->intval = POWER_SUPPLY_STATUS_FULL; in olpc_bat_get_status()
109 val->intval = POWER_SUPPLY_STATUS_NOT_CHARGING; in olpc_bat_get_status()
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3588-vehicle-serdes-display-v20.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
9 compatible = "lontium,lt7911d-fb-notifier";
10 reset-gpios = <&gpio0 RK_PD2 GPIO_ACTIVE_LOW>,
17 compatible = "pwm-backlight";
18 brightness-levels = <
28 72 73 74 75 76 77 78 79
52 default-brightness-level = <200>;
56 compatible = "pwm-backlight";
57 brightness-levels = <
67 72 73 74 75 76 77 78 79
[all …]
H A Drk3588-vehicle-serdes-display.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
9 compatible = "lontium,lt7911d-fb-notifier";
10 reset-gpios = <&gpio1 RK_PA6 GPIO_ACTIVE_LOW>,
17 compatible = "pwm-backlight";
18 brightness-levels = <
28 72 73 74 75 76 77 78 79
52 default-brightness-level = <200>;
56 compatible = "pwm-backlight";
57 brightness-levels = <
67 72 73 74 75 76 77 78 79
[all …]
H A Drk3588s-evb2-lp5.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 #include "rk3588s-evb.dtsi"
9 #include "rk3588s-rk806-dual.dtsi"
12 es7202_sound_micarray: es7202-sound-micarray {
14 compatible = "simple-audio-card";
15 simple-audio-card,format = "i2s";
16 simple-audio-card,name = "rockchip,sound-micarray";
17 simple-audio-card,mclk-fs = <256>;
18 simple-audio-card,dai-link@0 {
21 sound-dai = <&pdm0>;
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/dts/
H A Dchromebook_link.dts1 /dts-v1/;
3 #include <dt-bindings/gpio/x86-gpio.h>
14 compatible = "google,link", "intel,celeron-ivybridge";
27 #address-cells = <1>;
28 #size-cells = <0>;
29 u-boot,dm-pre-reloc;
33 compatible = "intel,core-gen3";
35 intel,apic-id = <0>;
36 u-boot,dm-pre-reloc;
41 compatible = "intel,core-gen3";
[all …]
H A Dchromebook_samus.dts1 /dts-v1/;
3 #include <dt-bindings/gpio/x86-gpio.h>
27 #address-cells = <1>;
28 #size-cells = <0>;
32 compatible = "intel,core-i3-gen5";
34 intel,apic-id = <0>;
35 intel,slow-ramp = <3>;
40 compatible = "intel,core-i3-gen5";
42 intel,apic-id = <1>;
47 compatible = "intel,core-i3-gen5";
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_edid.c3 * Copyright (c) 2007-2008 Intel Corporation
24 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
48 (((edid)->version > (maj)) || \
49 ((edid)->version == (maj) && (edid)->revision > (min)))
66 /* Prefer the largest mode at 75 Hz */
76 /* Force reduced-blanking timings for detailed modes */
115 /* BOE model on HP Pavilion 15-n233sl reports 8 bpc, but is a 6 bpc panel */
121 /* SDC panel of Lenovo B50-80 reports 8 bpc, but is a 6 bpc panel */
131 /* Envision Peripherals, Inc. EN-7100e */
143 /* LG Philips LCD LP154W01-A5 */
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/nvec/
H A Dnvec.c1 // SPDX-License-Identifier: GPL-2.0
7 * Authors: Pierre-Hugues Husson <phhusson@free.fr>
10 * Julian Andres Klode <jak@jak-linux.org>
56 * enum nvec_msg_category - Message categories for nvec_msg_alloc()
57 * @NVEC_MSG_RX: The message is an incoming message (from EC)
58 * @NVEC_MSG_TX: The message is an outgoing message (to EC)
80 .name = "nvec-kbd",
83 .name = "nvec-mouse",
86 .name = "nvec-power",
90 .name = "nvec-power",
[all …]
/OK3568_Linux_fs/kernel/include/soc/tegra/
H A Dbpmp-abi.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2014-2020, NVIDIA CORPORATION. All rights reserved.
66 * A well-defined subset of the MRQ messages that the CPU sends to the
91 * |-----|--------------------------------------------|
161 #define MRQ_DEBUG 75U
170 #define MAX_CPU_MRQ_ID 75U
192 * @defgroup CC3 Auto-CC3
194 * @defgroup EC EC
244 * mrq_ping_request challenge left shifted by 1 with the carry-bit
446 * values. err is -#BPMP_EINVAL if size is zero or area is NULL or
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dmmp2-olpc-xo-1-75.dts1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
8 /dts-v1/;
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/linux-event-codes.h>
12 #include <dt-bindings/interrupt-controller/irq.h>
15 model = "OLPC XO-1.75";
16 compatible = "olpc,xo-1.75", "mrvl,mmp2";
19 #address-cells = <1>;
20 #size-cells = <1>;
24 compatible = "simple-framebuffer";
[all …]
H A Dtegra124-nyan.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/input/input.h>
13 stdout-path = "serial0:115200n8";
19 * missing a unit-address. However, the bootloader on these Chromebook
21 * Adding the unit-address causes the bootloader to create a /memory
33 /delete-node/ memory@80000000;
39 vdd-supply = <&vdd_3v3_hdmi>;
40 pll-supply = <&vdd_hdmi_pll>;
41 hdmi-supply = <&vdd_5v0_hdmi>;
43 nvidia,ddc-i2c-bus = <&hdmi_ddc>;
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-certifi/
H A DCVE-2022-23491.patch13 CVE: CVE-2022-23491
15 Upstream-Status: Backport [https://github.com/certifi/python-certifi/commit/9e9e840925d7b8e76c76fda…
17 Signed-off-by: Narpat Mali <narpat.mali@windriver.com>
18 ---
19 certifi/cacert.pem | 181 ---------------------------------------------
20 1 file changed, 181 deletions(-)
22 diff --git a/certifi/cacert.pem b/certifi/cacert.pem
24 --- a/certifi/cacert.pem
26 @@ -694,37 +694,6 @@ BA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB
28 -----END CERTIFICATE-----
[all …]
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A D88pm860x-codec.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * 88pm860x-codec.c -- 88PM860x ALSA SoC Audio Driver
26 #include "88pm860x-codec.h"
117 * This widget should be just after DAC & PGA in DAPM power-on sequence and
118 * before DAC & PGA in DAPM power-off sequence.
149 /* -9450dB to 0dB in 150dB steps ( mute instead of -9450dB) */
150 static const DECLARE_TLV_DB_SCALE(dpga_tlv, -9450, 150, 1);
152 /* -9dB to 0db in 3dB steps */
153 static const DECLARE_TLV_DB_SCALE(adc_tlv, -900, 300, 0);
155 /* {-23, -17, -13.5, -11, -9, -6, -3, 0}dB */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c1 // SPDX-License-Identifier: GPL-2.0
114 ((((struct igc_adapter *)netdev_priv(netdev))->num_rx_queues * \
116 (((struct igc_adapter *)netdev_priv(netdev))->num_tx_queues * \
123 "legacy-rx",
133 strlcpy(drvinfo->driver, igc_driver_name, sizeof(drvinfo->driver)); in igc_ethtool_get_drvinfo()
136 strlcpy(drvinfo->bus_info, pci_name(adapter->pdev), in igc_ethtool_get_drvinfo()
137 sizeof(drvinfo->bus_info)); in igc_ethtool_get_drvinfo()
139 drvinfo->n_priv_flags = IGC_PRIV_FLAGS_STR_LEN; in igc_ethtool_get_drvinfo()
151 struct igc_hw *hw = &adapter->hw; in igc_ethtool_get_regs()
157 regs->version = (2u << 24) | (hw->revision_id << 16) | hw->device_id; in igc_ethtool_get_regs()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/
H A Diso8859_1.hpp2 Copyright (c) 2001-2011 Hartmut Kaiser
3 Copyright (c) 2001-2011 Joel de Guzman
38 // ISO 8859-1 character classification table
40 // the comments intentionally contain non-ascii characters
90 /* - 45 2d */ BOOST_CC_PUNCT,
120 /* K 75 4b */ BOOST_CC_ALPHA|BOOST_CC_UPPER,
162 /* u 117 75 */ BOOST_CC_ALPHA|BOOST_CC_LOWER,
173 /* -- 128 80 */ BOOST_CC_CTRL,
174 /* -- 129 81 */ BOOST_CC_CTRL,
175 /* -- 130 82 */ BOOST_CC_CTRL,
[all …]

1234567