Home
last modified time | relevance | path

Searched +full:3 +full:- +full:axis (Results 1 – 25 of 183) sorted by relevance

12345678

/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Daxis,artpec6-pcie.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright 2025 Axis AB
4 ---
5 $id: http://devicetree.org/schemas/pci/axis,artpec6-pcie.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Axis ARTPEC-6 PCIe host controller
11 - Jesper Nilsson <jesper.nilsson@axis.com>
21 - axis,artpec6-pcie
22 - axis,artpec6-pcie-ep
23 - axis,artpec7-pcie
[all …]
H A Daxis,artpec6-pcie.txt1 * Axis ARTPEC-6 PCIe interface
4 and thus inherits all the common properties defined in snps,dw-pcie.yaml.
7 - compatible: "axis,artpec6-pcie", "snps,dw-pcie" for ARTPEC-6 in RC mode;
8 "axis,artpec6-pcie-ep", "snps,dw-pcie" for ARTPEC-6 in EP mode;
9 "axis,artpec7-pcie", "snps,dw-pcie" for ARTPEC-7 in RC mode;
10 "axis,artpec7-pcie-ep", "snps,dw-pcie" for ARTPEC-7 in EP mode;
11 - reg: base addresses and lengths of the PCIe controller (DBI),
13 - reg-names: Must include the following entries:
14 - "dbi"
15 - "phy"
[all …]
/freebsd/sys/contrib/device-tree/Bindings/
H A Dtrivial-devices.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/trivial-devices.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rob Herring <robh@kernel.org>
27 spi-max-frequency: true
32 - enum:
34 - abb,spi-sensor
36 - acbel,fsg032
37 … # SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin
[all …]
/freebsd/share/man/man4/
H A Dwsp.434 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
52 The driver simulates a three-button mouse using multi-finger press/tap
54 A single-finger press generates a left button click.
55 A two-finger press maps to the right button; whereas a three-finger
59 A press is a full-forced
68 is used for extended usage of the touchpad like multi-finger support,
76 .Va kern.evdev.rcpt_mask=3 .
78 Vertical scrolling (z-axis) is enabled by default with a two-finger
80 Horizontal scrolling (t-axis) is not natively supported by the sysmouse
[all …]
/freebsd/usr.sbin/moused/moused/
H A Dmoused.81 .\" SPDX-License-Identifier: BSD-4-Clause
14 .\" 3. All advertising materials mentioning features or use of this software
54 .Op Fl 3 Op Fl E Ar timeout
84 axis movement.
111 .Bl -tag -width indent
112 .It Fl 3
113 Emulate the third (middle) button for 2-button mice.
205 is 3 pixels.
269 .Bl -tag -compact -width modelxxx
326 .Ar medium-low ,
[all …]
H A Dmoused.conf.51 .\" SPDX-License-Identifier: BSD-2-Clause
38 mice parameters on per-device basis.
53 Section names are free-form and may contain spaces.
55 .Bl -tag -width indent
63 A lower-case bus name. Currently supported are usb, bluetooth, ps2,
66 The hexadecmial 4-digit vendor ID, product ID or driver version as
74 tablet-pad.
78 .Bl -tag -width indent
103 Emulate the third (middle) button for 2-button mice.
108 .Fl 3
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt2 * is the definition of +/- values practical or counterintuitive?
13 that produce three-dimensional data in relation to the world where it is
29 screen and (z) being depth, the axis perpendicular to the screen.
37 reference. This means that the sensor may be flipped upside-down, left-right,
47 Device-to-world examples for some three-dimensional sensor types:
49 - Accelerometers have their world frame of reference toward the center of
55 9.81 m/s^2 upwards along the (z) axis, i.e. out of the screen when the device
57 as the gravity vector is projected 1:1 onto the sensors (z)-axis.
67 +--------+ +--------+
69 +--------+ +--------+
[all …]
/freebsd/sys/contrib/device-tree/src/arm/axis/
H A Dartpec6.dtsi2 * Device Tree Source for the Axis ARTPEC-6 SoC
4 * This file is dual-licensed: you can use it either under the terms
43 #include <dt-bindings/interrupt-controller/arm-gic.h>
44 #include <dt-bindings/dma/nbpfaxi.h>
45 #include <dt-bindings/clock/axis,artpec6-clkctrl.h>
48 #address-cells = <1>;
49 #size-cells = <1>;
50 compatible = "axis,artpec6";
51 interrupt-parent = <&intc>;
54 #address-cells = <1>;
[all …]
H A Dartpec6-devboard.dts1 // SPDX-License-Identifier: GPL-2.0-only
2 // Axis ARTPEC-6 development board.
4 /dts-v1/;
8 model = "ARTPEC-6 development board";
9 compatible = "axis,artpec6-dev-board", "axis,artpec6";
19 stdout-path = "serial3:115200n8";
51 phy-handle = <&phy1>;
52 phy-mode = "gmii";
55 #address-cells = <0x1>;
56 #size-cells = <0x0>;
[all …]
/freebsd/sys/sys/
H A Djoystick.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 1995 Jean-Marc Zucconi
16 * 3. The name of the author may not be used to endorse or promote products
45 #define JOY_SET_X_OFFSET _IOW('J', 3, int) /* set offset on X-axis */
46 #define JOY_SET_Y_OFFSET _IOW('J', 4, int) /* set offset on Y-axis */
47 #define JOY_GET_X_OFFSET _IOR('J', 5, int) /* get offset on X-axis */
48 #define JOY_GET_Y_OFFSET _IOR('J', 6, int) /* get offset on Y-axis */
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dchipone_icn8318.txt4 - compatible : "chipone,icn8318"
5 - reg : I2C slave address of the chip (0x40)
6 - interrupts : interrupt specification for the icn8318 interrupt
7 - wake-gpios : GPIO specification for the WAKE input
8 - touchscreen-size-x : horizontal resolution of touchscreen (in pixels)
9 - touchscreen-size-y : vertical resolution of touchscreen (in pixels)
12 - pinctrl-names : should be "default"
13 - pinctrl-0: : a phandle pointing to the pin settings for the
15 - touchscreen-fuzz-x : horizontal noise value of the absolute input
17 - touchscreen-fuzz-y : vertical noise value of the absolute input
[all …]
H A Dimx6ul_tsc.txt4 - compatible: must be "fsl,imx6ul-tsc".
5 - reg: this touch controller address and the ADC2 address.
6 - interrupts: the interrupt of this touch controller and ADC2.
7 - clocks: the root clock of touch controller and ADC2.
8 - clock-names; must be "tsc" and "adc".
9 - xnur-gpio: the X- gpio this controller connect to.
10 This xnur-gpio returns to low once the finger leave the touch screen (The
14 - measure-delay-time: the value of measure delay time.
15 Before X-axis or Y-axis measurement, the screen need some time before
18 - pre-charge-time: the touch screen need some time to precharge.
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h700-anbernic-rg35xx-h.dts1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
7 #include "sun50i-h700-anbernic-rg35xx-plus.dts"
11 compatible = "anbernic,rg35xx-h", "allwinner,sun50i-h700";
13 adc-joystick {
14 compatible = "adc-joystick";
15 io-channels = <&adc_mux 0>,
18 <&adc_mux 3>;
19 pinctrl-0 = <&joy_mux_pin>;
20 pinctrl-names = "default";
21 poll-interval = <60>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dgpio-decoder.txt4 - compatible: should be "gpio-decoder"
5 - gpios: a spec of gpios (at least two) to be decoded to a number with
9 - decoder-max-value: Maximum possible value that can be reported by
11 - linux,axis: the input subsystem axis to map to (ABS_X/ABS_Y).
15 gpio-decoder0 {
16 compatible = "gpio-decoder";
17 gpios = <&pca9536 3 GPIO_ACTIVE_HIGH>,
21 linux,axis = <0>; /* ABS_X */
22 decoder-max-value = <9>;
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-n9.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 * omap3-n9.dts - Device Tree file for Nokia N9
8 /dts-v1/;
10 #include "omap3-n950-n9.dtsi"
11 #include <dt-bindings/input/input.h>
15 compatible = "nokia,omap3-n9", "ti,omap3630", "ti,omap3";
23 vana-supply = <&vaux3>;
25 clock-frequency = <9600000>;
26 flash-leds = <&as3645a_flash &as3645a_indicator>;
29 link-frequencies = /bits/ 64 <199200000 210000000 499200000>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3566-anbernic-rg353x.dtsi1 // 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/pinctrl/rockchip.h>
8 #include "rk3566-anbernic-rgxx3.dtsi"
11 adc-joystick {
12 compatible = "adc-joystick";
13 io-channels = <&adc_mux 0>,
16 <&adc_mux 3>;
[all …]
H A Drk3326-odroid-go3.dts1 // 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 Drk3566-anbernic-rg503.dts1 // 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/pinctrl/rockchip.h>
8 #include "rk3566-anbernic-rgxx3.dtsi"
20 adc-joystick {
21 compatible = "adc-joystick";
22 io-channels = <&adc_mux 0>,
25 <&adc_mux 3>;
[all …]
/freebsd/lib/msun/man/
H A Dclog.352 with a branch cut along the negative real axis .
57 range of a strip mathematically unbounded along the real axis and in
58 the interval [-I* \*(Pi , +I* \*(Pi ] along the imaginary axis.
66 .\" Table is formatted for an 80-column xterm.
67 .Bl -column ".Sy +\*(If + I*\*(Na" ".Sy Return value" ".Sy Divide-by-zero exception"
69 .It -0 + I*0 Ta -\*(If + I*\*(Pi Ta Divide-by-zero exception
71 .It +0 + I*0 Ta -\*(If + I*0 Ta Divide by zero exception
75 .It Ta Ta floating-point exception
77 .It -\*(If + I*y Ta +\*(If + I*\*(Pi Ta For finite positive-signed y
78 .It +\*(If + I*y Ta +\*(If + I*0 Ta For finite positive-signed y
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/
H A Dinvensense,icm42600.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: InvenSense ICM-426xx Inertial Measurement Unit
10 - Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@tdk.com>
13 6-axis MotionTracking device that combines a 3-axis gyroscope and a 3-axis
18 ultra-low-power wake-on-motion support to minimize system power consumption.
20 Other industry-leading features include InvenSense on-chip APEX Motion
25 https://invensense.tdk.com/wp-content/uploads/2020/03/DS-000292-ICM-42605-v1.4.pdf
30 - invensense,icm42600
[all …]
/freebsd/sys/net/altq/
H A Daltq_hfsc.h1 /*-
2 * Copyright (c) 1997-1999 Carnegie Mellon University. All Rights Reserved.
6 * for-profit use), provided that both the copyright notice and this
47 u_int d; /* the x-projection of the first segment in msec */
53 u_int d; /* the x-projection of the first segment in msec */
87 done by real-time criteria */
91 u_int64_t f; /* fit time for upper-limit */
117 struct redstats red[3];
130 done by real-time criteria */
134 u_int64_t f; /* fit time for upper-limit */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsnps,dwc-qos-ethernet.txt13 - compatible: One of:
14 - "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10"
15 Represents the IP core when integrated into the Axis ARTPEC-6 SoC.
16 - "nvidi
[all...]
/freebsd/sys/contrib/device-tree/Bindings/iio/accel/
H A Dadi,adxl355.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices ADXL355 and ADXL359 3-Axis, Low noise MEMS Accelerometers
10 - Puranjay Mohan <puranjay12@gmail.com>
13 Analog Devices ADXL355 and ADXL359 3-Axis, Low noise MEMS Accelerometers that
21 - adi,adxl355
22 - adi,adxl359
29 maxItems: 3
34 interrupt-names:
[all …]
H A Dadi,adxl372.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices ADXL372 3-Axis, +/-(200g) Digital Accelerometer
10 - Stefan Popa <stefan.popa@analog.com>
13 Analog Devices ADXL372 3-Axis, +/-(200g) Digital Accelerometer that supports
20 - adi,adxl372
29 - compatible
30 - reg
31 - interrupts
[all …]
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Datan2f_3u.c2 * Single-precision scalar atan2(x) function.
4 * Copyright (c) 2021-2024, Arm Limited.
5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
17 #define PiOver4 (0x1.921fb6p-1f)
23 d for which P underflows, and is used to special-case such inputs. */
33 /* Subnormal case - we still need to get the exponent right for subnormal in biased_exponent()
35 return ex - __builtin_clz (fi << 9); in biased_exponent()
42 atan2f(0x1.9332d8p+6, 0x1.8cb6c4p+6) got 0x1.964646p-1
43 want 0x1.964640p-1. */
64 that we do not use +-tiny shifts (non-nearest rounding mode). */ in atan2f()
[all …]

12345678