Home
last modified time | relevance | path

Searched +full:waking +full:- +full:up (Results 1 – 25 of 200) sorted by relevance

12345678

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dfsl,gianfar.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale Three-Speed Ethernet Controller (TSEC), "Gianfar"
10 - J. Neuschäfer <j.ne@posteo.net>
12 # This is needed to distinguish gianfar.yaml and gianfar-mdio.yaml, because
16 - properties:
23 - device_type
25 - properties:
30 - compatible
[all …]
H A Dmacb.txt4 - compatible: Should be "cdns,[<chip>-]{macb|gem}"
5 Use "cdns,at91rm9200-emac" Atmel at91rm9200 SoC.
6 Use "cdns,at91sam9260-macb" for Atmel at91sam9 SoCs.
7 Use "cdns,sam9x60-macb" for Microchip sam9x60 SoC.
8 Use "cdns,np4-macb" for NP4 SoC devices.
9 Use "cdns,at32ap7000-macb" for other 10/100 usage or use the generic form: "cdns,macb".
10 Use "atmel,sama5d2-gem" for the GEM IP (10/100) available on Atmel sama5d2 SoCs.
11 Use "atmel,sama5d29-gem" for GEM XL IP (10/100) available on Atmel sama5d29 SoCs.
12 Use "atmel,sama5d3-macb" for the 10/100Mbit IP available on Atmel sama5d3 SoCs.
13 Use "atmel,sama5d3-gem" for the Gigabit IP available on Atmel sama5d3 SoCs.
[all …]
H A Dfsl-fec.txt4 - compatible : Should be "fsl,<soc>-fec"
5 - reg : Address and length of the register set for the device
6 - interrupts : Should contain fec interrupt
7 - phy-mode : See ethernet.txt file in the same directory
10 - phy-supply : regulator that powers the Ethernet PHY.
11 - phy-handle : phandle to the PHY device connected to this device.
12 - fixed-link : Assume a fixed link. See fixed-link.txt in the same directory.
13 Use instead of phy-handle.
14 - fsl,num-tx-queues : The property is valid for enet-avb IP, which supports
17 - fsl,num-rx-queues : The property is valid for enet-avb IP, which supports
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dpci.h1 /* SPDX-License-Identifier: ISC */
3 * Copyright (c) 2005-2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc.
32 * PCI-specific Target state
37 * HOST_INTEREST->hi_interconnect_state points here
38 * (and all members are 32-bit quantities in order to
80 /* Per-pipe state. */
131 * bootup. To do that the original PCI-E Link Control is stored before
132 * device bootup is executed and re-programmed later.
139 /* The device has a special powersave-oriented register. When device is
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dsamsung,pinctrl.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
11 - Sylwester Nawrocki <s.nawrocki@samsung.com>
12 - Tomasz Figa <tomasz.figa@gmail.com>
22 - External GPIO interrupts (see interrupts property in pin controller node);
24 - External wake-up interrupts - multiplexed (capable of waking up the system
25 see interrupts property in external wake-up interrupt controller node -
26 samsung,pinctrl-wakeup-interrupt.yaml);
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Degalax-ts.txt4 - compatible: must be "eeti,egalax_ts"
5 - reg: i2c slave address
6 - interrupts: touch controller interrupt
7 - wakeup-gpios: the gpio pin to be used for waking up the controller
15 interrupt-parent = <&gpio1>;
17 wakeup-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
/freebsd/crypto/openssl/include/internal/
H A Drio_notifier.h2 * Copyright 2024-2025 The OpenSSL Project Authors. All Rights Reserved.
19 * RIO_NOTIFIER provides an OS-pollable resource which can be plugged into an
46 * Cleans up a RIO_NOTIFIER, tearing down any allocated resources.
51 * Signals a RIO_NOTIFIER, waking up any waiting threads.
66 return nfy->rfd; in ossl_rio_notifier_as_fd()
/titanic_52/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-power-suspend-sunos.sh3 # hal-system-system-power-suspend-sunos.sh
10 echo Waking the system up is not supported >&2
25 if [ -x "/usr/sbin/uadmin" ] ; then
35 devices=`hal-find-b
[all...]
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-consumer-common.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/gpio/gpio-consumer-common.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bartosz Golaszewski <brgl@bgdev.pl>
11 - Linus Walleij <linus.walleij@linaro.org>
20 enable-gpios:
25 reset-gpios:
30 powerdown-gpios:
36 pwdn-gpios:
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
51 OS_REG_WRITE(ah, AR_NEXT_TBTT, TU_TO_USEC(bt->bt_nexttbtt)); in ar5416SetBeaconTimers()
52 OS_REG_WRITE(ah, AR_NEXT_DBA, ONE_EIGHTH_TU_TO_USEC(bt->bt_nextdba)); in ar5416SetBeaconTimers()
53 OS_REG_WRITE(ah, AR_NEXT_SWBA, ONE_EIGHTH_TU_TO_USEC(bt->bt_nextswba)); in ar5416SetBeaconTimers()
54 OS_REG_WRITE(ah, AR_NEXT_NDP, TU_TO_USEC(bt->bt_nextatim)); in ar5416SetBeaconTimers()
56 bperiod = TU_TO_USEC(bt->bt_intval & HAL_BEACON_PERIOD); in ar5416SetBeaconTimers()
57 ahp->ah_beaconInterval = bt->bt_intval & HAL_BEACON_PERIOD; in ar5416SetBeaconTimers()
[all …]
/freebsd/share/examples/ses/sesd/
H A Dsesd.042 .Op Fl t Ar poll-interval
47 monitors SCSI Environmental Services (or SAF-TE) devices for changes
54 detached becomes a daemon, by default waking up every 30 seconds to
58 .Bl -tag -width Ds
61 .It Fl t Ar poll-interval
75 .Bl -tag -width /dev/sesN -compact
/titanic_52/usr/src/man/man3c/
H A Dthr_suspend.3c8 thr_suspend, thr_continue \- suspend or continue thread execution
12 cc -mt [ \fIflag\fR... ] \fIfile\fR...[ \fIlibrary\fR... ]
46 return \fB0\fR. Otherwise, a non-zero value is returned to indicate the error.
73 MT-Level MT-Safe
90 threads. Its existence on a sleep queue can interfere with the waking up of
/freebsd/sys/sys/
H A Dturnstile.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
32 * Turnstile interface. Non-sleepable locks use a turnstile for the
34 * turnstile contains two sub-queues: one for threads waiting for a
46 * up the turnstile associated with the given lock in the hash table. Then
52 * releasing the lock, turnstile_unpend() must be called to wake up the
53 * pending thread(s) and give up ownership of the turnstile.
56 * without waking up any waiters, it may call turnstile_disown().
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-csr.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2005-2014, 2018-2025 Intel Corporation
4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH
14 * low power states due to driver-invoked device resets
15 * (e.g. CSR_RESET_REG_FLAG_SW_RESET) or uCode-driven power-saving modes.
18 * these provide simple PCI bus access, without waking up the MAC.
21 * The MAC (uCode processor, etc.) does not need to be powered up for accessing
30 #define CSR_INT_COALESCING (CSR_BASE+0x004) /* accum ints, 32-usec units */
37 #define CSR_FUNC_SCRATCH (CSR_BASE+0x02c) /* Scratch register - used for FW dbg */
45 * 31-16: Reserved
[all …]
/freebsd/sys/kern/
H A Dkern_lock.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
65 _Static_assert((PRILASTFLAG * 2) - 1 <= USHRT_MAX,
78 #define TD_SLOCKS_INC(td) ((td)->td_lk_slocks++)
79 #define TD_SLOCKS_DEC(td) ((td)->td_lk_slocks--)
86 #define STACK_PRINT(lk) stack_print_ddb(&(lk)->lk_stack)
87 #define STACK_SAVE(lk) stack_save(&(lk)->lk_stack)
88 #define STACK_ZERO(lk) stack_zero(&(lk)->lk_stack)
92 if (LOCK_LOG_TEST(&(lk)->lock_object, 0)) \
95 if (LOCK_LOG_TEST(&(lk)->lock_object, 0)) \
[all …]
/titanic_52/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_dto_callb.c23 * Copyright (c) 2002-2003, Network Appliance, Inc. All rights reserved.
81 evd_ptr->header.owner_ia->hca_ptr->ib_hca_handle); in dapl_evd_dto_callback()
82 dapl_os_assert(evd_ptr->ib_cq_handle == cq_handle); in dapl_evd_dto_callback()
83 dapl_os_assert(evd_ptr->header.magic == DAPL_MAGIC_EVD); in dapl_evd_dto_callback()
86 state = *(volatile DAPL_EVD_STATE *) &evd_ptr->evd_state; in dapl_evd_dto_callback()
89 "-- dapl_evd_dto_callback: CQ %p, state %x\n", in dapl_evd_dto_callback()
90 (void *)evd_ptr->ib_cq_handl in dapl_evd_dto_callback()
[all...]
/freebsd/share/man/man9/
H A Dselrecord.954 and the waking of the proper threads when an event of interest occurs on an
89 when they wake up.
120 .An -nosplit
H A Difnet.91 .\" -*- Nroff -*-
338 interface-related messages on the
344 defines the kernel-internal interfaces, including the
396 These memberships are reference-counted.
406 .Bl -tag -width indent -offset indent
525 Opaque per-interface data for the packet filter,
538 This is initialized by the driver-specific
549 Get a pointer to the interface's link-level address.
552 A link-level broadcast bytestring for protocols with variable address
578 .Bl -ohang -offset indent
[all …]
H A Dsleepqueue.91 .\" Copyright (c) 2000-2004 John H. Baldwin <jhb@FreeBSD.org>
95 The implementation of each wait channel splits its sleepqueue into 2 sub-queues
180 parameter specifies the sub-queue, in which the contending thread will be
185 .Bl -tag -width ".Dv SLEEPQ_CONDVAR" -compact
201 .Bl -tag -width ".Dv SLEEPQ_INTERRUPTIBLE" -compact
205 .Bl -tag -width ".Dv SLEEPQ_STOP_ON_BDRY" -compact
210 Wake it up instead.
251 function is used for non-interruptible sleeps that do not have a timeout.
254 function is used for non-interruptible sleeps that have had a timeout set via
276 the wait functions return a non-zero value if the thread was awakened due to
[all …]
/freebsd/sys/vm/
H A Dvm_pagequeue.h1 /*-
2 * SPDX-License-Identifier: (BSD-3-Clause AND MIT-CMU)
8 * The Mach Operating System project at Carnegie-Mellon University.
35 * Copyright (c) 1987, 1990 Carnegie-Mellon University.
55 * Pittsburgh PA 15213-3890
107 * ---
109 * |-> vmd_inactive_target (~3%)
110 * | - The active queue scan target is given by
111 * | (vmd_inactive_target + vmd_free_target - vmd_free_count).
114 * |-> vmd_free_target (~2%)
[all …]
/titanic_52/usr/src/uts/common/fs/zfs/sys/
H A Drrwlock.h41 * A reader-writer lock implementation that allows re-entrant reads, but
47 * - rr_lock: protects modification and reading of rrwlock_t fields
48 * - rr_cv: cv for waking up readers or waiting writers
49 * - rr_writer: thread id of the current writer
50 * - rr_anon_rount: number of active anonymous readers
51 * - rr_linked_rcount: total number of non-anonymou
[all...]
/freebsd/sys/contrib/openzfs/include/sys/
H A Drrwlock.h1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
46 * A reader-writer lock implementation that allows re-entrant reads, but
52 * - rr_lock: protects modification and reading of rrwlock_t fields
53 * - rr_cv: cv for waking up readers or waiting writers
54 * - rr_writer: thread id of the current writer
55 * - rr_anon_rount: number of active anonymous readers
56 * - rr_linked_rcount: total number of non-anonymous active readers
57 * - rr_writer_wanted: a writer wants the lock
90 * A reader-mostly lock implementation, tuning above reader-writer locks
/titanic_52/usr/src/man/man1m/
H A Dpowertop.1m8 powertop \- report and analyze events that affect power management
12 \fBpowertop\fR [\fB-c\fR \fIprocessor_id\fR] [\fB-d\fR \fIcount\fR] [\fB-t\fR \fIinterval\fR] [\fB-v\fR] [\fB-h\fR]
21 at dif- ferent power states. Ideally, an unutilized (idle) system spends 100%
23 and kernel activity (random software periodically waking to poll status), idle
29 the top activities responsible for causing the CPU to wake up and use more
35 entering a lower power state and presents it on the "Wakeups-fro
[all...]
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dbrcm,bcm4329-fmac.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/wireless/brcm,bcm4329-fmac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Arend van Spriel <arend@broadcom.com>
19 - $ref: /schemas/net/wireless/wireless-controller.yaml#
24 - items:
25 - enum:
26 - brcm,bcm43143-fmac
27 - brcm,bcm4341b0-fmac
[all …]
/freebsd/sys/dev/hwt/
H A Dhwt_context.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2023-2025 Ruslan Bukin <br@bsdpad.com>
72 if (*new_ident == -1) { in hwt_ctx_ident_alloc()
99 TAILQ_INIT(&ctx->records); in hwt_ctx_alloc()
100 TAILQ_INIT(&ctx->threads); in hwt_ctx_alloc()
101 TAILQ_INIT(&ctx->cpus); in hwt_ctx_alloc()
102 mtx_init(&ctx->mtx, "ctx", NULL, MTX_SPIN); in hwt_ctx_alloc()
103 mtx_init(&ctx->rec_mtx, "ctx_rec", NULL, MTX_DEF); in hwt_ctx_alloc()
104 refcount_init(&ctx->refcnt, 0); in hwt_ctx_alloc()
[all …]

12345678