/freebsd/sys/contrib/device-tree/src/arm/vt8500/ |
H A D | wm8650-mid.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * wm8650-mid.dts - Device tree file for Wondermedia WM8650-MID Tablet 8 /dts-v1/; 12 model = "Wondermedia WM8650-MID Tablet"; 16 bits-per-pixel = <16>; 18 display-timings { 19 native-mode = <&timing0>; 20 timing0: timing-800x480 { 21 clock-frequency = <0>; /* unused but required */ 24 hfront-porch = <40>; [all …]
|
H A D | wm8850-w70v2.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * wm8850-w70v2.dts 4 * - Device tree file for Wondermedia WM8850 Tablet 5 * - 'W70-V2' mainboard 6 * - HongLianYing 'HLY070ML268-21A' 7" LCD panel 11 /dts-v1/; 13 #include <dt-bindings/pwm/pwm.h> 16 model = "Wondermedia WM8850-W70v2 Tablet"; 19 compatible = "pwm-backlight"; 22 brightness-levels = <0 40 60 80 100 130 190 255>; [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: 2024-12-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 …]
|
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 21 0x09 Tablet PC System Controls 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) [all …]
|
H A D | pci_vendors | 5 # Date: 2024-11-25 03:15:02 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 14 # (version 2 or higher) or the 3-clause BSD License. 25 # device device_name <-- single tab 26 # subvendor subdevice subsystem_name <-- two tabs 30 # This is a relabelled RTL-8139 31 8139 AT-2500TX V3 Ethernet 41 7a09 PCI-to-PCI Bridge 50 7a19 PCI-to-PCI Bridge 55 7a29 PCI-to-PCI Bridge [all …]
|
/freebsd/share/examples/bhyve/ |
H A D | vmrun.sh | 3 # SPDX-License-Identifier: BSD-2-Clause 40 DEFAULT_NIC=virtio-net 41 DEFAULT_DISK=virtio-blk 56 echo "Usage: vmrun.sh [-aAEhiTuvw] [-c <CPUs>] [-C <console>]" \ 57 "[- [all...] |
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8173-elm-hana-rev7.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 6 /dts-v1/; 7 #include "mt8173-elm-hana.dtsi" 11 chassis-type = "laptop"; 12 compatible = "google,hana-rev7", "mediatek,mt8173"; 17 cpu_crit: cpu-crit0 { 25 /delete-node/switch-tablet-mode; 26 /delete-node/switch-volume-down; 27 /delete-node/switch-volume-up;
|
H A D | mt8173-elm.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include <dt-bindings/input/input.h> 7 #include <dt-bindings/input/linux-event-codes.h> 8 #include <dt-bindings/regulator/dlg,da9211-regulator.h> 9 #include <dt-bindings/gpio/gpio.h> 25 compatible = "pwm-backlight"; 27 power-supply = <&bl_fixed_reg>; 28 enable-gpios = <&pio 95 GPIO_ACTIVE_HIGH>; 30 pinctrl-names = "default"; 31 pinctrl-0 = <&panel_backlight_en_pins>; [all …]
|
/freebsd/usr.sbin/bhyve/ |
H A D | bhyve.8 | 99 I/O connectivity can be specified with command-line parameters. 110 .Pa edk2-bhyve 113 .Pa u-boot-bhyve-arm64 114 package provides a U-Boot image that can be used to boot the guest. 120 .Bl -tag -width 10n 122 The guest's local APIC is configured in xAPIC mode. 124 xAPIC mode is the default setting so this option is redundant. 161 Destroy the VM on guest initiated power-off. 203 Set configuration variables from a simple, key-value config file. 220 This specification only works when loaded with UEFI mode for VNC. [all …]
|
H A D | bhyve_config.5 | 1 .\" SPDX-License-Identifier: BSD-2-Clause 35 per-device settings. 69 For those variables the following case-insensitive values may be used to 72 .Bl -bullet -offset indent -compact 85 .Bl -bullet -offset indent -compact 103 .Bl -column "memory.guest_in_core" "integer" "Default" 140 This can cause problems if the guest uses the in-memory version, since certain 144 Destroy the VM on guest-initiated power-off. 149 If this is set to a non-zero value, a debug server 157 This value only works when loaded with UEFI mode for VNC, and [all …]
|
/freebsd/usr.sbin/moused/ |
H A D | moused.c | 2 ** SPDX-License-Identifier: BSD-4-Clause 82 /* Abort 3-button emulation delay after this many movement events. */ 88 #define MOUSE_XAXIS (-1) 89 #define MOUSE_YAXIS (-2) 114 #define tsclr(tvp) ((tvp)->tv_sec = (tvp)->tv_nsec = 0) 116 (((tvp)->tv_se 402 mousemode_t mode; /* protocol information */ global() member [all...] |
H A D | moused.8 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-4-Clause 108 .Bl -tag -width indent 110 Emulate the third (middle) button for 2-button mice. 117 in the text mode console. 127 The DTR line may need to be dropped for a 3-butto [all...] |
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3566-pinetab2.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 #include <dt-bindings/gpio/gpio.h> 4 #include <dt-bindings/input/gpio-keys.h> 5 #include <dt-bindings/input/input.h> 6 #include <dt-bindings/leds/common.h> 7 #include <dt-bindings/pinctrl/rockchip.h> 8 #include <dt-bindings/soc/rockchip,vop2.h> 9 #include <dt-bindings/usb/pd.h> 13 chassis-type = "tablet"; 21 stdout-path = "serial2:1500000n8"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | iqs62x.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Azoteq IQS620A/621/622/624/625 Multi-Function Sensors 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS620A, IQS621, IQS622, IQS624 and IQS625 multi-function sensors 21 - azoteq,iqs620a 22 - azoteq,iqs621 23 - azoteq,iqs622 24 - azoteq,iqs624 [all …]
|
H A D | google,cros-ec.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mfd/google,cros-ec.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Benson Leung <bleung@chromium.org> 11 - Guenter Roeck <groeck@chromium.org> 22 - description: 24 const: google,cros-ec-i2c 25 - description: 27 const: google,cros-ec-spi [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-apq8064-asus-nexus7-flo.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/gpio/gpio.h> 3 #include <dt-bindings/input/input.h> 4 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 6 #include "qcom-apq8064-v2.0.dtsi" 12 compatible = "asus,nexus7-flo", "qcom,apq8064"; 13 chassis-type = "tablet"; 21 stdout-path = "serial0:115200n8"; 24 reserved-memory { 25 #address-cells = <1>; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sm8250-xiaomi-elish.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 8 #include <dt-bindings/arm/qcom,ids.h> 9 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 20 /delete-node/ &adsp_mem; 21 /delete-node/ &cdsp_secure_heap; 22 /delete-node/ &slpi_mem; 23 /delete-node/ &spss_mem; 24 /delete-node/ &xbl_aop_mem; 29 classis-type = "tablet"; [all …]
|
H A D | sm8250-xiaomi-elish-common.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * Copyright (c) 2022-2024 Jianhua Lu <lujianhua000@gmail.com> 6 #include <dt-bindings/arm/qcom,ids.h> 7 #include <dt-bindings/phy/phy.h> 8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 9 #include <dt-bindings/usb/pd.h> 20 /delete-node/ &adsp_mem; 21 /delete-node/ &cdsp_secure_heap; 22 /delete-node/ &slpi_mem; 23 /delete-node/ &spss_mem; [all …]
|
/freebsd/sys/dev/adb/ |
H A D | adb_mouse.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 51 #define CDEV_GET_SOFTC(x) (x)->si_drv1 80 mousemode_t mode; member 153 sc->sc_dev = dev; in adb_mouse_attach() 155 mtx_init(&sc->sc_mtx, "ams", NULL, MTX_DEF); in adb_mouse_attach() 156 cv_init(&sc->sc_cv,"ams"); in adb_mouse_attach() 158 sc->flags = 0; in adb_mouse_attach() 160 sc->hw.buttons = 2; in adb_mouse_attach() 161 sc->hw.iftype = MOUSE_IF_UNKNOWN; in adb_mouse_attach() [all …]
|
/freebsd/sys/dev/uart/ |
H A D | uart_dev_ns8250.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 102 while ((inb(stat) & LSR_THRE) == 0 && --limit > 0) in uart_ns8250_early_putc() 160 return (16000000 * divisor / bas->rclk); in ns8250_delay() 161 return (16000 * divisor / (bas->rclk / 1000)); in ns8250_delay() 179 error = ((actual_baud - baudrate) * 2000 / baudrate + 1) / 2; in ns8250_divisor() 182 if (error < -UART_DEV_TOLERANCE_PCT || error > UART_DEV_TOLERANCE_PCT) in ns8250_divisor() 202 while ((uart_getreg(bas, REG_LSR) & LSR_TEMT) == 0 && --limit) in ns8250_drain() 224 while (limit && (uart_getreg(bas, REG_LSR) & LSR_RXRDY) && --limit) { in ns8250_drain() 228 } while ((uart_getreg(bas, REG_LSR) & LSR_RXRDY) && --limit); in ns8250_drain() [all …]
|
/freebsd/sys/dev/hid/ |
H A D | hms.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 134 struct hms_softc *sc = device_get_softc(hm->dev); in hms_intr() 137 if (len > sc->isize) in hms_intr() 138 len = sc->isize; in hms_intr() 142 * to return last report data in sampling mode even after touch has in hms_intr() 150 if (sc->wheel_loc.size != 0) in hms_intr() 151 wheel = hid_get_data(buf, len, &sc->wheel_loc); in hms_intr() 155 if (len == sc->last_irsize && memcmp(buf, sc->last_ir, len) == 0 && in hms_intr() 157 sc->drift_cnt++; in hms_intr() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
H A D | tegra210-smaug.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include <dt-bindings/input/input.h> 5 #include <dt-bindings/mfd/max77620.h> 6 #include <dt-bindings/pinctrl/pinctrl-tegra.h> 12 compatible = "google,smaug-rev8", "google,smaug-rev7", 13 "google,smaug-rev6", "google,smaug-rev5", 14 "google,smaug-rev4", "google,smaug-rev3", 15 "google,smaug-rev2", "google,smaug-rev1", 25 stdout-path = "serial0:115200n8"; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra30-pegatron-chagall.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include <dt-bindings/input/gpio-keys.h> 5 #include <dt-bindings/input/input.h> 6 #include <dt-bindings/thermal/thermal.h> 9 #include "tegra30-cpu-op [all...] |
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 1 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ 6 * This file is not only included from C-code but also from devicetree source 9 * Copyright (c) 1999-2002 Vojtech Pavlik 70 * AC - Application Control 71 * AL - Application Launch Button 72 * SC - System Control 307 outputs (Monitor/LCD/TV-out/etc) */ 512 #define KEY_FRAMEBACK 0x1b4 /* Consumer - transport controls */ 514 #define KEY_CONTEXT_MENU 0x1b6 /* GenDesc - system context menu */ 515 #define KEY_MEDIA_REPEAT 0x1b7 /* Consumer - transport control */ [all …]
|
/freebsd/sys/dev/evdev/ |
H A D | input-event-codes.h | 1 /*- 3 * Copyright (c) 2015-2016 Vladimir Kondratyev <wulf@FreeBSD.org> 82 * AC - Application Control 83 * AL - Application Launch Button 84 * SC - System Control 319 outputs (Monitor/LCD/TV-out/etc) */ 524 #define KEY_FRAMEBACK 0x1b4 /* Consumer - transport controls */ 526 #define KEY_CONTEXT_MENU 0x1b6 /* GenDesc - system context menu */ 527 #define KEY_MEDIA_REPEAT 0x1b7 /* Consumer - transport control */ 529 #define KEY_10CHANNELSDOWN 0x1b9 /* 10 channels down (10-) */ [all …]
|