Home
last modified time | relevance | path

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

12

/linux/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
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 …]
/linux/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 …]
/linux/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 …]
/linux/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 …]
/linux/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 …]
/linux/Documentation/networking/
H A Dfilter.rst1 .. SPDX-License-Identifier: GPL-2.0
3 .. _networking-filter:
10 ------
17 ------------
24 BPF allows a user-space program to attach a filter onto any socket and
49 The biggest user of this construct might be libpcap. Issuing a high-level
50 filter command like `tcpdump -i em1 port 22` passes through the libpcap
52 via SO_ATTACH_FILTER to the kernel. `tcpdump -i em1 port 22 -ddd`
57 qdisc layer, SECCOMP-BPF (SECure COMPuting [1]_), and lots of other places
60 .. [1] Documentation/userspace-api/seccomp_filter.rst
[all …]
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c1 // SPDX-License-Identifier: GPL-2.0
118 ((((struct igc_adapter *)netdev_priv(netdev))->num_rx_queues * \
120 (((struct igc_adapter *)netdev_priv(netdev))->num_tx_queues * \
128 "legacy-rx",
129 "reverse-tsn-txq-prio",
138 struct igc_hw *hw = &adapter->hw; in igc_ethtool_get_drvinfo()
142 strscpy(drvinfo->driver, igc_driver_name, sizeof(drvinfo->driver)); in igc_ethtool_get_drvinfo()
145 hw->nvm.ops.read(hw, IGC_NVM_DEV_STARTER, 1, &nvm_version); in igc_ethtool_get_drvinfo()
150 scnprintf(adapter->fw_version, in igc_ethtool_get_drvinfo()
151 sizeof(adapter->fw_version), in igc_ethtool_get_drvinfo()
[all …]
/linux/include/soc/tegra/
H A Dbpmp-abi.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2014-2022, NVIDIA CORPORATION. All rights reserved.
66 * A well-defined subset of the MRQ messages that the CPU sends to the
130 * -BPMP_EBADMSG and ignore the request.
144 …* | -------------------- | ------------------------------------ | --------------------------------…
223 * calculated by BPMP, -BPMP_EBADMSG will be returned and the request will
334 #define MRQ_DEBUG 75U
402 * @defgroup CC3 Auto-CC3
404 * @defgroup EC EC
457 * mrq_ping_request challenge left shifted by 1 with the carry-bit
[all …]
/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py2 # SPDX-License-Identifier: GPL-2.0
3 # -*- coding: utf-8 -*-
20 KERNEL_MODULE = base.KernelModule("hid-multitouch", "hid_multitouch")
310 Unit Exponent (-1)
335 Unit Exponent (-4)
378 Unit Exponent (-1)
397 Unit Exponent (-4)
442 Unit Exponent (-1)
467 Unit Exponent (-4)
49275 01 81 02 95 05 81 03 05 01 15 00 26 ff 0f 55 0e 65 11 75 10 95 01 35 00 46 c8 37 09 30 81 02 46…
[all …]
/linux/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright(c) 2007 - 2018 Intel Corporation. */
104 ((((struct igb_adapter *)netdev_priv(netdev))->num_rx_queues * \
106 (((struct igb_adapter *)netdev_priv(netdev))->num_tx_queues * \
130 "legacy-rx",
139 struct e1000_hw *hw = &adapter->hw; in igb_get_link_ksettings()
140 struct e1000_dev_spec_82575 *dev_spec = &hw->dev_spec._82575; in igb_get_link_ksettings()
141 struct e1000_sfp_flags *eth_flags = &dev_spec->eth_flags; in igb_get_link_ksettings()
146 status = pm_runtime_suspended(&adapter->pdev->dev) ? in igb_get_link_ksettings()
148 if (hw->phy.media_type == e1000_media_type_copper) { in igb_get_link_ksettings()
[all …]
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright(c) 2013 - 2018 Intel Corporation. */
15 * struct i40e_stats - definition for an ethtool statistic
16 * @stat_string: statistic name to display in ethtool -S output
64 I40E_QUEUE_STAT("%s-%u.packets", stats.packets),
65 I40E_QUEUE_STAT("%s-%u.bytes", stats.bytes),
69 * i40e_add_one_ethtool_stat - copy the stat into the supplied buffer
92 p = (char *)pointer + stat->stat_offset; in i40e_add_one_ethtool_stat()
93 switch (stat->sizeof_stat) { in i40e_add_one_ethtool_stat()
108 stat->stat_string); in i40e_add_one_ethtool_stat()
[all …]
/linux/drivers/net/fddi/skfp/
H A Dfplustm.c1 // SPDX-License-Identifier: GPL-2.0-or-later
49 #define DUMMY_READ() smc->hw.mc_dummy = (u_short) inp(ADDR(B0_RAP))
52 while ((inpw(FM_A(FM_STMCHN)) & FM_SNPPND) && k) k--;\
59 while (!(inpw(FM_A(FM_AFSTAT)) & FM_DONE) && k) k--;\
76 #define MA smc->hw.fddi_canon_addr
78 #define MA smc->hw.fddi_home_addr
114 smc->mib.m[MAC0].fddiMACFrame_Ct = in mac_update_counter()
115 (smc->mib.m[MAC0].fddiMACFrame_Ct & 0xffff0000L) in mac_update_counter()
117 smc->mib.m[MAC0].fddiMACLost_Ct = in mac_update_counter()
118 (smc->mib.m[MAC0].fddiMACLost_Ct & 0xffff0000L) in mac_update_counter()
[all …]
/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (c) 2014-2025 Broadcom
23 #include <linux/dma-mapping.h>
49 (TOTAL_DESC - priv->hw_params->rx_queues * priv->hw_params->rx_bds_per_q)
51 (TOTAL_DESC - priv->hw_params->tx_queues * priv->hw_params->tx_bds_per_q)
57 #define WORDS_PER_BD(p) (p->hw_params->words_per_bd)
60 #define GENET_TDMA_REG_OFF (priv->hw_params->tdma_offset + \
63 #define GENET_RDMA_REG_OFF (priv->hw_params->rdma_offset + \
72 * peripheral registers for CPU-native byte order. in bcmgenet_writel()
102 * the platform is explicitly configured for 64-bits/LPAE. in dmadesc_set_addr()
[all …]
/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt4 # - Intel(R) 64 and IA-32 Architectures Software Developer's Manual Vol.2C
5 # (#326018-047US, June 2013)
8 # Table: table-name
9 # Referrer: escaped-name
10 # AVXcode: avx-code
11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
13 # opcode: escape # escaped-name
21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
37 # - (66): the last prefix is 0x66
38 # - (F3): the last prefix is 0xF3
[all …]
/linux/arch/x86/lib/
H A Dx86-opcode-map.txt4 # - Intel(R) 64 and IA-32 Architectures Software Developer's Manual Vol.2C
5 # (#326018-047US, June 2013)
8 # Table: table-name
9 # Referrer: escaped-name
10 # AVXcode: avx-code
11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
13 # opcode: escape # escaped-name
21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
37 # - (66): the last prefix is 0x66
38 # - (F3): the last prefix is 0xF3
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dselection.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later -->
3 <svg enable-background="new" version="1" viewBox="0 0 4226.3 1686.8" xmlns="http://www.w3.org/2000/…
7 …<path d="m-1.2 0l-1 1 3.5-1-3.5-1 1 1z" fill="#f8d615" fill-rule="evenodd" stroke="#f8d615" stroke
10 <path d="M0-.5h1v2H0z" fill="#f815bb"/>
12 <filter id="ep" x="-.085" y="-.366" width="1.169" height="1.732">
16 <stop stop-color="#fff" offset="0"/>
17 <stop stop-color="#fff" stop-opacity="0" offset="1"/>
20 <stop stop-color="#f9eed3" offset="0"/>
21 <stop stop-opacity="0" offset="1"/>
[all …]
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-asus-p1801-t.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include <dt-bindings/input/gpio-keys.h>
5 #include <dt-bindings/input/input.h>
6 #include <dt-bindings/thermal/thermal.h>
9 #include "tegra30-cpu-opp.dtsi"
10 #include "tegra30-cpu-opp-microvolt.dtsi"
13 model = "Asus Portable AiO P1801-T";
14 compatible = "asus,p1801-t", "nvidia,tegra30";
15 chassis-type = "convertible";
[all …]
H A Dtegra30-asus-tf600t.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include <dt-bindings/input/gpio-keys.h>
5 #include <dt-bindings/input/input.h>
6 #include <dt-bindings/leds/common.h>
7 #include <dt-bindings/thermal/thermal.h>
10 #include "tegra30-cpu-opp.dtsi"
11 #include "tegra30-cpu-opp-microvolt.dtsi"
16 chassis-type = "convertible";
34 * pre-existing /chosen node to be available to insert the
[all …]
H A Dtegra30-asus-transformer-common.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 #include <dt-bindings/input/gpio-keys.h>
4 #include <dt-bindings/input/input.h>
5 #include <dt-bindings/thermal/thermal.h>
8 #include "tegra30-cpu-opp.dtsi"
9 #include "tegra30-cpu-opp-microvolt.dtsi"
12 chassis-type = "convertible";
31 * pre-existing /chosen node to be available to insert the
37 trusted-foundations {
38 compatible = "tlm,trusted-foundations";
[all …]
/linux/drivers/scsi/
H A Dmyrb.h1 /* SPDX-License-Identifier: GPL-2.0 */
8 * Copyright 1998-2001 by Leonard N. Zubkoff <lnz@dandelion.com>
164 unsigned int rsvd1:24; /* Bytes 1-3 */
165 unsigned int ldev_sizes[32]; /* Bytes 4-131 */
166 unsigned short flash_age; /* Bytes 132-133 */
170 unsigned char rsvd2:6; /* Byte 134 Bits 2-7 */
189 unsigned short ev_seq; /* Bytes 142-143 */
191 unsigned int rsvd5:24; /* Bytes 145-147 */
196 unsigned char rsvd7:3; /* Byte 151 Bits 0-2 */
198 unsigned char rsvd8:4; /* Byte 151 Bits 4-7 */
[all …]
/linux/lib/fonts/
H A Dfont_acorn_8x8.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Acorn-like font definition, with PC graphics characters */
55 /* 2D */ 0x00, 0x00, 0x00, 0x7E, 0x00, 0x00, 0x00, 0x00, /* - */
127 /* 75 */ 0x00, 0x00, 0x66, 0x66, 0x66, 0x66, 0x3E, 0x00, /* u */
246 /* EC */ 0x00, 0x00, 0x3c, 0x3c, 0x3c, 0x3c, 0x00, 0x00,
/linux/arch/x86/kernel/
H A Duprobes.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * User-space Probes (UProbes) for x86
5 * Copyright (C) IBM Corporation, 2008-2011
23 /* Post-execution fixups. */
43 #define OPCODE1(insn) ((insn)->opcode.bytes[0])
44 #define OPCODE2(insn) ((insn)->opcode.bytes[1])
45 #define OPCODE3(insn) ((insn)->opcode.bytes[2])
46 #define MODRM_REG(insn) X86_MODRM_REG((insn)->modrm.value)
56 * Good-instruction tables for 32-bit apps. This is non-const and volatile
61 * 6c-6f - ins,outs. SEGVs if used in userspace
[all …]
/linux/
H A DCREDITS1 This is at least a partial credits-file of people that have
4 scripts. The fields are: name (N), email (E), web-address
6 snail-mail address (S).
10 ----------
43 S: 75 Donald St, Apt 42
51 D: in-kernel DRM Maintainer
76 E: tim_alpaerts@toyota-motor-europe.com
80 S: B-2610 Wilrijk-Antwerpen
85 W: http://www-stu.christs.cam.ac.uk/~aia21/
106 D: Maintainer of ide-cd and Uniform CD-ROM driver,
[all …]
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat2 # SPDX-License-Identifier: GPL-2.0-only
4 # top-like utility for displaying kvm statistics
6 # Copyright 2006-2008 Qumranet Technologies
7 # Copyright 2008-2011 Red Hat, Inc.
15 - as a top-like text ui
16 - in a key -> value format
17 - in an all keys, all values format
102 'NOTIFY': 75,
205 # EC definition of HSR (from arch/arm64/include/asm/esr.h)
493 Used to set up performance events, returns a file descriptor or -1
[all …]
/linux/arch/x86/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
4 bool "64-bit kernel" if "$(ARCH)" = "x86"
7 Say yes to build a 64-bit kernel - formerly known as x86_64
8 Say no to build a 32-bit kernel - formerly known as i386
13 # Options that are inherently 32-bit kernel only:
26 # Options that are inherently 64-bit kernel only:
56 # ported to 32-bit as well. )
158 # Word-size accesses may read uninitialized data past the trailing \0
342 default "elf32-i386" if X86_32
343 default "elf64-x86-64" if X86_64
[all …]

12