| /kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
| 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 …]
|
| D | vivid-vid-cap.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * vivid-vid-cap.c - video capture support functions. 13 #include <linux/v4l2-dv-timings.h> 14 #include <media/v4l2-common.h> 15 #include <media/v4l2-event.h> 16 #include <media/v4l2-dv-timings.h> 17 #include <media/v4l2-rect.h> 19 #include "vivid-core.h" 20 #include "vivid-vid-common.h" 21 #include "vivid-kthread-cap.h" [all …]
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| 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 …]
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| 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 …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| 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> 33 * struct vc_state -- state of a VC 34 * @x: cursor's x-position 35 * @y: cursor's y-position 65 * vc_screenbuf ---------> +----------------------+-. 68 * | initializing Y | > scroll-back area [all …]
|
| D | notifier.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 41 * They use SRCU (Sleepable Read-Copy Update) instead of rw-semaphores for 42 * protection of the chain links. This means there is _very_ low overhead 82 spin_lock_init(&(name)->lock); \ 83 (name)->head = NULL; \ 86 init_rwsem(&(name)->rwsem); \ 87 (name)->head = NULL; \ 90 (name)->head = NULL; \ 96 cleanup_srcu_struct(&(name)->srcu); 199 return NOTIFY_STOP_MASK | (NOTIFY_OK - err); in notifier_from_errno() [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| 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 …]
|
| D | notifier.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 41 * They use SRCU (Sleepable Read-Copy Update) instead of rw-semaphores for 42 * protection of the chain links. This means there is _very_ low overhead 81 spin_lock_init(&(name)->lock); \ 82 (name)->head = NULL; \ 85 init_rwsem(&(name)->rwsem); \ 86 (name)->head = NULL; \ 89 (name)->head = NULL; \ 95 cleanup_srcu_struct(&(name)->srcu); 192 return NOTIFY_STOP_MASK | (NOTIFY_OK - err); in notifier_from_errno() [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| 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 …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | unicode.rst | 4 Last update: 2005-01-17, version 1.4 12 ------------ 15 characters to fonts. By downloading a single Unicode-to-font table, 16 both the eight-bit character sets and UTF-8 mode are changed to use 19 This changes the semantics of the eight-bit character tables subtly. 25 LAT1_MAP Latin-1 (ISO 8859-1) ESC ( B 33 permits for example the use of block graphics even with a Latin-1 font 37 codes nor their uses match ISO 2022; Linux has two 8-bit codes (G0 and 38 G1), whereas ISO 2022 has four 7-bit codes (G0-G3). 41 U+F8FF has been reserved for OS-wide allocation (the Unicode Standard [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/ |
| 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 …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/ |
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/media/i2c/ |
| 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 …]
|
| D | saa717x.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * saa717x - Philips SAA717xHL video decoder driver 8 * - Apply to SAA717x,NEC uPD64031,uPD64083. (1/31/2004) 10 * Changes by T.Adachi (tadachi@tadachi-net.com) 11 * - support audio, video scaler etc, and checked the initialize sequence. 27 #include <media/v4l2-device.h> 28 #include <media/v4l2-ctrls.h> 36 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 70 return &container_of(ctrl->handler, struct saa717x_state, hdl)->sd; in to_sd() 73 /* ----------------------------------------------------------------------- */ [all …]
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| 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 …]
|
| D | saa717x.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * saa717x - Philips SAA717xHL video decoder driver 8 * - Apply to SAA717x,NEC uPD64031,uPD64083. (1/31/2004) 10 * Changes by T.Adachi (tadachi@tadachi-net.com) 11 * - support audio, video scaler etc, and checked the initialize sequence. 27 #include <media/v4l2-device.h> 28 #include <media/v4l2-ctrls.h> 36 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 70 return &container_of(ctrl->handler, struct saa717x_state, hdl)->sd; in to_sd() 73 /* ----------------------------------------------------------------------- */ [all …]
|
| /kernel/linux/linux-5.10/include/drm/ |
| 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 63 * @MODE_CLOCK_LOW: clock required is too low 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 …]
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-era-target.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 #include "persistent-data/dm-transaction-manager.h" 4 #include "persistent-data/dm-bitset.h" 5 #include "persistent-data/dm-space-map.h" 7 #include <linux/dm-io.h> 8 #include <linux/dm-kcopyd.h> 25 /*---------------------------------------------------------------- 27 *--------------------------------------------------------------*/ 49 vfree(ws->bits); in writeset_free() 50 ws->bits = NULL; in writeset_free() [all …]
|
| /kernel/linux/linux-6.6/drivers/md/ |
| D | dm-era-target.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 #include "persistent-data/dm-transaction-manager.h" 4 #include "persistent-data/dm-bitset.h" 5 #include "persistent-data/dm-space-map.h" 7 #include <linux/dm-io.h> 8 #include <linux/dm-kcopyd.h> 26 *-------------------------------------------------------------- 28 *-------------------------------------------------------------- 51 vfree(ws->bits); in writeset_free() 52 ws->bits = NULL; in writeset_free() [all …]
|
| /kernel/linux/linux-6.6/drivers/tty/vt/ |
| D | keyboard.c | 1 // SPDX-License-Identifier: GPL-2.0 15 * 11-11-96: SAK should now work in the raw mode (Martin Mares) 18 * Merge with the m68k keyboard driver and split-off of the PC low-level 21 * 27-05-97: Added support for the Magic SysRq Key (Martin Mares) 22 * 30-07-98: Dead keys redone, aeb@cwi.nl. 23 * 21-08-02: Converted to input API, major cleanup. (Vojtech Pavlik) 116 [ KT_FN ] = ARRAY_SIZE(func_table) - 1, 117 [ KT_SPEC ] = ARRAY_SIZE(fn_handler) - 1, 118 [ KT_PAD ] = NR_PAD - 1, 119 [ KT_DEAD ] = NR_DEAD - 1, [all …]
|
| /kernel/linux/linux-6.6/include/drm/ |
| 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 63 * @MODE_CLOCK_LOW: clock required is too low 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_MODE_RES_MM - Calculates the display size from resolution and DPI [all …]
|
| /kernel/linux/linux-5.10/Documentation/fb/ |
| D | udlfb.rst | 15 pixels line-by-line via USB bulk transfers. 18 does not require any acks - the effect is very low latency that 20 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 and 66 At that point, a /dev/fb? interface will be present for user-mode applications 71 defio support enabled, to support a page-fault based detection mechanism 74 The most common client of udlfb is xf86-video-displaylink or a modified 75 xf86-video-fbdev X server. These servers have no real DisplayLink specific 115 (e.g. X with --shared-vt) are in conflict. [all …]
|
| /kernel/linux/linux-6.6/Documentation/fb/ |
| D | udlfb.rst | 15 pixels line-by-line via USB bulk transfers. 18 does not require any acks - the effect is very low latency that 20 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 and 66 At that point, a /dev/fb? interface will be present for user-mode applications 71 defio support enabled, to support a page-fault based detection mechanism 74 The most common client of udlfb is xf86-video-displaylink or a modified 75 xf86-video-fbdev X server. These servers have no real DisplayLink specific 122 (e.g. X with --shared-vt) are in conflict. [all …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| 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 …]
|