/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/ |
H A D | realtek,bluetooth.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Vasily Khoruzhick <anarsoul@gmail.com> 11 - Alistair Francis <alistair@alistair23.me> 22 - enum: 23 - realtek,rtl8723bs-bt 24 - realtek,rtl8723cs-bt 25 - realtek,rtl8723ds-bt 26 - realtek,rtl8822cs-bt [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | realtek-bluetooth.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/net/realtek-bluetooth.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Vasily Khoruzhick <anarsoul@gmail.com> 11 - Alistair Francis <alistair@alistair23.me> 22 - enum: 23 - realtek,rtl8723bs-bt 24 - realtek,rtl8723cs-bt 25 - realtek,rtl8723ds-bt [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
H A D | brcm,bcm43xx-fmac.txt | 9 - compatible : Should be "brcm,bcm4329-fmac". 12 - brcm,drive-strength : drive strength used for SDIO pins on device in mA 14 - interrupts : specifies attributes for the out-of-band interrupt (host-wake). 15 When not specified the device will use in-band SDIO interrupts. 16 - interrupt-names : name of the out-of-band interrupt, which must be set 17 to "host-wake". 22 #address-cells = <1>; 23 #size-cells = <0>; 25 pinctrl-names = "default"; 26 pinctrl-0 = <&mmc3_pins_a>; [all …]
|
H A D | brcm,bcm4329-fmac.yaml | 1 # 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: ieee80211.yaml# 24 - items: 25 - enum: 26 - brcm,bcm43143-fmac 27 - brcm,bcm4341b0-fmac [all …]
|
/freebsd/usr.sbin/wake/ |
H A D | wake.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 63 static int wake(int bpf, const char *host); 69 (void)fprintf(stderr, "usage: wake [interface] lladdr [lladdr ...]\n"); in usage() 74 wake(int bpf, const char *host) in wake() function 78 if (get_ether(host, &macaddr) == -1) in wake() 79 return (-1); in wake() 92 return (-1); in bind_if_to_bpf() 94 if (ioctl(bpf, BIOCSETIF, &ifr) == -1) in bind_if_to_bpf() 95 return (-1); in bind_if_to_bpf() [all …]
|
H A D | wake.8 | 20 .Nm wake 21 .Nd send Wake on LAN frames to hosts on a local Ethernet network 30 program is used to send Wake on LAN (WoL) frames over a local 39 Wake on LAN frames over it. 56 .Bl -tag -width "/etc/ethers" -compact 58 Ethernet host name data base.
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3308-rock-pi-s.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 /dts-v1/; 9 #include <dt-bindings/leds/common.h> 24 stdout-path = "serial0:1500000n8"; 28 compatible = "gpio-leds"; 29 pinctrl-names = "default"; 30 pinctrl-0 = <&green_led>, <&heartbeat_led>; 32 green-led { 34 default-state = "on"; 38 linux,default-trigger = "default-on"; [all …]
|
H A D | rk3566-radxa-zero-3w.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 /dts-v1/; 5 #include "rk3566-radxa-zero-3.dtsi" 9 compatible = "radxa,zero-3w", "rockchip,rk3566"; 17 sdio_pwrseq: sdio-pwrseq { 18 compatible = "mmc-pwrseq-simple"; 20 clock-names = "ext_clock"; 21 pinctrl-names = "default"; 22 pinctrl-0 = <&wifi_reg_on_h>; 23 post-power-on-delay-ms = <100>; [all …]
|
H A D | rk3308-rock-s0.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 /dts-v1/; 5 #include <dt-bindings/leds/common.h> 10 compatible = "radxa,rock-s0", "rockchip,rk3308"; 20 stdout-path = "serial0:1500000n8"; 24 compatible = "gpio-leds"; 25 pinctrl-names = "default"; 26 pinctrl-0 = <&pwr_led>; 28 led-green { 30 default-state = "on"; [all …]
|
H A D | rk3566-radxa-cm3.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/leds/common.h> 18 compatible = "gpio-leds"; 20 led-0 { 24 linux,default-trigger = "timer"; 25 default-state = "on"; 26 pinctrl-names = "default"; 27 pinctrl-0 = <&user_led2>; 31 vcc_sys: vcc-sys-regulator { [all …]
|
H A D | rk3328-a1.dts | 1 // SPDX-License-Identifier: (GPL-2.0-only OR MIT) 2 // Copyright (c) 2017-2019 Arm Ltd. 4 /dts-v1/; 9 compatible = "azw,beelink-a1", "rockchip,rk3328"; 21 * /--- [all...] |
H A D | rk3566-box-demo.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/leds/common.h> 12 #include <dt-bindings/pinctrl/rockchip.h> 13 #include <dt-bindings/soc/rockchip,vop2.h> 18 compatible = "rockchip,rk3566-box-demo", "rockchip,rk3566"; 28 stdout-path = "serial2:1500000n8"; 31 gmac1_clkin: external-gmac1-clock { 32 compatible = "fixed-clock"; [all …]
|
H A D | rk3399-leez-p710.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 7 #include <dt-bindings/input/linux-event-codes.h> 8 #include <dt-bindings/interrupt-controller/irq.h> 9 #include <dt-bindings/pwm/pwm.h> 24 stdout-path = "serial2:1500000n8"; 27 clkin_gmac: external-gmac-clock { 28 compatible = "fixed-clock"; 29 clock-frequency = <125000000>; 30 clock-output-names = "clkin_gmac"; [all …]
|
H A D | rk3399-rock-pi-4.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 /dts-v1/; 8 #include <dt-bindings/input/linux-event-codes.h> 9 #include <dt-bindings/pwm/pwm.h> 11 #include "rk3399-opp.dtsi" 18 stdout-path = "serial2:1500000n8"; 21 clkin_gmac: external-gmac-clock { 22 compatible = "fixed-clock"; 23 clock-frequency = <125000000>; 24 clock-output-names = "clkin_gmac"; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
H A D | sun50i-h700-anbernic-rg35xx-plus.dts | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 6 #include "sun50i-h700-anbernic-rg35xx-2024.dts" 10 compatible = "anbernic,rg35xx-plus", "allwinner,sun50i-h700"; 13 compatible = "mmc-pwrseq-simple"; 15 clock-names = "ext_clock"; 16 pinctrl-0 = <&x32clk_fanout_pin>; 17 pinctrl-names = "default"; 18 post-power-on-delay-ms = <200>; 19 reset-gpios = <&pio 6 18 GPIO_ACTIVE_LOW>; /* PG18 */ 25 vmmc-supply = <®_cldo4>; [all …]
|
H A D | sun50i-h6-tanix-tx6.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 4 /dts-v1/; 6 #include "sun50i-h6-tanix.dtsi" 10 compatible = "oranth,tanix-tx6", "allwinner,sun50i-h6"; 14 linux,rc-map-name = "rc-tanix-tx5max"; 18 pinctrl-names = "default"; 19 pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>; 20 uart-has-rtscts; 24 compatible = "realtek,rtl8822cs-bt"; 25 device-wake-gpios = <&r_pio 1 2 GPIO_ACTIVE_HIGH>; /* PM2 */ [all …]
|
/freebsd/sys/dev/usb/controller/ |
H A D | ehcireg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 45 #define PCI_EHCI_PORTWAKECAP 0x62 /* RW Port wake caps (opt) */ 59 * (least-significant byte) and 92 #define EHCI_CMD_LHCR 0x00000080 /* RW light host ctrl reset */ 105 #define EHCI_STS_HCH 0x00001000 /* RO host controller halted */ 107 #define EHCI_STS_HSE 0x00000010 /* RWC host system error */ 124 #define EHCI_INTR_HSEE 0x00000010 /* host system error ena */ 141 #define EHCI_PS_WKOC_E 0x00400000 /* RW wake on over current ena */ 142 #define EHCI_PS_WKDSCNNT_E 0x00200000 /* RW wake on disconnect ena */ [all …]
|
/freebsd/sys/contrib/device-tree/src/riscv/allwinner/ |
H A D | sun20i-d1-mangopi-mq-pro.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 4 #include <dt-bindings/gpio/gpio.h> 5 #include <dt-bindings/leds/common.h> 7 /dts-v1/; 9 #include "sun20i-d1.dtsi" 10 #include "sun20i-common-regulators.dtsi" 14 compatible = "widora,mangopi-m [all...] |
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | atmel,maxtouch.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Nick Dyer <nick@shmanahar.org> 11 - Linus Walleij <linus.walleij@linaro.org> 18 - $ref: input.yaml# 30 vdda-supply: 34 vdd-supply: 38 reset-gpios: 45 wake-gpios: [all …]
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | ahpredef.c | 3 * Module Name: ahpredef - Table of all known ACPI predefined names 11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, process, 130 * 3. Neither the names of the above-listed copyright holders nor the names 174 …AH_PREDEF ("_ACx", "Active Cooling, x=0-9", "Returns the active cooling policy threshold values… 183 AH_PREDEF ("_ALx", "Active List, x=0-9", "Returns a list of active cooling device objects"), 187 AH_PREDEF ("_ATT", "Type-Specific Attribute", "Resource Descriptor field"), [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Alarm.cpp | 1 //===-- Alarm.cpp ---------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 #include "lldb/Host/Alarm.h" 10 #include "lldb/Host/ThreadLauncher.h" 72 it->expiration = expiration; in Restart() 103 // case, the thread will wake up as scheduled, find no expired events, and in Cancel() 115 "lldb.debugger.alarm-thread", [this] { return AlarmThread(); }, in StartAlarmThread() 120 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), alarm_thread.takeError(), in StartAlarmThread() 121 "failed to launch host thread: {0}"); in StartAlarmThread() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-g12a-fbx8am-realtek.dtso | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 4 /dts-v1/; 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/gpio/meson-g12a-gpio.h> 12 compatible = "realtek,rtl8822cs-bt"; 13 enable-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>; 14 host-wake-gpios = <&gpio GPIOX_19 GPIO_ACTIVE_HIGH>; 15 device-wake-gpios = <&gpio GPIOX_18 GPIO_ACTIVE_HIGH>;
|
H A D | meson-axg-jethome-jethub-j110-rev-2.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 10 #include "meson-axg-jethome-jethub-j1xx.dtsi" 13 compatible = "jethome,jethub-j110", "amlogic,a113d", "amlogic,meson-ax [all...] |
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | brcm,brcmstb-usb-phy.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/phy/brcm,brcmstb-usb-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 - Al Cooper <alcooperx@gmail.com> 13 - Rafał Miłecki <rafal@milecki.pl> 18 - brcm,bcm4908-usb-phy 19 - brcm,bcm7211-usb-phy 20 - brcm,bcm7216-usb-phy 21 - brcm,brcmstb-usb-phy [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rk3288-veyron.dtsi | 1 // 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"; 31 power_button: power-button { 32 compatible = "gpio-keys"; 33 pinctrl-names = "default"; 34 pinctrl-0 = <&pwr_key_l>; 36 key-power { 40 debounce-interval = <100>; [all …]
|