Searched +full:standard +full:- +full:vt (Results 1 – 25 of 158) sorted by relevance
1234567
4 Last update: 2005-01-17, version 1.410 http://www.lanana.org/docs/unicode/admin-guide/unicode.rst13 ------------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 use20 This changes the semantics of the eight-bit character tables subtly.26 LAT1_MAP Latin-1 (ISO 8859-1) ESC ( B34 permits for example the use of block graphics even with a Latin-1 font38 codes nor their uses match ISO 2022; Linux has two 8-bit codes (G0 and39 G1), whereas ISO 2022 has four 7-bit codes (G0-G3).[all …]
1 # SPDX-License-Identifier: GPL-2.013 config VT config24 one can be used for a text-mode user session, and a third could run26 is done with certain key combinations, usually Alt-<function key>.43 shiny Linux system :-)46 depends on VT55 depends on VT81 depends on VT && !UML96 See <file:Documentation/driver-api/console.rst> for more111 Linux has traditionally used the BSD-like names /dev/ptyxx for[all …]
1 // SPDX-License-Identifier: GPL-2.0-only8 * Copyright(c) 2005-2011 by Mauro Carvalho Chehab9 * - Added support for a separate Radio tuner10 * - Major rework and cleanups at the code31 #include <media/tuner-types.h>32 #include <media/v4l2-device.h>33 #include <media/v4l2-ioctl.h>38 #include "tuner-xc2028.h"39 #include "tuner-simple.h"45 #define UNSET (-1U)[all …]
1 .. SPDX-License-Identifier: GPL-2.0-only3 Kernel driver bt1-pvt8 * 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-core29 compile-time configurable due to the hardware interface implementation40 in alarm-less configuration the data conversion is performed by the driver41 on demand when read operation is requested via corresponding _input-file.[all …]
5 to its regulator type, buck-<name> and ldo-<name>. The definition for each6 of these nodes is defined using the standard binding for regulators at11 buck-core1, buck-vcore, buck-vrf13 ldo-vm ,ldo-va , ldo-vphy, ldo-vddr, ldo-vt18 compatible = "mediatek,mt6380-regulator";20 mt6380_vcpu_reg: buck-vcore1 {21 regulator-name = "vcore1";22 regulator-min-microvolt = < 600000>;23 regulator-max-microvolt = <1393750>;24 regulator-ramp-delay = <6250>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later5 * (c) 1997-2001 Gerd Knorr <kraxel@bytesex.org>9 * AM-Mono13 * FM-Mono14 * should work. The stereo modes are backward compatible to FM-mono,15 * therefore FM-Mono should be always available.17 * FM-Stereo (B/G, used in germany)20 * FM-Stereo (satellite)22 * switch to stereo -- untested)29 * - better SAT support[all …]
14 * Copyright(c) 2005-2008 Mauro Carvalho Chehab15 * - Some cleanups, code fixes, etc16 * - Convert it to V4L2 API21 * debug - set to 1 if you'd like to see debug messages40 #include <media/v4l2-device.h>41 #include <media/v4l2-ctrls.h>43 /* ---------------------------------------------------------------------- */53 #define UNSET (-1U)55 /* ---------------------------------------------------------------------- */97 /* functions to convert the values (v4l -> chip) */[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later5 * Derived from cx25840-core.c11 #include "cx18-driver.h"12 #include "cx18-io.h"13 #include "cx18-cards.h"106 /* xtal * 0xe.2913d68/0x16 = 48000 * 384: 406 MHz pre post-div*/ in cx18_av_init()127 /* enable sleep mode - register appears to be read only... */ in cx18_av_initialize()167 * Disable Video Auto-config of the Analog Front End and Video PLL. in cx18_av_initialize()171 * 0x102 (CXADEC_CHIP_CTRL), 0x104-0x106 (CXADEC_AFE_CTRL), in cx18_av_initialize()172 * 0x108-0x109 (CXADEC_PLL_CTRL1), and 0x10c-0x10f (CXADEC_VID_PLL_FRAC) in cx18_av_initialize()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later5 * Derived from ivtv-ioctl.c11 #include "cx18-driver.h"12 #include "cx18-io.h"13 #include "cx18-version.h"14 #include "cx18-mailbox.h"15 #include "cx18-i2c.h"16 #include "cx18-queue.h"17 #include "cx18-fileops.h"18 #include "cx18-vbi.h"[all …]
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 Sensor11 - Serge Semin <fancer.lancer@gmail.com>14 Baikal-T1 SoC provides an embedded process, voltage and temperature17 which may cause the system instability and even damages. The IP-block19 control wrapper, which provides a MMIO registers-based access to the20 sensor core functionality (APB3-bus based) and exposes an additional[all …]
1 // SPDX-License-Identifier: GPL-2.0-only10 #include "pvrusb2-context.h"11 #include "pvrusb2-hdw.h"13 #include "pvrusb2-debug.h"14 #include "pvrusb2-v4l2.h"15 #include "pvrusb2-ioread.h"18 #include <media/v4l2-dev.h>19 #include <media/v4l2-device.h>20 #include <media/v4l2-fh.h>21 #include <media/v4l2-common.h>[all …]
15 pixels line-by-line via USB bulk transfers.18 does not require any acks - the effect is very low latency that20 non-gaming and non-video applications.23 setting is very flexible - able to set nearly arbitrary modes from any timing.35 one-to-one with the fbdev interface, making the driver quite small and37 * X servers and other applications can use the standard fbdev interface48 In the future, hopefully fbdev will be enhanced with an small standard66 At that point, a /dev/fb? interface will be present for user-mode applications68 standard fbdev calls. Note that if mmap() is used, by default the user mode71 defio support enabled, to support a page-fault based detection mechanism[all …]
52 /* define a standard for connector types */105 * Saves the crtc's state for restoration on VT switch.111 * Restore's the crtc's state at VT switch.225 * Clean up driver-specific bits of the crtc231 * Less fine-grained mode setting entry point for kernel modesetting275 * It will be cleared when the VT is not active or294 * whether the VT is active. In particular, it receives296 * on VT switch.302 /** crtc-specific functions */308 * Holds driver-private information[all …]
1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK34 - `QEMU Website <https://wiki.qemu.org/Main_Page>`__\ *:* The official37 - `Documentation <https://wiki.qemu.org/Manual>`__\ *:* The QEMU user49 (SDK). See ":ref:`sdk-manual/intro:the qemu emulator`" section in the56 - If you cloned the ``poky`` repository or you downloaded and58 environment script (i.e. :ref:`structure-core-script`)::61 $ source oe-init-build-env63 - If you installed a cross-toolchain, you can run the script that67 . poky_sdk/environment-setup-core2-64-poky-linux70 pre-built kernel that will boot in QEMU. You also need the target[all …]
1 .. SPDX-License-Identifier: GPL-2.010 It's a one-way downstream-only cable modem, meaning that your upstream net link19 Support for this device is now a part of the standard Linux kernel. The36 - http://web.archive.org/web/%2E/http://home.adelphia.net/~siglercm/sb1000.html37 - http://web.archive.org/web/%2E/http://linuxpower.cx/~cable/41 3. The standard isapnp tools. These are necessary to configure your SB100044 If you don't have these installed as a standard part of your Linux62 and to say "M" to the sb1000 driver. Also say "Y" or "M" to all the standard84 6. Download the original file sb1000-1.1.2.tar.gz from Franco's site or one of86 and do a ``make cmconfig`` and then ``install -c cmconfig /usr/local/sbin``.[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */11 * [xen-swiotlb]13 * +----[swiotlb *]--+16 * [GART] [Calgary] [Intel VT-d]19 * [AMD-Vi]31 * and the pci-dma.c will take care of the rest.47 * hence during boot-time we will have to resort them based on83 * The standard IOMMU_INIT differs from the IOMMU_INIT_FINISH variant
1 // SPDX-License-Identifier: GPL-2.0-or-later4 Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com>5 Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl>9 #include "ivtv-driver.h"10 #include "ivtv-version.h"11 #include "ivtv-mailbox.h"12 #include "ivtv-i2c.h"13 #include "ivtv-queue.h"14 #include "ivtv-fileops.h"15 #include "ivtv-vbi.h"[all …]
13 // Copyright (C) 2000-2015, Intel Corporation, all rights reserved.14 // Copyright (C) 2009-2011, Willow Garage Inc., all rights reserved.86 @defgroup core_va_intel Intel VA-API/OpenCL (CL-VA) interoperability169 …ects} [0]- \texttt{mean} , \texttt{vects} [1]- \texttt{mean} ,...]^T \cdot [ \texttt{vects…177 …vects} [0]- \texttt{mean} , \texttt{vects} [1]- \texttt{mean} ,...] \cdot [ \texttt{vects}…183 pre-calculated or known in advance, or if the covariance matrix is calculated by parts. In184 this case, mean is not a mean vector of the input sub-set of vectors but rather the mean194 single-row vector in this case.*/198 single-column vector in this case.*/202 //! k-Means flags[all …]
... 4% version: 1.0 5% source: Danish Standard, DS 2089, February 1974 6 7% alias ...
... % invented on the pattern of Unicode character names. --RP 13 14CHARMAP 15<U0000> / ...
1 Multi-monitor Mode Setting APIs13 be customized separately providing a consistent cross-driver configuration29 The mode setting API is expressed through two new driver-visible objects,42 which need a single defined monitor (like XFree86-VidModeExtension mode50 uses the standard VESA modes, pruned by monitor timing. If the configuration64 hope there is that client-side applications will hide them carefully away.74 the large list of driver-specific options that were used in the past for108 should not be re-invoked at each server generation. Create one of these for118 need not be re-invoked at each ScreenInit time. An Output should be created148 This function provides driver-independent accelerated DGA support for some[all …]