Home
last modified time | relevance | path

Searched +full:needs +full:- +full:reset +full:- +full:on +full:- +full:resume (Results 1 – 25 of 189) sorted by relevance

12345678

/freebsd-src/sys/contrib/device-tree/Bindings/usb/
H A Dgeneric-ehci.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/usb/generic-ehci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Greg Kroah-Hartma
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/iio/proximity/
H A Ddevantech-srf04.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/iio/proximity/devantech-srf04.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andreas Klinger <ak@it-klinger.de>
13 Bit-banging driver using two GPIOs:
14 - trigger-gpio is raised by the driver to start sending out an ultrasonic
16 - echo-gpio is held high by the sensor after sending ultrasonic burst
20 https://www.robot-electronics.co.uk/htm/srf04tech.htm
22 https://www.maxbotix.com/documents/LV-MaxSonar-EZ_Datasheet.pdf
[all …]
/freebsd-src/sys/dev/xen/control/
H A Dcontrol.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
33 /*-
34 * HVM suspend/resume support:
55 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
108 #include <xen/xen-o
[all...]
/freebsd-src/sys/dev/usb/
H A Dusb_hub.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
6 * Copyright (c) 2008-2022 Hans Petter Selasky
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
108 #define UHUB_PROTO(sc) ((sc)->sc_udev->ddesc.bDeviceProtocol)
198 usb_needs_explore(sc->sc_udev->bus, 0); in uhub_intr_callback()
206 if (xfer->error != USB_ERR_CANCELLED) { in uhub_intr_callback()
208 * Do a clear-stall. The "stall_pipe" flag in uhub_intr_callback()
220 /*------------------------------------------------------------------------*
223 * This function starts the TT reset USB request
[all …]
H A Dusb_device.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2008-2023 Hans Petter Selasky
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
119 int usb_template = -1;
127 /*--
[all...]
/freebsd-src/share/doc/smm/04.quotas/
H A Dquotas.ms23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .EH 'SMM:4-%''Disc Quotas in a \s-2UNIX\s+2 Environment'
29 .OH 'Disc Quotas in a \s-2UNIX\s+2 Environment''SMM:4-%'
32 Disc Quotas in a \s-2UNIX\s+2\s-3\u*\d\s0 Environment
49 to control usage of disc space, on an
52 Quotas may be set for each individual user, on any, or
62 \s-2VMUNIX\s0 that may be included when the
72 command will provide information on any disc quotas
77 A limit can be set on the amount of space a user
78 can occupy, and there may be a limit on the number
[all …]
/freebsd-src/lib/libsys/
H A Dsigaction.223 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38 .Bd -literal
69 The action to be taken on delivery is determined at the time
71 Normally, signal handlers execute on the current stack
73 This may be changed, on a per-handler basis,
74 so that signals are taken on a special
97 thread depends on how it is generated.
123 normally the thread will resume execution in the context
125 If the thread wishes to resume in a different context, then it
144 is non-NULL, it specifies an action
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1 //===- CoroSplit.cpp - Converts a coroutine into a state machine --------
[all...]
/freebsd-src/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c3 * Copyright (c) 2010-2012 Broadcom. All rights reserved.
14 * 3. The names of the above-listed copyright holders may not be used
29 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
48 /* Some per-instance constants */
57 /* Run time control of log level, based on KERN_XXX level. */
64 #define VC_SUSPEND_NUM_OFFSET 3 /* number of values before idle which are -ve */
74 #define VC_RESUME_NUM_OFFSET 1 /* number of values before idle which are -ve */
84 ** correctly - we don't want to prevent ARM suspend indefinitely in this case.
213 insert = instance->completion_insert; in add_completion()
214 while ((insert - instance->completion_remove) >= MAX_COMPLETIONS) { in add_completion()
[all …]
/freebsd-src/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2005-2014, 2018-2023 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
15 #include "iwl-debu
1222 iwl_trans_d3_suspend(struct iwl_trans * trans,bool test,bool reset) iwl_trans_d3_suspend() argument
1233 iwl_trans_d3_resume(struct iwl_trans * trans,enum iwl_d3_status * status,bool test,bool reset) iwl_trans_d3_resume() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1 //===-- Process.cpp --------
1347 Status Process::Resume() { Resume() function in Process
1486 SetRunningUserExpression(bool on) SetRunningUserExpression() argument
1490 SetRunningUtilityFunction(bool on) SetRunningUtilityFunction() argument
[all...]
H A DThread.cpp1 //===-- Thread.cpp --------
[all...]
/freebsd-src/sys/dev/drm2/
H A Ddrm_crtc.h3 * Copyright © 2007-2008 Dave Airlie
4 * Copyright © 2007-2008 Intel Corporation
61 * Note on terminology: here, for brevity and convenience, we refer to connector
104 MODE_UNVERIFIED = -3, /* mode needs to reverified */
105 MODE_BAD = -2, /* unspecified reason */
106 MODE_ERROR = -1 /* error condition */
232 * on this function.
246 * cleanup (like releasing the reference(s) on the backing GEM bo(s))
300 * drm_crtc_funcs - control CRTCs for a given device
303 * @reset: reset CRTC after state has been invalidate (e.g. resume)
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3288-veyron.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 #include <dt-bindings/clock/rockchip,rk808.h>
9 #include <dt-bindings/input/input.h>
18 stdout-path = "serial2:115200n8";
22 * The default coreboot on veyron devices ignores memory@0 nodes
31 power_button: power-button {
32 compatible = "gpio-keys";
33 pinctrl-names = "default";
34 pinctrl-0 = <&pwr_key_l>;
36 key-power {
[all …]
/freebsd-src/stand/ficl/softwords/
H A Doo.fr3 \ ** F I C L O - O E X T E N S I O N S
7 17 ficl-vocabulary oop
14 \ 2. Object aggregation (has-a relationship)
18 \ 4. Separate name-spaces for methods - methods are
21 \ No limit on number of methods.
30 \ object ( -- instance class )
44 \ on the stack. This is by convention - ficl has no way to
51 \ Revised Apr 2001 - Added Guy Carver's vtable extensions. Class now
55 \ Revised Nov 2001 - metaclass debug method now finds only metaclass methods
59 \ END-CLASS allocates and clears the vtable - then it walks class's method
[all …]
/freebsd-src/sys/dev/isci/scil/
H A Dscif_sas_remote_device.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0
9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
49 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
89 // ---------------------------------------------------------------------------
114 fw_device->domain = fw_domain; in scif_remote_device_construct()
115 fw_device->destruct_when_stopped = FALSE; in scif_remote_device_construct()
116 //fw_device->parent.is_failed = FALSE; in scif_remote_device_construct()
[all …]
H A Dscic_sds_stp_remote_device.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0
9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
49 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
103 this_device->owning_port, this_device, the_request in scic_sds_stp_remote_device_complete_request()
109 if (the_request->sci_status == SCI_FAILURE_REMOTE_DEVICE_RESET_REQUIRED) in scic_sds_stp_remote_device_complete_request()
111 //This request causes hardware error, device needs to be Lun Reset. in scic_sds_stp_remote_device_complete_request()
116 &this_device->ready_substate_machine, in scic_sds_stp_remote_device_complete_request()
[all …]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1 //===-- Process.h --------
283 SetRunningUserExpression(bool on) SetRunningUserExpression() argument
290 SetRunningUtilityFunction(bool on) SetRunningUtilityFunction() argument
[all...]
/freebsd-src/sys/dev/nvme/
H A Dnvme_ctrlr.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (C) 2012-2016 Intel Corporation
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
56 bus_barrier(ctrlr->resource, 0, rman_get_size(ctrlr->resource), flags); in nvme_ctrlr_barrier()
68 sbuf_printf(&sb, "name=\"%s\" ", device_get_nameunit(ctrlr->de in nvme_ctrlr_devctl_va()
[all...]
/freebsd-src/share/termcap/
H A Dtermcap.523 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 .\" * ncurses is copyright (C) 1992-1995 *
32 .\" * Zeyd M. Ben-Halim *
77 consist of a number of `:'-separated fields.
98 in 132-column mode would be
99 .Dq vt100-w .
101 .Bl -column indent "With automatic margins (usually default)xx" -offset indent
103 -w Wide mode (more than 80 columns) vt100-w
104 -am With automatic margins (usually default) vt100-am
105 -nam Without automatic margins vt100-nam
[all …]
/freebsd-src/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_attach.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2008-2009 Sam Leffler, Errno Consulting
86 .totalSizeDesired = { -55, -55, -55, -55, -62 }, in ar9285AniSetup()
87 .coarseHigh = { -14, -14, -14, -14, -12 }, in ar9285AniSetup()
88 .coarseLow = { -64, -64, -64, -64, -70 }, in ar9285AniSetup()
89 .firpwr = { -78, -78, -78, -78, -80 }, in ar9285AniSetup()
103 AH5416(ah)->ah_ani_function &= ~(1 << HAL_ANI_NOISE_IMMUNITY_LEVEL); in ar9285AniSetup()
109 "LNA1-LNA2",
118 const HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; in ar9285_eeprom_print_diversity_settings()
[all …]
/freebsd-src/sys/dev/ice/
H A Dice_sched.c1 /* SPDX-License-Identifier: BSD-3-Clause */
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35 * ice_sched_add_root_node - Insert the Tx scheduler root node in SW DB
52 hw = pi->hw; in ice_sched_add_root_node()
58 root->children = (struct ice_sched_node **) in ice_sched_add_root_node()
59 ice_calloc(hw, hw->max_children[0], sizeof(*root->childre in ice_sched_add_root_node()
[all...]
/freebsd-src/sys/contrib/dev/athk/ath10k/
H A Dpci.c1 // SPDX-License-Identifier: ISC
3 * Copyright (c) 2005-2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc.
62 /* PCI-E QCA988X V2 (Ubiquiti branded) */
65 { PCI_VDEVICE(ATHEROS, QCA988X_2_0_DEVICE_ID) }, /* PCI-E QCA988X V2 */
66 { PCI_VDEVICE(ATHEROS, QCA6164_2_1_DEVICE_ID) }, /* PCI-E QCA6164 V2.1 */
67 { PCI_VDEVICE(ATHEROS, QCA6174_2_1_DEVICE_ID) }, /* PCI-E QCA6174 V2.1 */
68 { PCI_VDEVICE(ATHEROS, QCA99X0_2_0_DEVICE_ID) }, /* PCI-E QCA99X0 V2 */
69 { PCI_VDEVICE(ATHEROS, QCA9888_2_0_DEVICE_ID) }, /* PCI-E QCA9888 V2 */
70 { PCI_VDEVICE(ATHEROS, QCA9984_1_0_DEVICE_ID) }, /* PCI-E QCA9984 V1 */
[all …]
/freebsd-src/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c1 // SPDX-License-Identifier: 0BSD
20 // Silence warnings about missing fall-through comments.
22 # pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
31 // Macros for (somewhat) size-optimized code.
64 target += symbol - limit; \
76 -LEN_LOW_SYMBOLS + MATCH_LEN_MIN); \
82 rc_bittree3(ld.mid[pos_state], -LEN_MID_SYMBOLS \
87 rc_bittree8(ld.high, -LEN_HIGH_SYMBOLS \
114 /// If 1, it's a match. Otherwise it's a single 8-bit literal.
142 probability pos_special[FULL_DISTANCES - DIST_MODEL_END];
[all …]
/freebsd-src/sys/kern/
H A Dsubr_sleepqueue.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * Implementation of sleep queues used to hold queue of threads blocked on
43 * a free list of the sleep queues of other threads blocked on the same
47 * ability to set a timeout. The timeout is managed using a per-thread
55 * pre-existin
[all...]

12345678