| /freebsd/sys/contrib/device-tree/Bindings/display/ |
| H A D | lvds-data-mapping.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/lvds-data-mapping.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 11 - Thierry Reding <thierry.reding@gmail.com> 14 LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple 19 [JEIDA] "Digital Interface Standards for Monitor", JEIDA-59-1999, February 23 [VESA] "VESA Notebook Panel Standard", October 2007 (Version 1.0), Video 24 Electronics Standards Association (VESA) [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | lvds.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 11 - Thierry Reding <thierry.reding@gmail.com> 14 LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple 19 [JEIDA] "Digital Interface Standards for Monitor", JEIDA-59-1999, February 23 [VESA] "VESA Notebook Panel Standard", October 2007 (Version 1.0), Video 24 Electronics Standards Association (VESA) 27 FPD-Link and FlatLink brands. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | lvds-codec.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/display/bridge/lvds-codec.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 16 LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple 21 [JEIDA] "Digital Interface Standards for Monitor", JEIDA-59-1999, February 25 [VESA] "VESA Notebook Panel Standard", October 2007 (Version 1.0), Video 26 Electronics Standards Association (VESA) 28 Those devices have been marketed under the FPD-Link and FlatLink brand names [all …]
|
| H A D | ite,it6263.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Liu Ying <victor.liu@nxp.com> 13 The IT6263 is a high-performance single-chip De-SSC(De-Spread Spectrum) LVDS 16 The built-in LVDS receiver can support single-link and dual-link LVDS inputs, 17 and the built-in HDMI transmitter is fully compliant with HDMI 1.4a/3D, HDCP 24 The newly supported High-Bit Rate(HBR) audio by HDMI specifications v1.3 is 30 - $ref: /schemas/display/lvds-dual-ports.yaml# 43 clock-names: [all …]
|
| /freebsd/sys/dev/videomode/ |
| H A D | vesagtf.h | 3 /*- 38 * Use VESA GTF formula to generate a monitor mode, given resolution and 44 * think parts-per-thousand */ 58 #define VESAGTF_MARGIN_PPT 18 /* 1.8% */ 69 * Use VESA GTF formula to generate monitor timings. Assumes default 70 * GTF parameters, non-interlaced, and no margins.
|
| H A D | vesagtf.c | 3 /*- 43 * This has required the use of 64-bit integers in a few places, but 46 * floating point version. This error is *well* within VESA 89 * Copyright (c) 1994, 1995, 1996 - Video Electronics Standards 90 * Association. Duplication of this document within VESA member 106 * ftp://ftp.vesa.org/pub/GTF/GTF_V1R1.xls 120 * surrounding the addressable video); on most non-overscan type 172 * #define C_PRIME (((C - J) * K/256.0) + J) 180 #define C_PRIME256(p) (((p->C - p->J) * p->K) + (p->J * 256)) 181 #define M_PRIME256(p) (p->K * p->M) [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/display/ti/ |
| H A D | ti,am625-oldi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/ti/ti,am625-oldi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> 11 - Aradhya Bhatia <aradhya.bhatia@linux.dev> 16 Voltage Differential Sampling) interface. The OLDI TX consists of 7-to-1 data 17 serializers, and 4-data and 1-clock LVDS outputs. It supports the LVDS output 18 formats "jeida-18", "jeida-24" and "vesa-18", and can accept 24-bit RGB or 19 padded and un-padded 18-bit RGB bus formats as input. [all …]
|
| /freebsd/stand/i386/libi386/ |
| H A D | vbe.h | 1 /*- 28 * Default mode for VESA frame buffer. 33 * VESA disabled. 127 #define VBE_BASE_MODE (0x100) /* VBE 3.0 page 18 */ 154 /* high-level VBE helpers, from vbe.c */
|
| /freebsd/sys/contrib/xen/ |
| H A D | xen.h | 30 #include "xen-compat.h" 33 #include "arch-x86/xen.h" 35 #include "arch-arm.h" 109 #define __HYPERVISOR_console_io 18 135 /* Architecture-specific hypercall definitions. */ 157 /* New event-channel and physdev hypercalls introduced in 0x00030202. */ 175 * In the side comments, 'V.' denotes a per-VCPU VIRQ while 'G.' denotes a 176 * global VIRQ. The former can be bound once per VCPU and cannot be re-bound. 178 * allocated to VCPU0 but can subsequently be re-bound. 195 /* Architecture-specific VIRQ definitions. */ [all …]
|
| /freebsd/sys/dev/drm2/ |
| H A D | drm_modes.c | 2 * Copyright © 1997-2003 by The XFree86 Project, Inc. 4 * Copyright © 2007-2008 Intel Corporation 6 * Copyright 2005-2006 Luc Verhaegen 38 * drm_mode_debug_printmodeline - debug print a mode 51 mode->base.id, mode->name, mode->vrefresh, mode->clock, in drm_mode_debug_printmodeline() 52 mode->hdisplay, mode->hsync_start, in drm_mode_debug_printmodeline() 53 mode->hsync_end, mode->htotal, in drm_mode_debug_printmodeline() 54 mode->vdisplay, mode->vsync_start, in drm_mode_debug_printmodeline() 55 mode->vsync_end, mode->vtotal, mode->type, mode->flags); in drm_mode_debug_printmodeline() 60 * drm_cvt_mode -create a modeline based on CVT algorithm [all …]
|
| /freebsd/sys/sys/ |
| H A D | fbio.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 9 * contract BG 91-66 and contributed to Berkeley. 62 #define FBTYPE_MEMCOLOR 7 /* memory 24-bit */ 75 #define FBTYPE_SUNGT 18 107 #define FBTYPE_GET_STRIDE(_fb) ((_fb)->fb_size / (_fb)->fb_height) 108 #define FBTYPE_GET_BPP(_fb) ((_fb)->fb_bpp) 109 #define FBTYPE_GET_BYTESPP(_fb) ((_fb)->fb_bpp / 8) 220 #define V_INFO_MM_OTHER (-1) 267 #define V_ADP_REGISTERED (1 << 18) [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
| H A D | sun8i-a83t-tbs-a711.dts | 5 * This file is dual-licensed: you can use it either under the terms 44 /dts-v1/; 45 #include "sun8i-a83t.dtsi" 47 #include <dt-bindings/gpio/gpio.h> 48 #include <dt-bindings/pwm/pwm.h> 49 #include <dt-bindings/input/input.h> 53 compatible = "tbs-biometrics,a711", "allwinner,sun8i-a83t"; 61 stdout-path = "serial0:115200n8"; 65 compatible = "pwm-backlight"; 67 enable-gpios = <&pio 3 29 GPIO_ACTIVE_HIGH>; [all …]
|
| /freebsd/contrib/libpcap/pcap/ |
| H A D | dlt.h | 1 /*- 41 * Link-layer header type codes. 44 * "tcpdump-workers@lists.tcpdump.org" for a value. Otherwise, you run 46 * purpose, and of having tools that read libpcap-format captures not 55 * for detailed descriptions of some of these link-layer header types. 74 #define DLT_ARCNET 7 /* ARCNET, with BSD-style header */ 76 #define DLT_PPP 9 /* Point-to-point Protocol */ 88 * a free-for-all. Perhaps 11 is DLT_ATM_RFC1483 everywhere 11 104 * XXX - DLT_ATM_RFC1483 is 13 in BSD/OS, and DLT_RAW is 14 in BSD/OS, 109 #define DLT_ATM_RFC1483 11 /* LLC-encapsulated ATM */ [all …]
|
| /freebsd/sys/net/ |
| H A D | dlt.h | 1 /*- 39 * Link-layer header type codes. 42 * "tcpdump-workers@lists.tcpdump.org" for a value. Otherwise, you run 44 * purpose, and of having tools that read libpcap-format captures not 53 * for detailed descriptions of some of these link-layer header types. 67 #define DLT_ARCNET 7 /* ARCNET, with BSD-style header */ 69 #define DLT_PPP 9 /* Point-to-point Protocol */ 78 * XXX - DLT_ATM_RFC1483 is 13 in BSD/OS, and DLT_RAW is 14 in BSD/OS, 81 #define DLT_ATM_RFC1483 11 /* LLC-encapsulated ATM */ 98 #define DLT_PPP_BSDOS 14 /* BSD/OS Point-to-point Protocol */ [all …]
|
| /freebsd/sys/dev/le/ |
| H A D | lancereg.h | 3 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 34 /*- 70 * - Am7990 Local Area Network Controller for Ethernet (LANCE) 71 * (and its descendent Am79c90 C-LANCE). 73 * - Am79c900 Integrated Local Area Communications Controller (ILACC) 75 * - Am79c960 PCnet-ISA Single-Chip Ethernet Controller for ISA 77 * - Am79c961 PCnet-ISA+ Jumperless Single-Chip Ethernet Controller 80 * - Am79c961A PCnet-ISA II Jumperless Full-Duplex Single-Chip 83 * - Am79c965A PCnet-32 Single-Chip 32-bit Ethernet Controller [all …]
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpi_video.c | 1 /*- 2 * Copyright (c) 2002-2003 Taku YAMAMOTO <taku@cent.saitama-u.ac.jp> 149 #define DOD_HEAD_ID_SHIFT 18 152 (((1 << DOD_HEAD_ID_BITS) - 1) << DOD_HEAD_ID_SHIFT) 201 * (the video "bus"). The 'video_output' lock protects per-output 315 sc->evdev = evdev_alloc(); in acpi_video_attach() 316 evdev_set_name(sc->evdev, device_get_desc(dev)); in acpi_video_attach() 317 evdev_set_phys(sc->evdev, device_get_nameunit(dev)); in acpi_video_attach() 318 evdev_set_id(sc->evdev, BUS_HOST, 0, 0, 1); in acpi_video_attach() 319 evdev_support_event(sc->evdev, EV_SYN); in acpi_video_attach() [all …]
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap-common.c | 21 * pcap-common.c - common code for pcap and pcapng files 26 #include <pcap-types.h> 28 #include "pcap-int.h" 30 #include "pcap-common.h" 38 * libpcap for non-BSD OSes have added their own DLT_* codes for link 66 * "tcpdump-workers@lists.tcpdump.org". The tcpdump developers will 78 * are available; you might not have the most up-to-date version of this 80 * do *NOT* use any values below 100 - those might already have been 118 #define LINKTYPE_ARCNET_BSD DLT_ARCNET /* BSD-style headers */ 127 * PPP in HDLC-like framing header (with 0xff 0x03 before the PPP protocol [all …]
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2025-09-15 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 64 0200 TP-Link 86 120e ASI120MC-S Planetary Camera [all …]
|
| /freebsd/share/termcap/ |
| H A D | termcap | 38 # << EOH - after reordering, above header lines survive and this line dies >> 50 # Terminal names look like <manufacturer> <model> - <modes/options> 61 # w Wide - in 132 column mode. 63 # na No arrow keys - termcap ignores arrow keys which are 85 # Comments in this file begin with # - they cannot appear in the middle 93 # cap_mkdb -f /usr/share/misc/termcap /etc/termcap 102 # # -------------------------------- 110 # It has been tried in a minimal way -- the Agile did not blow up! 113 # Ralph Keirstead (ralph@sri-unix); 122 1620-m8|1640-m8|diablo 1620 w/8 column left margin:\ [all …]
|
| /freebsd/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 13 - Prevent transaction stuffing by ensuring SMTP clients 19 - Accept only CRLF . CRLF as end of an SMTP message 22 - Do not accept a CR or LF except in the combination 31 are used, i.e., TLSA RR 2-x-y and 3-x-y are supported 76 because the -a. option has been removed (as it only 79 VACATION: Add support for Return-Path header to set sender 81 VACATION: Honor RFC3834 and avoid an auto-reply if 82 'Auto-Submitted: no' is found in the headers to 84 VACATION: Avoid an auto-reply if a 'List-Id:' is found in 119 When EAI is enabled, mailq prints UTF-8 addresses as such [all …]
|