| /u-boot/doc/device-tree-bindings/rtc/ |
| 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.
|
| /u-boot/arch/x86/cpu/intel_common/ |
| A D | generic_wifi.c | 45 unsigned int wake; member 80 acpigen_write_prw(ctx, config->wake, config->maxsleep); in generic_wifi_fill_ssdt() 95 ret = dev_read_u32(dev, "acpi,wake", &config.wake); in intel_wifi_acpi_fill_ssdt()
|
| /u-boot/arch/x86/include/asm/arch-apollolake/acpi/ |
| A D | xhci.asl | 11 Name (_S0W, 3) /* D3 can wake device in S0 */ 12 Name (_S3W, 3) /* D3 can wake system from S3 */
|
| A D | pch_hda.asl | 16 /* Device is D3 wake capable */ 27 /* can wake up from S3 state */
|
| /u-boot/doc/device-tree-bindings/ |
| A D | device.txt | 25 - acpi,wake : Provides the GPE used to detect a request from a device to wake 51 acpi,wake = <GPE0_DW3_00>;
|
| /u-boot/drivers/i2c/ |
| A D | acpi_i2c.c | 109 if (priv->wake) { in acpi_i2c_fill_ssdt() 111 acpigen_write_prw(ctx, priv->wake, 3); in acpi_i2c_fill_ssdt() 194 dev_read_u32(dev, "acpi,wake", &priv->wake); in acpi_i2c_of_to_plat()
|
| /u-boot/arch/arm/dts/ |
| A D | rk3288-veyron-chromebook.dtsi | 134 /* Common for sleep and wake, but no owners */ 144 /* Common for sleep and wake, but no owners */ 179 suspend_l_wake: suspend-l-wake {
|
| A D | rk3399-rock-pi-4b.dts | 23 interrupt-names = "host-wake";
|
| A D | rk3399-rock-pi-4c.dts | 24 interrupt-names = "host-wake";
|
| A D | sun50i-h5-orangepi-zero-plus2.dts | 81 interrupt-names = "host-wake";
|
| A D | sun50i-h6-orangepi-lite2.dts | 36 interrupt-names = "host-wake";
|
| A D | sun5i-a13-utoo-p66.dts | 118 /* The icn8318 binding expects wake-gpios instead of power-gpios */ 119 wake-gpios = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */
|
| A D | rk3399-leez-p710.dts | 436 bt_host_wake_l: bt-host-wake-l { 440 bt_wake_l: bt-wake-l { 471 wifi_host_wake_l: wifi-host-wake-l { 507 interrupt-names = "host-wake";
|
| A D | rk3399-rock960.dtsi | 413 bt_host_wake_l: bt-host-wake-l { 417 bt_wake_l: bt-wake-l { 492 wifi_host_wake_l: wifi-host-wake-l { 526 interrupt-names = "host-wake";
|
| A D | sunxi-h3-h5-emlid-neutis.dtsi | 98 interrupt-names = "host-wake";
|
| A D | rk3399-khadas-edge.dtsi | 569 bt_host_wake_l: bt-host-wake-l { 577 bt_wake_l: bt-wake-l { 625 wifi_host_wake_l: wifi-host-wake-l { 666 interrupt-names = "host-wake";
|
| A D | rk3399-orangepi.dts | 608 wifi_host_wake_l: wifi-host-wake-l { 618 bt_host_wake_l: bt-host-wake-l { 622 bt_wake_l: bt-wake-l { 695 interrupt-names = "host-wake";
|
| /u-boot/include/acpi/ |
| A D | acpi_device.h | 101 enum acpi_irq_wake wake; member 302 u32 wake; member
|
| /u-boot/drivers/misc/ |
| A D | irq_sandbox.c | 84 acpi_irq->wake = ACPI_IRQ_WAKE; in sandbox_get_acpi()
|
| /u-boot/test/dm/ |
| A D | irq.c | 96 ut_asserteq(ACPI_IRQ_WAKE, airq.wake); in dm_test_irq_get_acpi()
|
| /u-boot/arch/x86/cpu/ |
| A D | acpi_gpe.c | 87 acpi_irq->wake = irq->flags & X86_IRQ_TYPE_WAKE ? ACPI_IRQ_WAKE : in acpi_gpe_get_acpi()
|
| /u-boot/doc/device-tree-bindings/sound/ |
| A D | da7219.txt | 23 interrupt is to be used to wake system, otherwise "irq" should be used. 24 - wakeup-source: Flag to indicate this device can wake system (suspend/resume).
|
| /u-boot/drivers/mmc/ |
| A D | pci_mmc.c | 107 gpio.irq.wake = ACPI_IRQ_WAKE; in pci_mmc_acpi_fill_ssdt()
|
| /u-boot/doc/device-tree-bindings/gpio/ |
| A D | intel,x86-broadwell-pinctrl.txt | 121 <9 &gpio_input_invert 0>,/* trackpad_int_l (wake) */ 157 <45 &gpio_acpi_sci 0>, /* dsp_int - codec wake */
|
| /u-boot/doc/arch/ |
| A D | arm64.rst | 35 4. Spin-table is used to wake up secondary processors. One location
|