Home
last modified time | relevance | path

Searched +full:amp +full:- +full:pid +full:- +full:enable (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/input/
H A Ddlg,da7280.txt4 - compatible: Should be "dlg,da7280".
5 - reg: Specifies the I2C slave address.
7 - interrupt-parent : Specifies the phandle of the interrupt controller to
10 - dlg,actuator-type: Set Actuator type. it should be one of:
11 "LRA" - Linear Resonance Actuator type.
12 "ERM-bar" - Bar type Eccentric Rotating Mass.
13 "ERM-coin" - Coin type Eccentric Rotating Mass.
15 - dlg,const-op-mode: Haptic operation mode for FF_CONSTANT.
17 1 - Direct register override(DRO) mode triggered by i2c(default),
18 2 - PWM data source mode controlled by PWM duty,
[all …]
H A Ddlg,da7280.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Dialog Semiconductor DA7280 Low Power High-Definition Haptic Driver
10 - Roy Im <roy.im.opensource@diasemi.com>
23 dlg,actuator-type:
25 - LRA # Linear Resonance Actuator type
26 - ERM-bar # Bar type Eccentric Rotating Mass
27 - ERM-coin # Coin type Eccentric Rotating Mass
29 dlg,const-op-mode:
[all …]
/freebsd/sys/fs/autofs/
H A Dautofs.c1 /*-
29 /*-
123 &autofs_debug, 1, "Enable debug messages");
154 return (strcmp(a->an_name, b->an_name)); in autofs_node_cmp()
177 TAILQ_INIT(&autofs_softc->sc_requests); in autofs_init()
178 cv_init(&autofs_softc->sc_cv, "autofscv"); in autofs_init()
179 sx_init(&autofs_softc->sc_lock, "autofslk"); in autofs_init()
181 error = make_dev_p(MAKEDEV_CHECKNAME, &autofs_softc->sc_cdev, in autofs_init()
191 autofs_softc->sc_cdev->si_drv1 = autofs_softc; in autofs_init()
200 sx_xlock(&autofs_softc->sc_lock); in autofs_uninit()
[all …]
/freebsd/usr.sbin/virtual_oss/virtual_oss/
H A Dmain.c1 /*-
2 * Copyright (c) 2012-2022 Hans Petter Selasky
73 uint32_t fmt = pvc->format; in vclient_sample_bytes()
94 if (pvc->tx_busy == 0) in vclient_output_delay()
97 mod = pvc->channels * vclient_sample_bytes(pvc); in vclient_output_delay()
99 size = vring_total_read_len(&pvc->tx_ring[0]); in vclient_output_delay()
102 size = (size * (uint64_t)pvc->sample_rate) / in vclient_output_delay()
104 size += vring_total_read_len(&pvc->tx_ring[1]); in vclient_output_delay()
105 size -= size % mod; in vclient_output_delay()
113 if (pvc->rx_busy == 0) in vclient_input_delay()
[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: 2025-09-15 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]
64 0200 TP-Link
86 120e ASI120MC-S Planetary Camera
[all …]
/freebsd/contrib/jemalloc/bin/
H A Djeprof.in3 # Copyright (c) 1998-2007, Google Inc.
32 # ---
38 # This program parses the profile, and generates user-readable
46 # % tools/jeprof --text "program" "profile"
49 # % tools/jeprof --gv "program" "profile"
50 # Generates annotated call-graph and displays via "gv"
52 # % tools/jeprof --gv --focus=Mutex "program" "profile"
55 # % tools/jeprof --gv --focus=Mutex --ignore=string "program" "profile"
59 # % tools/jeprof --list=IBF_CheckDocid "program" "profile"
61 # sample that match the --list=<regexp> pattern. The listing is
[all …]
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3 * Generated: 2019-11-15 15:01:56.628356
4 * ----------------------------------------------------------
34 # pragma clang diagnostic ignored "-Wpadded"
35 # pragma clang diagnostic ignored "-Wswitch-enum"
36 # pragma clang diagnostic ignored "-Wcovered-switch-default"
39 // Because REQUIREs trigger GCC's -Wparentheses, and because still
42 # pragma GCC diagnostic ignored "-Wparentheses" // See #674 for details
45 # pragma GCC diagnostic ignored "-Wunused-variable"
46 # pragma GCC diagnostic ignored "-Wpadded"
106 // Detect a number of compiler features - by compiler
[all …]
/freebsd/contrib/sqlite3/
H A Dshell.c5 ** "shell.c" file used to implement the SQLite command-line shell.
13 ** source file to help make the command-line program easier to compile.
41 ** Optionally #include a user-defined header, whereby compilation options
64 ** the browser-mode build has much different user input requirements
98 ** Enable large-file support for fopen() and friends on unix.
228 /* Windows CE (arm-wince-mingw32ce-gcc) does not provide isatty()
230 * overridden with the -batch command line option.
257 ** 2024-09-24
269 ** cross-platform I/O for UTF-8 content.
273 ** to the standard fopen() in the C-library.
[all …]