/src/sys/arch/arm/dts/ |
sun50i-a64-pinebook.dts | 41 device-wake-gpios = <&r_pio 0 5 GPIO_ACTIVE_LOW>; /* PL5 */ 42 host-wake-gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/ |
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 */
|
sun50i-h6-orangepi-lite2.dts | 36 interrupt-names = "host-wake";
|
/src/lib/librumpuser/ |
rumpfiber.h | 57 void wake(struct thread *thread);
|
rumpfiber.c | 149 wakeup = tm + 1000; /* wake up in 1s max */ 155 wake(thread); 278 wake(jw_iter->jw_thread); 322 wake(joinable); 363 void wake(struct thread *thread) function in typeref:typename:void 623 wake(w->who); 635 wake(w->who);
|
/src/usr.sbin/wakeonlan/ |
wakeonlan.c | 29 /* Send Wake on LAN packets to hosts on a local Ethernet network */ 68 static int wake(int, const char *); 83 wake(int bpf, const char *host) function in typeref:typename:int 215 if (wake(bpf, argv[n])) 216 warn("Cannot send Wake on LAN frame over `%s' to `%s'",
|
/src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/allwinner/ |
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 */
|
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 */
|
sun20i-d1s-mangopi-mq.dts | 102 interrupt-names = "host-wake";
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/ |
rk3399-rock-pi-4b.dts | 27 interrupt-names = "host-wake";
|
rk3399-rock-pi-4c.dts | 28 interrupt-names = "host-wake";
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
sun5i-a13-utoo-p66.dts | 104 /* The icn8318 binding expects wake-gpios instead of power-gpios */ 105 wake-gpios = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */
|
rk3288-veyron-pinky.dts | 69 /* Common for sleep and wake, but no owners */ 74 /* Wake only */ 79 /* Common for sleep and wake, but no owners */
|
rk3288-veyron.dtsi | 430 snps,need-phy-for-wake; 439 snps,need-phy-for-wake; 536 bt_host_wake: bt-host-wake { 540 bt_host_wake_l: bt-host-wake-l { 569 bt_dev_wake_sleep: bt-dev-wake-sleep { 573 bt_dev_wake_awake: bt-dev-wake-awake { 577 bt_dev_wake: bt-dev-wake {
|
rk3288-veyron-jaq.dts | 293 /* Common for sleep and wake, but no owners */ 298 /* Wake only */ 303 /* Common for sleep and wake, but no owners */
|
rk3288-veyron-speedy.dts | 285 /* Common for sleep and wake, but no owners */ 290 /* Wake only */ 294 /* Common for sleep and wake, but no owners */
|
sun4i-a10-pov-protab2-ips9.dts | 112 wake-gpios = <&pio 1 13 GPIO_ACTIVE_LOW>;
|
imx6ul-imx6ull-opos6ul.dtsi | 84 interrupt-names = "host-wake";
|
rk3288-veyron-brain.dts | 46 /* Common for sleep and wake, but no owners */
|
rk3288-veyron-minnie.dts | 350 /* Common for sleep and wake, but no owners */ 355 /* Wake only */ 359 /* Common for sleep and wake, but no owners */
|
sun4i-a10-inet1.dts | 120 wake-gpios = <&pio 1 13 GPIO_ACTIVE_HIGH>; /* PB13 */
|
imx6qdl-emcon-avari.dtsi | 121 wake-gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
|
sun8i-h3-nanopi-r1.dts | 109 interrupt-names = "host-wake";
|
sunxi-h3-h5-emlid-neutis.dtsi | 98 interrupt-names = "host-wake";
|
/src/games/worm/ |
worm.c | 94 static void wake(int); 117 signal(SIGALRM, wake); 220 wake(int dummy) function in typeref:typename:void 222 signal(SIGALRM, wake);
|