/freebsd-src/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | samsung,s6e8aa0.txt | 4 - compatible: "samsung,s6e8aa0" 5 - reg: the virtual channel number of a DSI peripheral 6 - vdd3-supply: core voltage supply 7 - vci-supply: voltage supply for analog circuits 8 - reset-gpios: a GPIO spec for the reset pin 9 - display-timings: timings for the connected panel as described by [1] 12 - power-on-delay: delay after turning regulators on [ms] 13 - reset-delay: delay after reset sequence [ms] 14 - init-delay: delay after initialization sequence [ms] 15 - panel-width-mm: physical panel width [mm] [all …]
|
H A D | samsung,s6e8aa0.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Andrzej Hajda <a.hajda@samsung.com> 13 - $ref: panel-commo [all...] |
H A D | ronbo,rb070d30.yaml | 1 # SPDX-License-Identifier: (GPL-2.0+ OR X11) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Maxime Ripard <mripard@kernel.org> 19 power-gpios: 23 reset-gpio [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos4412-galaxy-s3.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 9 /dts-v1/; 10 #include <dt-bindings/leds/common.h> 11 #include "exynos4412-midas.dtsi" 19 led-controller { 21 flen-gpios = <&gpj1 1 GPIO_ACTIVE_HIGH>; 22 enset-gpios = <&gpj1 2 GPIO_ACTIVE_HIGH>; 24 pinctrl-names = "default", "host", "isp"; 25 pinctrl-0 = <&camera_flash_host>; 26 pinctrl-1 = <&camera_flash_host>; [all …]
|
H A D | exynos4210-trats.dts | 1 // SPDX-License-Identifier: GPL-2.0 12 /dts-v1/; 14 #include <dt-bindings/gpio/gpio.h> 19 chassis-type = "handset"; 37 stdout-path = "serial2:115200n8"; 40 vemmc_reg: regulator-0 { 41 compatible = "regulator-fixed"; 42 regulator-name = "VMEM_VDD_2.8V"; 43 regulator-min-microvolt = <2800000>; 44 regulator-max-microvolt = <2800000>; [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/dma/xilinx/ |
H A D | xilinx_dma.txt | 11 Xilinx AXI CDMA engine, it does transfers between memory-mapped source 12 address and a memory-mapped destination address. 19 - compatible: Should be one of- 20 "xlnx,axi-vdma-1.00.a" 21 "xlnx,axi-dma-1.00.a" 22 "xlnx,axi-cdma-1.00.a" 23 "xlnx,axi-mcdma-1.00.a" 24 - #dma-cells: Should be <1>, see "dmas" property below 25 - reg: Should contain VDMA registers location and length. 26 - xlnx,addrwidth: Should be the vdma addressing size in bits(ex: 32 bits). [all …]
|
/freebsd-src/sys/dev/drm2/ |
H A D | drm_mode.h | 5 * Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA 6 * Copyright (c) 2007-2008 Intel Corporation 373 * handle - if 0 turns the cursor of 405 * Request a page flip on the specified crtc. 407 * This ioctl will ask KMS to schedule a page flip for the specified 410 * that fb after the next vertical refresh. The ioctl returns 412 * in the execbuffer ioctl until the page flip happens. If a page 413 * flip is already pending as the ioctl is called, EBUSY will be 418 * drm_event_vblank) when the page flip is done. The user_data field 454 * This is a fixed-size type for 32/64 compatibility.
|
H A D | drm_crtc.h | 3 * Copyright © 2007-2008 Dave Airlie 4 * Copyright © 2007-2008 Intel Corporation 88 MODE_BAD_VVALUE, /* vertical timing was out of range */ 94 MODE_VSYNC_NARROW, /* vertical sync too narrow */ 95 MODE_VSYNC_WIDE, /* vertical sync too wide */ 96 MODE_VBLANK_NARROW, /* vertical blanking too narrow */ 97 MODE_VBLANK_WIDE, /* vertical blanking too wide */ 104 MODE_UNVERIFIED = -3, /* mode needs to reverified */ 105 MODE_BAD = -2, /* unspecified reason */ 106 MODE_ERROR = -1 /* error condition */ [all …]
|
H A D | drm_crtc_helper.c | 2 * Copyright (c) 2006-2008 Intel Corporation 41 * drm_helper_move_panel_connectors_to_head() - move panels to the front in the 59 &dev->mode_config.connector_list, head) { in drm_helper_move_panel_connectors_to_head() 60 if (connector->connector_type == DRM_MODE_CONNECTOR_LVDS || in drm_helper_move_panel_connectors_to_head() 61 connector->connector_type == DRM_MODE_CONNECTOR_eDP) in drm_helper_move_panel_connectors_to_head() 62 list_move_tail(&connector->head, &panel_list); in drm_helper_move_panel_connectors_to_head() 65 list_splice(&panel_list, &dev->mode_config.connector_list); in drm_helper_move_panel_connectors_to_head() 80 list_for_each_entry(mode, &connector->modes, head) { in drm_mode_validate_flag() 81 if ((mode->flags & DRM_MODE_FLAG_INTERLACE) && in drm_mode_validate_flag() 83 mode->status = MODE_NO_INTERLACE; in drm_mode_validate_flag() [all …]
|
/freebsd-src/contrib/spleen/ |
H A D | ChangeLog | 1 Spleen 2.1.0 (2024-03-22) 3 - Document how wsfont header files (for OpenBSD and NetBSD) are generated 4 - Add base cyrillic (basic alphabet + most used extended) characters (Thanks 6 - Fix latin small letter 'u' smoothing in the 32x64 version 7 - Fix smoothing on more variants of 'u' in the 32x64 version 11 Spleen 2.0.2 (2023-12-25) 13 - Fix MALE and FEMALE character ordering in the 16x32 and 32x64 15 - Updat [all...] |
/freebsd-src/share/misc/ |
H A D | usb_hid_usages | 4 # - lines that do not start with a white space give the number and name of 6 # - lines that start with a white space give the number and name of 20 0x08 Multi-axis Controller 62 0x90 D-pad Up 63 0x91 D-pad Down 64 0x92 D-pad Right 65 0x93 D-pad Left 107 0xB2 Anti-Torque Control 278 0x2D Keyboard - and (underscore) 283 0x32 Keyboard Non-US # and ~ [all …]
|
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: 2024-12-04 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- tw [all...] |
/freebsd-src/sys/dev/syscons/ |
H A D | scvgarndr.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 290 (scp)->sc->adp->va_window + \ 291 (x) * (scp)->xoff + \ 292 (scp)->yoff * (scp)->font_size * (w) + \ 293 (x) * ((pos) % (scp)->xsize) + \ 294 (scp)->font_size * (w) * ((pos) / (scp)->xsize); \ 298 switch ((scp)->sc->adp->va_info.vi_depth) { \ 312 if ((scp)->sc->adp->va_info.vi_pixel_fsizes[1] == 5) \ [all …]
|
/freebsd-src/sys/teken/ |
H A D | teken_wcwidth.h | 2 * Markus Kuhn -- 2007-05-26 (Unicode 5.0) 11 #define TEKEN_UTF8_INVALID_CODEPOINT -1 32 max = mid - 1; in bisearch() 44 * Sorted list of non-overlapping intervals of non-spacing characters. in teken_wcwidth() 45 * Generated by "uniset +cat=Me +cat=Mn +cat=Cf -00AD +1160-11FF +200B c" in teken_wcwidth() 98 /* Test for 8-bit control characters */ in teken_wcwidth() 102 return (-1); in teken_wcwidth() 104 /* Binary search in table of non-spacing characters */ in teken_wcwidth() 106 sizeof(struct interval) - 1)) in teken_wcwidth() 120 (ucs >= 0xfe10 && ucs <= 0xfe19) || /* Vertical forms */ in teken_wcwidth() [all …]
|
/freebsd-src/contrib/libxo/xohtml/external/ |
H A D | jquery.qtip.js | 2 * qTip2 - Pretty powerful tooltips - v2.1.1 30 …peration for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ 32 ;// Munge the primitives - Paul Irish tip 50 FLIP = 'flip', 58 ATTR_HAS = 'data-hasqtip', 59 ATTR_ID = 'data-qtip-id', 60 WIDGET = ['ui-widget', 'ui-tooltip'], 64 CLASS_FIXED = NAMESPACE+'-fixed', 65 CLASS_DEFAULT = NAMESPACE + '-default', 66 CLASS_FOCUS = NAMESPACE + '-focus', [all …]
|
/freebsd-src/sys/powerpc/mpc85xx/ |
H A D | fsl_diu.c | 1 /*- 88 #define DIU_VSYN_PARA 0x038 /* Vertical Sync Parameter */ 121 #define DIU_CTRLDESCL(n, m) 0x200 + (0x40 * n) + 0x4 * (m - 1) 179 { -1, 0 } 205 reg = bus_read_4(sc->res[0], DIU_INT_STATUS); in diu_intr() 206 bus_write_4(sc->res[0], DIU_INT_STATUS, reg); in diu_intr() 225 /* adding freq/2 to round-to-closest */ in diu_set_pxclk() 243 panel = &sc->sc_panel; in diu_init() 246 reg = bus_read_4(sc->res[0], DIU_DIU_MODE); in diu_init() 248 bus_write_4(sc->res[0], DIU_DIU_MODE, reg); in diu_init() [all …]
|
/freebsd-src/sys/dev/fb/ |
H A D | vga.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 5 * Copyright (c) 1992-1998 Søren Schmidt 68 /* XXX machine/pc/bios.h has got too much i386-specific stuff in it */ 83 error = (*sw->probe)(unit, &adp, NULL, flags); in vga_probe_unit() 100 error = (*sw->probe)(unit, &sc->adp, NULL, flags); in vga_attach_unit() 103 return (*sw->init)(unit, sc->adp, flags); in vga_attach_unit() 106 /* LOW-LEVEL */ 113 #define probe_done(adp) ((adp)->va_flags & V_ADP_PROBED) [all …]
|
/freebsd-src/sys/dev/vt/hw/vga/ |
H A D | vt_vga.c | 1 /*- 65 bus_space_read_1(sc->vga_fb_tag, sc->vga_fb_handle, ofs) 67 bus_space_write_1(sc->vga_fb_tag, sc->vga_fb_handle, ofs, val) 69 bus_space_write_2(sc->vga_fb_tag, sc->vga_fb_handle, ofs, val) 71 bus_space_read_1(sc->vga_reg_tag, sc->vga_reg_handle, reg) 73 bus_space_write_1(sc->vga_reg_ta [all...] |
/freebsd-src/crypto/heimdal/lib/wind/ |
H A D | UnicodeData.txt | 40 0027;APOSTROPHE;Po;0;ON;;;;;N;APOSTROPHE-QUOTE;;;; 46 002D;HYPHEN-MINUS;Pd;0;ES;;;;;N;;;;; 61 003C;LESS-THAN SIGN;Sm;0;ON;;;;;Y;;;;; 63 003E;GREATER-THAN SIGN;Sm;0;ON;;;;;Y;;;;; 125 007C;VERTICAL LINE;Sm;0;ON;;;;;N;VERTICAL BAR;;;; 161 00A0;NO-BREAK SPACE;Zs;0;CS;<noBreak> 0020;;;;N;NON-BREAKING SPACE;;;; 167 00A6;BROKEN BAR;So;0;ON;;;;;N;BROKEN VERTICAL BAR;;;; 172 00AB;LEFT-POINTING DOUBLE ANGLE QUOTATION MARK;Pi;0;ON;;;;;Y;LEFT POINTING GUILLEMET;*;;; 178 00B1;PLUS-MINUS SIGN;Sm;0;ET;;;;;N;PLUS-OR-MINUS SIGN;;;; 188 00BB;RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK;Pf;0;ON;;;;;Y;RIGHT POINTING GUILLEMET;*;;; [all …]
|
H A D | NormalizationTest.txt | 1 # NormalizationTest-4.0.0.txt 2 # Date: 2003-02-25,23:12:31 GMT [MD] 62 00A0;00A0;00A0;0020;0020; # ( ; ; ; ; ; ) NO-BREAK SPACE 515 0DDC;0DDC;0DD9 0DCF;0DDC;0DD9 0DCF; # (ො; ො; ො; ො; ො; ) SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA 516 … 0DCA;0DDD;0DD9 0DCF 0DCA; # (ෝ; ෝ; ො◌්; ෝ; ො◌්; ) SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA 1086 2004;2004;2004;0020;0020; # ( ; ; ; ; ; ) THREE-PER-EM SPACE 1087 2005;2005;2005;0020;0020; # ( ; ; ; ; ; ) FOUR-PER-EM SPACE 1088 2006;2006;2006;0020;0020; # ( ; ; ; ; ; ) SIX-PER-EM SPACE 1093 2011;2011;2011;2010;2010; # (‑; ‑; ‑; ‐; ‐; ) NON-BREAKING HYPHEN 1098 202F;202F;202F;0020;0020; # ( ; ; ; ; ; ) NARROW NO-BREAK SPACE [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 1 //===- RegisterCoalescer.cpp - Generic Register Coalescing Interface ------===// 5 // SPDX-License-Identifie 540 bool CoalescerPair::flip() { flip() function in CoalescerPair [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1 //===- AMDGPUAsmParser.cpp - Parse SI asm to MCInst instructions -------- [all...] |
/freebsd-src/contrib/ncurses/misc/ |
H A D | terminfo.src | 7 # bug-ncurses@gnu.org 19 # under the ncurses MIT-style license. That was the effect of the agreement 33 # some portions of the data are derivative work under a compatible MIT-style 36 #------------------------------------------------------------------------------ 37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying 38 # https://invisible-island.net/personal/copyrights.html#removing_notes 39 #------------------------------------------------------------------------------ 48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu 54 # This file describes the capabilities of various character-cell terminals, 55 # as needed by software such as screen-oriented editors. [all …]
|
/freebsd-src/share/dict/ |
H A D | web2a | 12 A-b-c book 13 A-b-c method 14 abdomino-uterotomy 15 Abdul-baha 16 a-be 20 able-bodied 21 able-bodiedness 22 able-minded 23 able-mindedness 27 Abor-miri [all …]
|
/freebsd-src/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 …]
|