Home
last modified time | relevance | path

Searched refs:wake (Results 1 – 25 of 84) sorted by relevance

1234

/u-boot/doc/device-tree-bindings/rtc/
A Dbrcm,brcmstb-waketimer.txt1 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 Dgeneric_wifi.c45 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 Dxhci.asl11 Name (_S0W, 3) /* D3 can wake device in S0 */
12 Name (_S3W, 3) /* D3 can wake system from S3 */
A Dpch_hda.asl16 /* Device is D3 wake capable */
27 /* can wake up from S3 state */
/u-boot/doc/device-tree-bindings/
A Ddevice.txt25 - 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 Dacpi_i2c.c109 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 Drk3288-veyron-chromebook.dtsi134 /* 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 Drk3399-rock-pi-4b.dts23 interrupt-names = "host-wake";
A Drk3399-rock-pi-4c.dts24 interrupt-names = "host-wake";
A Dsun50i-h5-orangepi-zero-plus2.dts81 interrupt-names = "host-wake";
A Dsun50i-h6-orangepi-lite2.dts36 interrupt-names = "host-wake";
A Dsun5i-a13-utoo-p66.dts118 /* The icn8318 binding expects wake-gpios instead of power-gpios */
119 wake-gpios = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */
A Drk3399-leez-p710.dts436 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 Drk3399-rock960.dtsi413 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 Dsunxi-h3-h5-emlid-neutis.dtsi98 interrupt-names = "host-wake";
A Drk3399-khadas-edge.dtsi569 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 Drk3399-orangepi.dts608 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 Dacpi_device.h101 enum acpi_irq_wake wake; member
302 u32 wake; member
/u-boot/drivers/misc/
A Dirq_sandbox.c84 acpi_irq->wake = ACPI_IRQ_WAKE; in sandbox_get_acpi()
/u-boot/test/dm/
A Dirq.c96 ut_asserteq(ACPI_IRQ_WAKE, airq.wake); in dm_test_irq_get_acpi()
/u-boot/arch/x86/cpu/
A Dacpi_gpe.c87 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 Dda7219.txt23 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 Dpci_mmc.c107 gpio.irq.wake = ACPI_IRQ_WAKE; in pci_mmc_acpi_fill_ssdt()
/u-boot/doc/device-tree-bindings/gpio/
A Dintel,x86-broadwell-pinctrl.txt121 <9 &gpio_input_invert 0>,/* trackpad_int_l (wake) */
157 <45 &gpio_acpi_sci 0>, /* dsp_int - codec wake */
/u-boot/doc/arch/
A Darm64.rst35 4. Spin-table is used to wake up secondary processors. One location

Completed in 40 milliseconds

1234