/freebsd/tools/regression/pthread/cv_cancel1/ |
H A D | cv_cancel1.c | 36 static int wake; variable 43 while (wake == 0) in thr_routine() 62 wake = 0; in main() 68 wake = 1; in main()
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76_connac.h | 106 } wake; member 329 spin_lock_bh(&pm->wake.lock); in mt76_connac_pm_ref() 333 pm->wake.count++; in mt76_connac_pm_ref() 336 spin_unlock_bh(&pm->wake.lock); in mt76_connac_pm_ref() 344 spin_lock_bh(&pm->wake.lock); in mt76_connac_pm_unref() 347 if (--pm->wake.count == 0 && in mt76_connac_pm_unref() 351 spin_unlock_bh(&pm->wake.lock); in mt76_connac_pm_unref() 363 spin_lock_bh(&pm->wake.lock); in mt76_connac_skip_fw_pmctrl() 364 ret = pm->wake.count || test_and_set_bit(MT76_STATE_PM, &phy->state); in mt76_connac_skip_fw_pmctrl() 365 spin_unlock_bh(&pm->wake.lock); in mt76_connac_skip_fw_pmctrl()
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | brcm,brcmstb-waketimer.txt | 1 Broadcom STB wake-up Timer 3 The Broadcom STB wake-up timer provides a 27Mhz resolution timer, with the 4 ability to wake up the system from low-power suspend/standby modes.
|
H A D | rtc-meson-vrtc.txt | 15 the SCP will wake up and will then wake the AP.
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8192-asurada-hayato-r1.dts | 49 pins-bt-wake { 54 pins-ap-wake-bt { 143 device-wake-gpios = <&pio 168 GPIO_ACTIVE_HIGH>; 144 host-wake-gpios = <&pio 22 GPIO_ACTIVE_LOW>;
|
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
H A D | brcm,bcm43xx-fmac.txt | 14 - interrupts : specifies attributes for the out-of-band interrupt (host-wake). 17 to "host-wake". 36 interrupt-names = "host-wake";
|
/freebsd/usr.sbin/wake/ |
H A D | Makefile | 1 PROG= wake 2 MAN= wake.8
|
H A D | wake.c | 63 static int wake(int bpf, const char *host); 74 wake(int bpf, const char *host) in wake() function 209 if (wake(bpf, argv[n]) != 0) { in main()
|
/freebsd/sys/contrib/device-tree/Bindings/net/can/ |
H A D | tcan4x5x.txt | 29 - device-wake-gpios: Wake up GPIO to wake up the TCAN device. Not 43 device-wake-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
|
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
H A D | sun50i-h6-tanix-tx6.dts | 25 device-wake-gpios = <&r_pio 1 2 GPIO_ACTIVE_HIGH>; /* PM2 */ 26 host-wake-gpios = <&r_pio 1 1 GPIO_ACTIVE_HIGH>; /* PM1 */
|
H A D | sun50i-h6-pine-h64-model-b.dts | 46 device-wake-gpios = <&r_pio 1 2 GPIO_ACTIVE_HIGH>; /* PM2 */ 47 host-wake-gpios = <&r_pio 1 1 GPIO_ACTIVE_HIGH>; /* PM1 */
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sa8295p-adp.dts | 411 wake-gpios = <&tlmm 145 GPIO_ACTIVE_LOW>; 430 wake-gpios = <&tlmm 56 GPIO_ACTIVE_LOW>; 447 wake-gpios = <&tlmm 130 GPIO_ACTIVE_LOW>; 464 wake-gpios = <&tlmm 139 GPIO_ACTIVE_LOW>; 655 wake-n-pins { 678 wake-n-pins { 701 wake-n-pins { 724 wake-n-pins {
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | arm,vic.txt | 26 configured as wake up source for the system. Order of bits is the same as for 28 configured as a wake up source for the system. If unspecied, defaults to all 29 interrupt sources configurable as wake up sources.
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-axg-jethome-jethub-j110-rev-2.dts | 34 host-wake-gpios = <&gpio GPIOZ_8 GPIO_ACTIVE_HIGH>; 35 device-wake-gpios = <&gpio GPIOZ_6 GPIO_ACTIVE_HIGH>;
|
/freebsd/sys/contrib/device-tree/src/riscv/allwinner/ |
H A D | sun20i-d1-mangopi-mq-pro.dts | 102 interrupt-names = "host-wake"; 128 device-wake-gpios = <&pio 6 18 GPIO_ACTIVE_HIGH>; /* PG18 */ 130 host-wake-gpios = <&pio 6 14 GPIO_ACTIVE_HIGH>; /* PG14 */
|
H A D | sun20i-d1-lichee-rv-dock.dts | 89 device-wake-gpios = <&pio 6 15 GPIO_ACTIVE_HIGH>; /* PG16 */ 91 host-wake-gpios = <&pio 6 17 GPIO_ACTIVE_HIGH>; /* PG17 */
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_mutex.h | 292 bool wake; in ReadUnlock() local 299 wake = (new_state & in ReadUnlock() 302 if (wake) in ReadUnlock() 306 if (UNLIKELY(wake)) in ReadUnlock()
|
/freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rk3288-veyron.dtsi | 434 snps,need-phy-for-wake; 443 snps,need-phy-for-wake; 540 bt_host_wake: bt-host-wake { 544 bt_host_wake_l: bt-host-wake-l { 573 bt_dev_wake_sleep: bt-dev-wake-sleep { 577 bt_dev_wake_awake: bt-dev-wake-awake { 581 bt_dev_wake: bt-dev-wake {
|
H A D | rk3288-veyron-pinky.dts | 69 /* Common for sleep and wake, but no owners */ 79 /* Common for sleep and wake, but no owners */
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3566-box-demo.dts | 313 bt_host_wake_l: bt-host-wake-l { 317 bt_wake_l: bt-wake-l { 327 wifi_host_wake_h: wifi-host-wake-l { 420 interrupt-names = "host-wake"; 453 device-wake-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>; 454 host-wake-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
|
H A D | rk3308-rock-pi-s.dts | 237 wifi_host_wake: wifi-host-wake { 294 device-wake-gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>; 295 host-wake-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>;
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | btusb.txt | 23 that shall be used for out-of-band wake-on-bt. Driver will 31 Following example uses irq pin number 3 of gpio0 for out of band wake-on-bt:
|
H A D | smsc911x.txt | 9 management event) interrupt that is able to wake up the host 29 optional GPIO can wake up in response to it.
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | chipone_icn8318.txt | 7 - wake-gpios : GPIO specification for the WAKE input 36 wake-gpios = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */
|
/freebsd/sys/contrib/device-tree/Bindings/arm/tegra/ |
H A D | nvidia,tegra186-pmc.txt | 12 - "wake" 33 reg-names = "pmc", "wake", "aotag", "scratch"; 93 reg-names = "pmc", "wake", "aotag", "scratch";
|