Home
last modified time | relevance | path

Searched +full:area +full:- +full:color +full:- +full:enable (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c1 /*-
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
147 vga_setfg(struct vt_device * vd,term_color_t color) vga_setfg() argument
162 vga_setbg(struct vt_device * vd,term_color_t color) vga_setbg() argument
324 vga_blank(struct vt_device * vd,term_color_t color) vga_blank() argument
335 vga_bitblt_put(struct vt_device * vd,u_long dst,term_color_t color,uint8_t v) vga_bitblt_put() argument
361 vga_setpixel(struct vt_device * vd,int x,int y,term_color_t color) vga_setpixel() argument
373 vga_drawrect(struct vt_device * vd,int x1,int y1,int x2,int y2,int fill,term_color_t color) vga_drawrect() argument
533 unsigned int i, j, plane, color, offset; vga_bitblt_pixels_block_ncolors() local
781 vga_bitblt_text_gfxmode(struct vt_device * vd,const struct vt_window * vw,const term_rect_t * area) vga_bitblt_text_gfxmode() argument
863 vga_bitblt_text_txtmode(struct vt_device * vd,const struct vt_window * vw,const term_rect_t * area) vga_bitblt_text_txtmode() argument
924 vga_bitblt_text(struct vt_device * vd,const struct vt_window * vw,const term_rect_t * area) vga_bitblt_text() argument
935 vga_invalidate_text(struct vt_device * vd,const term_rect_t * area) vga_invalidate_text() argument
[all...]
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dssd1307fb.txt4 - compatible: Should be "solomon,<chip>fb-<bus>". The only supported bus for
7 - reg: Should contain address of the controller on the I2C bus. Most likely
9 - pwm: Should contain the pwm to use according to the OF device tree PWM
11 - solomon,height: Height in pixel of the screen driven by the controller
12 - solomon,width: Width in pixel of the screen driven by the controller
13 - solomon,page-offset: Offset of pages (band of 8 pixels) that the screen is
17 - reset-gpios: The GPIO used to reset the OLED display, if available. See
19 - vbat-supply: The supply for VBAT
20 - solomon,segment-no-remap: Display needs normal (non-inverted) data column
22 - solomon,col-offset: Offset of columns (COL/SEG) that the screen is mapped to.
[all …]
H A Dsolomon,ssd1307fb.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd/contrib/ncurses/man/
H A Dcurs_sp_funcs.3x2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 2010-2015,2017 Free Software Foundation, Inc. *
31 .TH curs_sp_funcs 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
43 \fB\%curs_sp_funcs\fP \-
44 \fIcurses\fR screen-pointer extension
55 \fBint color_content_sp(SCREEN* \fIsp\fP, short \fIcolor\fP, short* \fIr\fP, short* \fIg\fP, short*…
67 \fBint extended_color_content_sp(SCREEN * \fIsp\fP, int \fIcolor\fP, int * \fIr\fP, int * \fIg\fP, …
86 \fBint init_color_sp(SCREEN* \fIsp\fP, short \fIcolor\fP, short \fIr\fP, short \fIg\fP, short \fIb\…
87 \fBint init_extended_color_sp(SCREEN* \fIsp\fP, int \fIcolor\fP, int \fIr\fP, int \fIg\fP, int \fIb…
101 \fBint keyok_sp(SCREEN* \fIsp\fP, int \fIkeycode\fP, bool \fIenable\fP);
[all …]
H A Dterminfo.tail2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
32 .SS "User-Defined Capabilities"
41 \fI\%ncurses\fP addresses this limitation by allowing user-defined
44 the \fB\-x\fP option for this purpose.
45 When \fB\-x\fP is set,
46 \fB@TIC@\fP treats unknown capabilities as user-defined.
56 User-defined capability strings whose name begins
70 user-defined capabilities intended for use by termcap applications should
77 The \fI\%ncurses\fP library uses a few of these user-defined
[all …]
/freebsd/contrib/libxo/doc/
H A Dhowto.rst5 This section provides task-oriented instructions for selected tasks.
10 ------------------
18 --------------------
41 Use "`../configure --help`" to display available configuration
44 --enable-warnings Turn on compiler warnings
45 --enable-debug Turn on debugging
46 --enable-text-only Turn on text-only rendering
47 --enable-printflike Enable use of GCC __printflike attribute
48 --disable-libxo-options Turn off support for LIBXO_OPTIONS
49 --with-gettext=PFX Specify location of gettext installation
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr8a779g0-white-hawk-cpu.dtsi1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/input.h>
12 #include <dt-bindings/leds/common.h>
16 compatible = "renesas,white-haw
[all...]
/freebsd/contrib/dialog/
H A DCHANGES1 -- $Id: CHANGES,v 1.723 2021/01/17 20:21:41 tom Exp $
2 -- Thomas E. Dickey <dickey@invisible-island.net>
9 + add option --no-hot-list, to allow suppressing the hotkey feature
12 with the button-box (report by Victor Ananjevsky).
13 + modify options-parsing to permit a "no" on any boolean option and
14 deprecating the "no" options without a "-" , e.g., generalizing on
15 "--nook" equivalence to "--no-ok".
25 + enable keep-tite feature for NetBSD 8 and up; earlier releases would
28 + add option "--cursor-off-label"
29 + add option "--erase-on-exit"
[all …]
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_diu.c1 /*-
59 #define DIU_DESC_1 0x000 /* Plane1 Area Descriptor Pointer Register */
60 #define DIU_DESC_2 0x004 /* Plane2 Area Descriptor Pointer Register */
61 #define DIU_DESC_3 0x008 /* Plane3 Area Descriptor Pointer Register */
76 #define DIU_BGND_WB 0x024 /* Background Color in write back Mode Register */
121 #define DIU_CTRLDESCL(n, m) 0x200 + (0x40 * n) + 0x4 * (m - 1)
130 #define EN_LAYER (1 << 31) /* Enable the layer */
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()
[all …]
/freebsd/sys/dev/fb/
H A Dvga.c1 /*-
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/contrib/ncurses/
H A DNEWS1 -------------------------------------------------------------------------------
2 -- Copyright 2018-2023,2024 Thomas E. Dickey --
3 -- Copyright 1998-2017,2018 Free Software Foundation, Inc. --
4 -- --
5 -- Permission is hereby granted, free of charge, to any person obtaining a --
6 -- copy of this software and associated documentation files (the --
7 -- "Software"), to deal in the Software without restriction, including --
8 -- without limitation the rights to use, copy, modify, merge, publish, --
9 -- distribute, distribute with modifications, sublicense, and/or sell copies --
10 -- of the Software, and to permit persons to whom the Software is furnished --
[all …]
H A DTO-DO1 -------------------------------------------------------------------------------
2 -- Copyright 2020 Thomas E. Dickey --
3 -- Copyright 1998-2010,2011 Free Software Foundation, Inc. --
4 -- --
5 -- Permission is hereby granted, free of charge, to any person obtaining a --
6 -- copy of this software and associated documentation files (the --
7 -- "Software"), to deal in the Software without restriction, including --
8 -- without limitation the rights to use, copy, modify, merge, publish, --
9 -- distribute, distribute with modifications, sublicense, and/or sell copies --
10 -- of the Software, and to permit persons to whom the Software is furnished --
[all …]
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc5 by Eric S. Raymond and Zeyd M. Ben-Halim
25 o Character Attributes and Color
31 o Low-Level Capability Access
71 + Variable-Sized Fields
84 o Inter-Field Navigation Requests
85 o Intra-Field Navigation Requests
117 The curses package is a subroutine library for terminal-independent
118 screen-painting and input-event handling which presents a high level
128 the advantage of (a) back-portability to character-cell terminals, and
129 (b) simplicity. For an application that does not require bit-mapped
[all …]
/freebsd/share/doc/smm/01.setup/
H A D2.t49 Intel 386/486-based machines (ISA/AT or EISA bus only)
51 Sony News MIPS-based workstations
53 Omron Luna 68000-based workstations
150 HP-IB/CS80 (7912, 7914, 7933, 7936, 7945, 7957, 7958, 7959, 2200, 2203)
151 and SCSI-I (including magneto-optical).
155 Low-density CS80 cartridge (7914, 7946, 9144),
156 high-density CS80 cartridge (9145),
162 98644 built-in single-port, 98642 4-port and 98638 8-port interfaces.
171 98544 / 98545 / 98547 (Topcat color & monochrome),
172 98548 / 98549 / 98550 (Catseye color & monochrome),
[all …]
/freebsd/sys/dev/enic/
H A Dvnic_devcmd.h1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright 2008-2017 Cisco Systems, Inc. All rights reserved.
14 #define _CMD_NMASK ((1 << _CMD_NBITS)-1)
15 #define _CMD_VTYPEMASK ((1 << _CMD_VTYPEBITS)-1)
16 #define _CMD_FLAGSMASK ((1 << _CMD_FLAGSBITS)-1)
17 #define _CMD_DIRMASK ((1 << _CMD_DIRBITS)-1)
100 /* dev-specific block member:
109 /* stats dump in mem: (u64)a0=paddr to stats area,
110 * (u16)a1=sizeof stats area */
179 * (u16)a1 & 0x0000ffff00000000=intr num (-1 for no intr)
[all …]
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dtx.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation
4 * Copyright (C) 2016-2017 Intel Deutschland GmbH
11 * enum iwl_tx_flags - bitmasks for tx_flags in TX command
12 * @TX_CMD_FLG_PROT_REQUIRE: use RTS or CTS-t
[all...]
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src7 # 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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc1 //===-- sanitizer_flags.h --------
[all...]
/freebsd/share/termcap/
H A Dtermcap.531 .\" * ncurses is copyright (C) 1992-1995 *
32 .\" * Zeyd M. Ben-Halim *
77 consist of a number of `:'-separated fields.
98 in 132-column mode would be
99 .Dq vt100-w .
101 .Bl -column indent "With automatic margins (usually default)xx" -offset indent
103 -w Wide mode (more than 80 columns) vt100-w
104 -am With automatic margins (usually default) vt100-am
105 -nam Without automatic margins vt100-nam
106 .Pf \- Ar n Ta No "Number of lines on screen aaa-60"
[all …]
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js2 * 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
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',
67 CLASS_HOVER = NAMESPACE + '-hover',
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1 /*-
5 * Copyright (c) 2013-2021 Mellanox Technologies, Ltd.
91 #include <linux/io-mapping.h>
108 /* xen/xen-os.h redefines __must_check */
110 #include <xen/xen-os.h>
118 &linuxkpi_debug, 0, "Set to enable pr_debug() prints. Clear to disable.");
122 &linuxkpi_rcu_debug, 0, "Set to enable RCU warning. Clear to disable.");
127 "Set to enable stack traces from WARN_ON(). Clear to disable.");
142 #define RB_ROOT(head) (head)->rbh_root
172 #define START(node) ((node)->start)
[all …]
/freebsd/contrib/less/
H A Dscreen.c2 * Copyright (C) 1984-2024 Mark Nudelman
13 * Uses termcap to be as terminal-independent as possible.
167 public int nm_fg_color = CV_ERROR; /* Color of normal text */
170 public int bo_fg_color = CV_ERROR; /* Color of bold text */
173 public int ul_fg_color = CV_ERROR; /* Color of underlined text */
176 public int so_fg_color = CV_ERROR; /* Color of standout text */
179 public int bl_fg_color = CV_ERROR; /* Color of blinking text */
182 static int sy_fg_color; /* Color of system text (before less) */
191 public int vt_enabled = -1; /* Is virtual terminal processing available? */
223 *sc_deinit; /* Exit terminal de-initializatio
2483 int color = lstrtoi(ops, ps, 10); parse_color6() local
2525 sgr_color(int color) sgr_color() argument
2551 tput_fmt(char * fmt,int color,int (* f_putc)(int)) tput_fmt() argument
2617 WIN32put_fmt(char * fmt,int color) WIN32put_fmt() argument
[all...]
/freebsd/share/dict/
H A Dweb2a12 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/sys/dev/iwm/
H A Dif_iwmreg.h10 * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved.
31 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
35 * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved.
73 * BEGIN iwl-csr.h
81 * low power states due to driver-invoked device resets
82 * (e.g. IWM_CSR_RESET_REG_FLAG_SW_RESET) or uCode-driven power-saving modes.
95 #define IWM_CSR_INT_COALESCING (0x004) /* accum ints, 32-usec units */
97 #define IWM_CSR_INT_MASK (0x00c) /* host interrupt enable */
100 #define IWM_CSR_RESET (0x020) /* busmaster enable, NMI, etc*/
109 * 31-16: Reserved
[all …]
/freebsd/share/misc/
H A Dusb_vendors6 # 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-07-04 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]
62 0200 TP-Link
81 120e ASI120MC-S Planetary Camera
[all …]

123