Home
last modified time | relevance | path

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

12345678

/freebsd/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-Hartman <gregkh@linuxfoundation.org>
13 - $ref: usb-hcd.yaml
14 - if:
19 const: ibm,usb-ehci-440epx
28 - items:
29 - enum:
[all …]
/freebsd/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/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
109 #include <xen/xen-os.h>
123 /*--------------------------- Forward Declarations --------------------------*/
132 /*-------------------------- Private Data Structures -------------------------*/
152 /*------------------------------ Event Handlers ------------------------------*/
[all …]
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-op-mode.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2005-2014, 2018-2021, 2024-2025 Intel Corporation
4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH
12 #include "iwl-dbg-tlv.h"
23 * DOC: Operational mode - what is it ?
39 * 1) The driver layer (iwl-drv.c) chooses the op_mode based on the
41 * 2) The driver layer starts the op_mode (ops->start)
48 * enum iwl_fw_error_type - FW error types/sources
51 * @IWL_ERR_TYPE_RESET_HS_TIMEOUT: reset handshake timed out,
55 * @IWL_ERR_TYPE_TOP_RESET_BY_BT: TOP reset initiated by BT
[all …]
H A Diwl-trans.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2005-2014, 2018-2025 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
15 #include "iwl-debug.h"
16 #include "iwl-config.h"
18 #include "iwl-op-mode.h"
22 #include "fw/api/dbg-tlv.h"
23 #include "iwl-dbg-tlv.h"
26 #include "iwl-modparams.h"
[all …]
/freebsd/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 /*------------------------------------------------------------------------*
131 * operating in device mode either on (when on_not_off is 1), or off
133 *------------------------------------------------------------------------*/
147 max--; in usb_trigger_reprobe_on_off()
149 if (bus == NULL || bus->devices == NULL || in usb_trigger_reprobe_on_off()
[all …]
/freebsd/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/sbin/devd/
H A Ddevd.conf.519 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" The section on comments was taken from named.conf.5, which has the
26 .\" Copyright (c) 1999-2000 by Internet Software Consortium
59 .Bl -tag -width ".Ic options"
80 Further details on the syntax and meaning of each statement and their
94 .Bd -literal -offset indent
101 .Ss Sub-statements
102 The following sub-statements are supported within the
105 .Bl -tag -width ".Ic directory"
114 .It Ic pid-file Qq Pa /var/run/devd.pid ;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1 //===- CoroSplit.cpp - Converts a coroutine into a state machine ----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
8 // This pass builds the coroutine frame and outlines resume and destroy parts
12 // points marked up with intrinsics. We let the optimizer party on the coroutine
15 // corresponding to an initial, resume and destroy invocations of the coroutine,
19 //===----------------------------------------------------------------------===//
78 #define DEBUG_TYPE "coro-split"
86 /// The shared resume function for a switch lowering.
98 /// An async resume function.
[all …]
/freebsd/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/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/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/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1 //===-- Process.cpp -------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
83 // setting target.process.disable-memory-cache
104 Process *process = exe_ctx->GetProcessPtr(); in GetPropertyAtIndex()
108 process->GetValueProperties().get()); in GetPropertyAtIndex()
110 return instance_properties->ProtectedGetPropertyAtIndex(idx); in GetPropertyAtIndex()
185 m_collection_sp->Initialize(g_process_experimental_properties); in ProcessExperimentalProperties()
195 m_collection_sp->Initialize(g_process_properties); in ProcessProperties()
196 m_collection_sp->AppendProperty( in ProcessProperties()
[all …]
H A DThread.cpp1 //===-- Thread.cpp --------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
53 #include "lldb/lldb-enumerations.h"
88 Thread *thread = exe_ctx->GetThreadPtr(); in GetPropertyAtIndex()
92 thread->GetValueProperties().get()); in GetPropertyAtIndex()
94 return instance_properties->ProtectedGetPropertyAtIndex(idx); in GetPropertyAtIndex()
104 m_collection_sp->Initialize(g_thread_properties); in ThreadProperties()
168 const EventData *event_data = event_ptr->GetData(); in GetEventDataFromEvent()
170 event_data->GetFlavor() == ThreadEventData::GetFlavorString()) in GetEventDataFromEvent()
[all …]
/freebsd/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/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/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/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1 //===-- Process.h -----------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
58 #include "lldb/lldb-private.h"
191 uint32_t m_resume_count = 0; // How many times do we resume after launching
194 bool m_continue_once_attached = false; // Supports the use-case scenario of
199 // detach rather than killing the target on error.
202 // immediately (used by GUI programs with --waitfor so they can
285 void SetRunningUserExpression(bool on) { in SetRunningUserExpression() argument
286 if (on) in SetRunningUserExpression()
[all …]
/freebsd/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/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/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/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/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 …]

12345678