| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-radio-rx.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * vivid-radio-rx.c - radio receiver support functions. 12 #include <linux/v4l2-dv-timings.h> 15 #include <media/v4l2-common.h> 16 #include <media/v4l2-event.h> 17 #include <media/v4l2-dv-timings.h> 19 #include "vivid-core.h" 20 #include "vivid-ctrls.h" 21 #include "vivid-radio-common.h" 22 #include "vivid-rds-gen.h" [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | bt1-pvt.rst | 1 .. SPDX-License-Identifier: GPL-2.0-only 3 Kernel driver bt1-pvt 8 * Baikal-T1 PVT sensor (in SoC) 10 Prefix: 'bt1-pvt' 12 Addresses scanned: - 21 ----------- 24 embedded into Baikal-T1 process, voltage and temperature sensors. PVT IP-core 29 compile-time configurable due to the hardware interface implementation 40 in alarm-less configuration the data conversion is performed by the driver 41 on demand when read operation is requested via corresponding _input-file. [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxinputinit.h | 21 * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS 35 * Interface for low-level input support. \see dmxinputinit.c */ 52 #define DMX_MAP_MASK (DMX_MAP_ENTRIES - 1) 80 /** Stores information from low-level device that is used to initialize 83 int keyboard; /**< Non-zero if the device is a keyboard */ 85 int keyClass; /**< Non-zero if keys are present */ 87 int freemap; /**< If non-zero, free keySyms.map */ 91 int freenames; /**< Non-zero if names should be free'd */ 94 int buttonClass; /**< Non-zero if buttons are present */ 98 int valuatorClass; /**< Non-zero if valuators are [all …]
|
| H A D | dmxevents.c | 2 * Copyright 2002-2003 Red Hat Inc., Durham, North Carolina. 21 * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS 36 * the low-level input drivers. */ 39 #include <dmx-config.h> 93 for (i = 0; i < dmxInput->numDevs; i += dmxInput->devs[i]->binding) in dmxApplyFunctions() 94 if (dmxInput->devs[i]->functions) in dmxApplyFunctions() 95 rc += dmxInput->devs[i]->functions(dmxInput->devs[i]->private, f); in dmxApplyFunctions() 102 DMXInputInfo *dmxInput = &dmxInputs[dmxLocal->inputIdx]; in dmxCheckFunctionKeys() 104 #if 1 /* hack to detect ctrl-alt-q, etc */ in dmxCheckFunctionKeys() 125 if (dmxLocal->sendsCore) in dmxCheckFunctionKeys() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/ |
| HD | JIS_C6229-1984-B-ADD.gz | ... > /x00 <U005F> LOW LINE
124<low-line> /x00 <U005F> LOW LINE ... |
| HD | JIS_C6229-1984-HAND-ADD.gz | ... > /x00 <U005F> LOW LINE
121<low-line> /x00 <U005F> LOW LINE ... |
| HD | JIS_C6229-1984-HAND.gz | |
| HD | JIS_C6229-1984-A.gz | ... % source: ECMA registry
7
8% alias ISO-IR-91
9% alias JP-OCR- |
| HD | JIS_C6229-1984-KANA.gz | ... 1<code_set_name> JIS_C6229-1984-KANA
2<comment_char> %
3<escape_char> ... |
| HD | JIS_C6220-1969-JP.gz | ... % source: ECMA registry
7
8% alias JIS_C6220-1969
9% alias ISO-IR-13
10 ... |
| HD | NATS-DANO-ADD.gz | ... > /x00 <U005F> LOW LINE
99<low-line> /x00 <U005F> LOW LINE ... |
| HD | NATS-SEFI-ADD.gz | ... > /x00 <U005F> LOW LINE
99<low-line> /x00 <U005F> LOW LINE ... |
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/ |
| HD | JIS_C6229-1984-HAND-ADD.gz | ... > /x00 <U005F> LOW LINE
121<low-line> /x00 <U005F> LOW LINE ... |
| HD | JIS_C6229-1984-B-ADD.gz | ... > /x00 <U005F> LOW LINE
124<low-line> /x00 <U005F> LOW LINE ... |
| HD | JIS_C6229-1984-HAND.gz | |
| HD | JIS_C6229-1984-A.gz | ... % source: ECMA registry
7
8% alias ISO-IR-91
9% alias JP-OCR- |
| HD | JIS_C6229-1984-KANA.gz | |
| HD | JIS_C6220-1969-JP.gz | ... % source: ECMA registry
7
8% alias JIS_C6220-1969
9% alias ISO-IR-13
10 ... |
| HD | NATS-DANO-ADD.gz | ... > /x00 <U005F> LOW LINE
99<low-line> /x00 <U005F> LOW LINE ... |
| HD | NATS-SEFI-ADD.gz | ... > /x00 <U005F> LOW LINE
99<low-line> /x00 <U005F> LOW LINE ... |
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | console_struct.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 * used by vt.c. 8 * Fields marked with [#] must be set by the low-level driver. 9 * Fields marked with [!] can be changed by the low-level driver 17 #include <linux/vt.h> 34 * struct vc_state -- state of a VC 35 * @x: cursor's x-position 36 * @y: cursor's y-position 66 * vc_screenbuf ---------> +----------------------+-. 69 * | initializing Y | > scroll-back area [all …]
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190803.patch.gz | ... -vt-utf8|vt-utf8|UTF-8 flavor of vt100+,
107 use=ms |
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/hwmon/ |
| H A D | baikal,bt1-pvt.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/hwmon/baikal,bt1-pvt.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Baikal-T1 PVT Sensor 11 - Serge Semin <fancer.lancer@gmail.com> 14 Baikal-T1 SoC provides an embedded process, voltage and temperature 17 which may cause the system instability and even damages. The IP-block 19 control wrapper, which provides a MMIO registers-based access to the 20 sensor core functionality (APB3-bus based) and exposes an additional [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | unicode.rst | 4 Last update: 2005-01-17, version 1.4 10 http://www.lanana.org/docs/unicode/admin-guide/unicode.rst 13 ------------ 16 characters to fonts. By downloading a single Unicode-to-font table, 17 both the eight-bit character sets and UTF-8 mode are changed to use 20 This changes the semantics of the eight-bit character tables subtly. 26 LAT1_MAP Latin-1 (ISO 8859-1) ESC ( B 34 permits for example the use of block graphics even with a Latin-1 font 38 codes nor their uses match ISO 2022; Linux has two 8-bit codes (G0 and 39 G1), whereas ISO 2022 has four 7-bit codes (G0-G3). [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | sony-btf-mpx.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2005-2006 Micronas USA Inc. 11 #include <media/v4l2-common.h> 12 #include <media/v4l2-ioctl.h> 13 #include <media/v4l2-device.h> 16 MODULE_DESCRIPTION("sony-btf-mpx driver"); 28 * AS(IF/MPX) pin: LOW HIGH/OPEN 33 static int force_mpx_mode = -1; 57 msg.addr = client->addr; in mpx_write() 61 i2c_transfer(client->adapter, &msg, 1); in mpx_write() [all …]
|