| /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/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 …]
|
| H A D | smiapp-pll.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * drivers/media/i2c/smiapp-pll.c 7 * Copyright (C) 2011--2012 Nokia Corporation 16 #include "smiapp-pll.h" 48 dev_dbg(dev, "%s out of bounds: %d (%d--%d)\n", str, val, min, max); in bounds_check() 50 return -EINVAL; in bounds_check() 55 dev_dbg(dev, "pre_pll_clk_div\t%u\n", pll->pre_pll_clk_div); in print_pll() 56 dev_dbg(dev, "pll_multiplier \t%u\n", pll->pll_multiplier); in print_pll() 57 if (!(pll->flags & SMIAPP_PLL_FLAG_NO_OP_CLOCKS)) { in print_pll() 58 dev_dbg(dev, "op_sys_clk_div \t%u\n", pll->op.sys_clk_div); in print_pll() [all …]
|
| /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/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 …]
|
| H A D | intel-iommu.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright © 2006-2015, Intel Corporation. 20 #include <linux/io-64-nonatomic-lo-hi.h> 28 * VT-d hardware uses 4KiB page size regardless of host page size. 32 #define VTD_PAGE_MASK (((u64)-1) << VTD_PAGE_SHIFT) 33 #define VTD_PAGE_ALIGN(addr) (((addr) + VTD_PAGE_SIZE - 1) & VTD_PAGE_MASK) 36 #define VTD_STRIDE_MASK (((u64)-1) << VTD_STRIDE_SHIFT) 76 #define DMAR_PHMBASE_REG 0x70 /* pmrr high base addr */ 77 #define DMAR_PHMLIMIT_REG 0x78 /* pmrr high limit */ 282 #define DMA_FSTS_ITE (1 << 6) /* Invalidation Time-out Error */ [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 …]
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_modes.h | 3 * Copyright © 2007-2008 Dave Airlie 4 * Copyright © 2007-2008 Intel Corporation 46 * enum drm_mode_status - hardware support status of a mode 62 * @MODE_CLOCK_HIGH: clock required is too high 129 MODE_STALE = -3, 130 MODE_BAD = -2, 131 MODE_ERROR = -1 134 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument 138 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \ 142 * DRM_SIMPLE_MODE - Simple display mode [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fb.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 23 /* 0x4607-0x460B are defined below */ 51 #define FB_AUX_TEXT_SVGA_GROUP 8 /* 8-15: SVGA tileblit compatible modes */ 80 #define FB_ACCEL_ATI_MACH64VT 9 /* ATI Mach 64CT family VT class */ 139 #define FB_ACCEL_SAVAGE3D_MV 0x82 /* S3 Savage3D-MV */ 141 #define FB_ACCEL_SAVAGE_MX_MV 0x84 /* S3 Savage/MX-MV */ 143 #define FB_ACCEL_SAVAGE_IX_MV 0x86 /* S3 Savage/IX-MV */ 151 #define FB_ACCEL_PROSAVAGE_DDRK 0x8e /* S3 ProSavage DDR-K */ 153 #define FB_ACCEL_PUV3_UNIGFX 0xa0 /* PKUnity-v3 Unigfx */ 155 #define FB_CAP_FOURCC 1 /* Device supports FOURCC-based formats */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 13 config VT config 24 one can be used for a text-mode user session, and a third could run 26 is done with certain key combinations, usually Alt-<function key>. 43 shiny Linux system :-) 46 depends on VT 55 depends on VT 81 depends on VT && !UML 96 See <file:Documentation/driver-api/console.rst> for more 111 Linux has traditionally used the BSD-like names /dev/ptyxx for [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | tuner-core.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 * Copyright(c) 2005-2011 by Mauro Carvalho Chehab 9 * - Added support for a separate Radio tuner 10 * - Major rework and cleanups at the code 31 #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 …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/ |
| H A D | fbpriv.h | 7 #include <xorg-config.h> 32 /* 0x4607-0x460B are defined below */ 67 #define FB_ACCEL_ATI_MACH64VT 9 /* ATI Mach 64CT family VT class */ 115 * big-endian byte order if bits_per_pixel is greater than 8. 124 #define FB_NONSTD_HAM 1 /* Hold-And-Modify (HAM) */ 137 #define FB_SYNC_HOR_HIGH_ACT 1 /* horizontal sync high active */ 138 #define FB_SYNC_VERT_HIGH_ACT 2 /* vertical sync high active */ 140 #define FB_SYNC_COMP_HIGH_ACT 8 /* composite sync high active */
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i2c/ |
| H A D | ch7006_mode.c | 31 [TV_NORM_PAL_M] = "PAL-M", 32 [TV_NORM_PAL_N] = "PAL-N", 33 [TV_NORM_PAL_NC] = "PAL-Nc", 34 [TV_NORM_PAL_60] = "PAL-60", 35 [TV_NORM_NTSC_M] = "NTSC-M", 36 [TV_NORM_NTSC_J] = "NTSC-J", 105 #define __MODE(f, hd, vd, ht, vt, hsynp, vsynp, \ argument 120 .vtotal = vt, \ 134 #define MODE(f, hd, vd, ht, vt, hsynp, vsynp, \ argument 136 __MODE(f, hd, vd, ht, vt, hsynp, vsynp, subc, scale, \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | vmware.c | 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 55 #define STEALCLOCK_NOT_AVAILABLE (-1) 101 /* only for little-endian */ 116 return eax != (uint32_t)-1 && ebx == VMWARE_HYPERVISOR_MAGIC; in __vmware_platform() 136 early_param("no-vmw-sched-clock", setup_vmw_sched_clock); 143 early_param("no-steal-acc", parse_no_stealacc); 151 ns -= vmware_cyc2ns.cyc2ns_offset; in vmware_sched_clock() 160 clocks_calc_mult_shift(&d->cyc2ns_mul, &d->cyc2ns_shift, in vmware_cyc2ns_setup() 162 d->cyc2ns_offset = mul_u64_u32_shr(tsc_now, d->cyc2ns_mul, in vmware_cyc2ns_setup() 163 d->cyc2ns_shift); in vmware_cyc2ns_setup() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | tdfxfb.c | 1 // SPDX-License-Identifier: GPL-2.0-only 14 * I2C part copied from the i2c-voodoo3.c driver by: 17 * Ralph Metzler <rjkm@thp.uni-koeln.de>, and 45 * - multihead support (basically need to support an array of fb_infos) 46 * - support other architectures (PPC, Alpha); does the fact that the VGA 52 * 0.1.4 (released 2002-05-28) ported over to new fbdev api by James Simmons 54 * 0.1.3 (released 1999-11-02) added Attila's panning support, code 60 * 0.1.2 (released 1999-10-19) added Attila Kesmarki's bug fixes and 62 * 0.1.1 (released 1999-10-07) added Voodoo3 support by Harold Oga. 63 * 0.1.0 (released 1999-10-06) initial version [all …]
|
| H A D | imsttfb.c | 2 * drivers/video/imsttfb.c -- frame buffer device for IMS TwinTurbo 39 #define eieio() /* Enforce In-order Execution of I/O */ 63 VT = 19, /* 0x4C */ enumerator 142 CURSXHI = 0x32, /* () Cursor X position, high 8 bits */ 144 CURSYHI = 0x34, /* () Cursor Y position, high 8 bits */ 171 TVPPMASK = 0x08, /* 2 Pixel Read-Mask */ 181 TVPCXPOL = 0x30, /* 12 Cursor-Position X LSB */ 182 TVPCXPOH = 0x34, /* 13 Cursor-Position X MSB */ 183 TVPCYPOL = 0x38, /* 14 Cursor-Position Y LSB */ 184 TVPCYPOH = 0x3c, /* 15 Cursor-Position Y MSB */ [all …]
|
| H A D | asiliantfb.c | 4 * Copyright (C) 2001-2003 Saito.K & Jeanne 8 * drivers/video/asiliantfb.c -- frame buffer device for 17 * chip, and to the twin-display mode of the 69030. 18 * Contains code from Thomas Hhenleitner <th@visuelle-maschinen.de> (thanks) 24 * And from the frame buffer device for Open Firmware-initialized devices: 48 #define mmio_base (p->screen_base + 0x400000) 143 ((Ftarget * n) - (Fref * m)) : ((Fref * m) - (Ftarget * n)); in asiliant_calc_dclk2() 152 /* remember there are still only 8-bits of precision in m, so in asiliant_calc_dclk2() 153 * avoid over-optimistic error calculations */ in asiliant_calc_dclk2() 155 ((Ftarget * n) - (Fref * (m & ~3))) : ((Fref * (m & ~3)) - (Ftarget * n)); in asiliant_calc_dclk2() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 5 force -- enable ACPI if default was off 6 on -- enable ACPI but allow fallback to DT [arm64] 7 off -- disable ACPI if default was on 8 noirq -- do not use ACPI for IRQ routing 9 strict -- Be less tolerant of platforms that are not 11 rsdt -- prefer RSDT over (default) XSDT 12 copy_dsdt -- copy DSDT to memory 26 If set to vendor, prefer vendor-specific driver 58 Documentation/firmware-guide/acpi/debug.rst for more information about 121 Disable auto-serialization of AML methods [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 | EBCDIC-FI-SE-A.gz | |
| HD | EBCDIC-AT-DE-A.gz | ... 1<code_set_name> EBCDIC-AT-DE-A
2<comment_char> %
3<escape_char> ... |
| HD | EBCDIC-DK-NO-A.gz | ... 1<code_set_name> EBCDIC-DK-NO-A
2<comment_char> %
3<escape_char> ... |
| /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 | EBCDIC-FI-SE-A.gz | ... 1<code_set_name> EBCDIC-FI-SE-A
2<comment_char> %
3<escape_char> ... |
| HD | EBCDIC-DK-NO-A.gz | ... 1<code_set_name> EBCDIC-DK-NO-A
2<comment_char> %
3<escape_char> ... |
| HD | EBCDIC-AT-DE-A.gz | ... 1<code_set_name> EBCDIC-AT-DE-A
2<comment_char> %
3<escape_char> ... |