/freebsd-src/sys/contrib/device-tree/Bindings/input/ |
H A D | adc-joystick.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 # Copyright 2019-2020 Artur Rojek 4 --- 5 $id: http://devicetree.org/schemas/input/adc-joystick.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Artur Rojek <contact@artur-rojek.eu> 18 - $ref: input.yaml# 22 const: adc-joystick 24 io-channels: 31 https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/iio-consumer.yaml [all …]
|
/freebsd-src/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3326-odroid-go3.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 9 #include "rk3326-odroid-go.dtsi" 12 model = "ODROID-GO Super"; 13 compatible = "hardkernel,rk3326-odroid-go3", "rockchip,rk3326"; 15 joystick_mux_controller: mux-controller { 16 compatible = "gpio-mux"; 18 #mux-control-cells = <0>; 20 mux-gpios = <&gpio3 RK_PB3 GPIO_ACTIVE_LOW>, 24 joystick_mux: adc-mux { [all …]
|
H A D | rk3326-odroid-go2.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 9 #include "rk3326-odroid-go.dtsi" 12 model = "ODROID-GO Advance"; 13 compatible = "hardkernel,rk3326-odroid-go2", "rockchip,rk3326"; 15 analog_sticks: adc-joystick { 16 compatible = "adc-joystick"; 17 io-channels = <&saradc 1>, 19 poll-interval = <60>; 20 #address-cells = <1>; [all …]
|
H A D | rk3326-odroid-go2-v11.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 9 #include "rk3326-odroid-go.dtsi" 12 model = "ODROID-GO Advance Black Edition"; 13 compatible = "hardkernel,rk3326-odroid-go2-v11", "rockchip,rk3326"; 19 analog_sticks: adc-joystick { 20 compatible = "adc-joystick"; 21 io-channels = <&saradc 1>, 23 poll-interval = <60>; 24 #address-cells = <1>; [all …]
|
H A D | rk3566-anbernic-rgxx3.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 /dts-v1/; 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/input/linux-event-codes.h> 7 #include <dt-bindings/leds/common.h> 8 #include <dt-binding [all...] |
H A D | rk3566-powkiddy-x55.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 /dts-v1/; 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/input/linux-event-codes.h> 7 #include <dt-bindings/leds/common.h> 8 #include <dt-binding [all...] |
H A D | rk3566-powkiddy-rk2023.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 /dts-v1/; 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/input/linux-event-codes.h> 7 #include <dt-bindings/leds/common.h> 8 #include <dt-binding [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-g12b-odroid-go-ultra.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include "meson-g12b-s922x.dtsi" 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/leds/common.h> 11 #include <dt-bindings/gpio/meson-g12 [all...] |
/freebsd-src/usr.sbin/bhyve/ |
H A D | pci_virtio_input.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 96 uint32_t fuzz; member 116 struct vtinput_absinfo abs; member 140 * Per-device softc 174 vi_reset_dev(&sc->vsc_vs); in pci_vtinput_reset() 204 * - host send EV_MSC to guest in pci_vtinput_notify_statusq() 205 * - guest sends EV_MSC back to host in pci_vtinput_notify_statusq() 206 * - host writes EV_MSC to evdev in pci_vtinput_notify_statusq() 207 * - evdev saves EV_MSC in it's event buffer in pci_vtinput_notify_statusq() [all …]
|
/freebsd-src/sys/dev/evdev/ |
H A D | evdev.c | 1 /*- 3 * Copyright (c) 2015-2016 Vladimir Kondratyev <wulf@FreeBSD.org> 82 "Who is receiving events: bit0 - sysmouse, bit1 - kbdmux, " 83 "bit2 - mouse hardware, bit3 - keyboard hardware"); 85 &evdev_sysmouse_t_axis, 0, "Extract T-axis from 0-none, 1-ums, 2-psm"); 105 if (evdev != NULL && evdev->ev_cdev != NULL && in evdev_free() 106 evdev->ev_cdev->si_drv1 != NULL) in evdev_free() 134 evdev->ev_report_size = report_size; in evdev_set_report_size() 148 bit_ffs_at(evdev->ev_key_flags, KEY_OK, KEY_CNT - KEY_OK, &res); in evdev_estimate_report_size() 149 if (res == -1) in evdev_estimate_report_size() [all …]
|
H A D | input.h | 1 /*- 3 * Copyright (c) 2015-2016 Vladimir Kondratyev <wulf@FreeBSD.org> 37 #include "input-event-codes.h" 62 int32_t fuzz; member 101 #define EVIOCGABS(abs) _IOR(EVDEV_IOC_MAGIC, 0x40 + (abs), struct input_absinfo) /* get abs value/… argument 102 #define EVIOCSABS(abs) _IOW(EVDEV_IOC_MAGIC, 0xc0 + (abs), struct input_absinfo) /* set abs value/… argument 156 * Values describing the status of a force-feedback effect 171 uint16_t interval; /* delay between re-triggers */ 177 uint16_t attack_level; /* level at the beginning (0x0000 - 0x7fff) */ 255 uint16_t direction; /* [0 .. 360) degrees -> [0 .. 0x10000) */
|
/freebsd-src/contrib/ntp/libntp/ |
H A D | clocktime.c | 2 * clocktime - compute the NTP date from a day of year, hour, minute 35 * Take a time spec given as day-of-year, hour, minute and second as 37 * '*ts_ui'. The value will be in the range (rec_ui-0.5yrs) to 38 * (rec_ui+0.5yrs). A hint for the current start-of-year will be 42 * '*yearstart' will receive the associated start-of-year. 45 * (+/-4hrs) around the receive time by returning a non-zero value. 49 * 32-bit arithmetic. 53 int yday , /* day-of-year */ in clocktime() 59 u_long *yearstart, /* cached start-of-year, should be fixed to u_int32 */ in clocktime() 64 u_int32 diff[3]; /* abs difference to receive */ in clocktime() [all …]
|
/freebsd-src/sys/dev/cyapa/ |
H A D | cyapa.c | 38 * CYAPA - Cypress APA trackpad with I2C Interface driver 49 * +--------- 1798 int fuzz; cyapa_fuzz() local [all...] |
/freebsd-src/crypto/openssl/ |
H A D | Configure | 2 # -*- mode: perl; -*- 3 # Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved. 10 ## Configure -- OpenSSL source tree configuration script 30 my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxx [all...] |
/freebsd-src/sys/dev/drm2/ |
H A D | drm_edid.c | 3 * Copyright (c) 2007-2008 Intel Corporation 24 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 40 (((edid)->version > (maj)) || \ 41 ((edid)->version == (maj) && (edid)->revision > (min))) 70 /* Force reduced-blanking timings for detailed modes */ 102 /* Envision Peripherals, Inc. EN-7100e */ 111 /* LG Philips LCD LP154W01-A5 */ 123 /* Samsung SyncMaster 22[5-6]BW */ 156 "Minimum number of valid EDID header bytes (0-8, default 6)"); 194 /* per-block-type checks */ in drm_edid_block_valid() [all …]
|
/freebsd-src/contrib/ntp/ |
H A D | CommitLog | 1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org 5 ChangeLog@1.2103 +1 -0 8 ntpd/invoke-ntp.conf.texi@1.231 +1 -1 11 ntpd/invoke-ntp.keys.texi@1.214 +1 -1 14 ntpd/invoke-ntpd.texi@1.528 +2 -2 17 ntpd/ntp.conf.5man@1.265 +2 -2 20 ntpd/ntp.conf.5mdoc@1.265 +2 -2 23 ntpd/ntp.conf.html@1.213 +1 -1 26 ntpd/ntp.conf.man.in@1.265 +2 -2 29 ntpd/ntp.conf.mdoc.in@1.265 +2 -2 [all …]
|