/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 97 uint32_t flat; 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 | input.h | 1 /*- 3 * Copyright (c) 2015-2016 Vladimir Kondratyev <wulf@FreeBSD.org> 37 #include "input-event-codes.h" 63 int32_t flat; 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) */
|
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 …]
|
/freebsd-src/sys/dev/hid/ |
H A D | ps4dshock.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 33 * https://www.psdevwiki.com/ps4/DS4-USB 80 0x81, 0x02, /* Input (Data,Var,Abs) */ 89 0x81, 0x42, /* Input (Data,Var,Abs,Null State) */ 99 0x81, 0x02, /* Input (Data,Var,Abs) */ 106 0x81, 0x02, /* Input (Data,Var,Abs) */ 114 0x81, 0x02, /* Input (Data,Var,Abs) */ 117 0x09, 0x08, /* Usage (Multi-axis Controller) */ 124 0x81, 0x02, /* Input (Data,Var,Abs) */ [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIDefines.h | 1 //===-- SIDefines.h - SI Helper Macros ------- 87 FLAT = 1 << 24, global() enumerator 267 ABS = 1 << 1, // Floating-point absolute modifier global() enumerator [all...] |
H A D | AMDGPUISelDAGToDAG.cpp | 1 //===-- AMDGPUISelDAGToDAG.cpp - A dag to dag inst selector for AMDGPU ----===// 5 // SPDX-License-Identifier: Apache-2. [all...] |
H A D | SILoadStoreOptimizer.cpp | 1 //===- SILoadStoreOptimizer.cpp --------- [all...] |
H A D | AMDGPUInstructionSelector.cpp | 1 //===- AMDGPUInstructionSelector.cpp --------- [all...] |
H A D | SIInstrInfo.cpp | 1 //===- SIInstrInfo.cpp - SI Instruction Information -------- [all...] |
H A D | SIInstrInfo.td | 1 //===-- SIInstrInfo.td -------- [all...] |
/freebsd-src/contrib/flex/src/ |
H A D | tables.c | 1 /* tables.c - tables serialization code 10 * to contract no. DE-AC03-76SF00098 between the United States 73 wr->out = out; in yytbl_writer_init() 74 wr->total_written = 0; in yytbl_writer_init() 88 th->th_magic = YYTBL_MAGIC; in yytbl_hdr_init() 89 th->th_hsize = (flex_uint32_t) (14 + strlen (version_str) + 1 + strlen (name) + 1); in yytbl_hdr_init() 90 th->th_hsize += yypad64 (th->th_hsize); in yytbl_hdr_init() 91 th->th_ssize = 0; // Not known at this point. in yytbl_hdr_init() 92 th->th_flags = 0; in yytbl_hdr_init() 93 th->th_version = xstrdup(version_str); in yytbl_hdr_init() [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 -------- 75 bool Abs = false; global() member 3193 bool Abs, SP3Abs; parseRegOrImmWithFPInputMods() local [all...] |
/freebsd-src/stand/libsa/ |
H A D | libsa.3 | 50 .Bl -hang -width 10n 58 bytes of memory from the heap using a best-fit algorithm. 96 A set of functions are provided for manipulating a flat variable space similar 97 to the traditional shell-supported environment. 100 .Bl -hang -width 10n 159 .Bl -hang -width 10n 162 .Fn abs "in [all...] |
/freebsd-src/usr.bin/gprof/ |
H A D | gprof.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 53 --argc; in main() 57 while ( *argv != 0 && **argv == '-' ) { in main() 78 printf("gprof: -d ignored\n"); in main() 148 if ((Kflag && kernel_getnfile(a_outname, &defaultEs) == -1) || in main() 149 (!Kflag && elf_getnfile(a_outname, &defaultEs) == -1)) in main() 202 * print the flat profile in main() 281 histcounter_size = abs(histcounter_type) / CHAR_BIT; in openpfile() 287 sampbytes = gmonhdr.ncnt - size; in openpfile() [all …]
|
/freebsd-src/contrib/llvm-project/lld/MachO/ |
H A D | InputFiles.cpp | 1 //===- InputFiles.cpp --------- [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXIntrinsics.td | 1 //===- NVPTXIntrinsics.td - PTX Intrinsics Instructions -------*- tblge [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 1 //==--- AttrDocs.td - Attribute documentation ------ [all...] |