/linux-6.6.21/Documentation/devicetree/bindings/power/reset/ |
D | atmel,sama5d2-shdwc.yaml | 14 and VDDCORE and the wake-up detection on debounced input lines. 40 Minimum wake-up inputs debouncer period in microseconds. It is usually a 44 description: enable real-time clock wake-up 48 description: enable real-time timer wake-up 55 the Device Tree. Note also that input 0 is linked to the wake-up pin and 60 description: contains the wake-up input index 66 The corresponding wake-up input described by the child forces the 67 wake-up of the core power supply on a high level. The default is to
|
D | atmel,at91sam9260-shdwc.yaml | 14 and VDDCORE and the wake-up detection on debounced input lines. 35 description: counter on wake-up 0 41 description: enable real-time timer wake-up 45 description: enable real-time clock wake-up
|
/linux-6.6.21/Documentation/devicetree/bindings/pinctrl/ |
D | samsung,pinctrl-wakeup-interrupt.yaml | 7 title: Samsung S3C/S5P/Exynos SoC pin controller - wake-up interrupt controller 18 External wake-up interrupts for Samsung S3C/S5P/Exynos SoC pin controller. 19 For S3C24xx, S3C64xx, S5PV210 and Exynos4210 compatible wake-up interrupt 20 controllers, only one pin-controller device node can include external wake-up 21 interrupts child node (in other words, only one External wake-up interrupts 24 external wake-up interrupts child node. 43 Interrupt used by multiplexed external wake-up interrupts.
|
D | samsung,pinctrl-gpio-bank.yaml | 31 For GPIO banks supporting external GPIO interrupts or external wake-up 37 For GPIO banks supporting external GPIO interrupts or external wake-up 42 For GPIO banks supporting direct external wake-up interrupts (without 43 multiplexing). Number of interrupts must match number of wake-up capable
|
D | samsung,pinctrl.yaml | 24 - External wake-up interrupts - multiplexed (capable of waking up the system 25 see interrupts property in external wake-up interrupt controller node - 28 - External wake-up interrupts - direct (capable of waking up the system, see 29 interrupts property in every bank of pin controller with external wake-up 155 /* Pin bank with external GPIO or muxed external wake-up interrupts */ 185 /* Pin bank with external GPIO or muxed external wake-up interrupts */ 235 /* Pin bank with external GPIO or muxed external wake-up interrupts */ 249 /* Pin bank with external direct wake-up interrupts */ 320 /* Pin bank with external direct wake-up interrupts */ 368 /* Pin bank with external GPIO or muxed external wake-up interrupts */
|
/linux-6.6.21/Documentation/devicetree/bindings/net/nfc/ |
D | samsung,s3fwrn5.yaml | 32 wake-gpios: 47 Use wake-gpios 54 - wake-gpios 84 wake-gpios = <&gpj0 2 GPIO_ACTIVE_HIGH>; 96 wake-gpios = <&gpio 16 GPIO_ACTIVE_HIGH>;
|
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/ |
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()
|
/linux-6.6.21/drivers/gpu/drm/ |
D | drm_vblank_work.c | 50 bool wake = false; in drm_handle_vblank_works() local 61 wake = true; in drm_handle_vblank_works() 63 if (wake) in drm_handle_vblank_works() 113 bool passed, inmodeset, rescheduling = false, wake = false; in drm_vblank_work_schedule() local 151 wake = true; in drm_vblank_work_schedule() 161 if (wake) in drm_vblank_work_schedule()
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-devices-platform-ACPI-TAD | 31 "disabled", if the AC alarm is not set to wake up the system. 37 expires, it will immediately wake up the system from the S3 45 (RW) The AC alarm expired timer wake policy (see ACPI 6.2, 48 Reads return the current expired timer wake delay for the AC 52 Write a new expired timer wake delay for the AC alarm timer in 53 seconds or "never" to it to set the expired timer wake delay for 54 the AC alarm timer or to set its expired wake policy to discard 81 it will immediately wake up the system from the S3 sleep state 100 (RW,optional) The DC alarm expired timer wake policy.
|
D | sysfs-devices-power | 14 space to check if the device is enabled to wake up the system 33 be enabled to wake up the system from sleep states. 86 attribute is read-only. If the device is not capable to wake up 88 If the device is not enabled to wake up the system from sleep 98 is read-only. If the device is not capable to wake up the 100 the device is not enabled to wake up the system from sleep 111 is not capable to wake up the system from sleep states, this 112 attribute is not present. If the device is not enabled to wake 122 read-only. If the device is not capable to wake up the system 124 device is not enabled to wake up the system from sleep states, [all …]
|
/linux-6.6.21/Documentation/devicetree/bindings/net/ |
D | realtek-bluetooth.yaml | 32 device-wake-gpios: 40 host-wake-gpios: 62 device-wake-gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */ 63 host-wake-gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
|
/linux-6.6.21/drivers/nfc/s3fwrn5/ |
D | phy_common.c | 17 void s3fwrn5_phy_set_wake(void *phy_id, bool wake) in s3fwrn5_phy_set_wake() argument 22 gpio_set_value(phy->gpio_fw_wake, wake); in s3fwrn5_phy_set_wake() 23 if (wake) in s3fwrn5_phy_set_wake()
|
D | s3fwrn5.h | 62 static inline int s3fwrn5_set_wake(struct s3fwrn5_info *info, bool wake) in s3fwrn5_set_wake() argument 67 info->phy_ops->set_wake(info->phy_id, wake); in s3fwrn5_set_wake()
|
/linux-6.6.21/Documentation/devicetree/bindings/input/touchscreen/ |
D | chipone,icn8318.yaml | 25 wake-gpios: 34 - wake-gpios 54 wake-gpios = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */
|
/linux-6.6.21/arch/arm64/boot/dts/mediatek/ |
D | mt8192-asurada-hayato-r1.dts | 50 pins-bt-wake { 55 pins-ap-wake-bt { 126 device-wake-gpios = <&pio 168 GPIO_ACTIVE_HIGH>; 127 host-wake-gpios = <&pio 22 GPIO_ACTIVE_LOW>;
|
/linux-6.6.21/drivers/soc/xilinx/ |
D | xlnx_event_manager.c | 73 bool wake; member 89 static int xlnx_add_cb_for_notify_event(const u32 node_id, const u32 event, const bool wake, in xlnx_add_cb_for_notify_event() argument 115 eve_data->wake = wake; in xlnx_add_cb_for_notify_event() 282 const bool wake, event_cb_func_t cb_fun, void *data) in xlnx_register_event() argument 304 ret = xlnx_add_cb_for_notify_event(node_id, event, wake, cb_fun, data); in xlnx_register_event() 313 ret = xlnx_add_cb_for_notify_event(node_id, eve, wake, cb_fun, in xlnx_register_event() 339 ret = zynqmp_pm_register_notifier(node_id, event, wake, true); in xlnx_register_event() 465 eve_data->wake, true); in xlnx_call_notify_cb_handler()
|
/linux-6.6.21/Documentation/devicetree/bindings/rtc/ |
D | brcm,brcmstb-waketimer.yaml | 7 title: Broadcom STB wake-up Timer 13 The Broadcom STB wake-up timer provides a 27Mhz resolution timer, with the 14 ability to wake up the system from low-power suspend/standby modes and
|
/linux-6.6.21/Documentation/devicetree/bindings/net/can/ |
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>;
|
/linux-6.6.21/include/linux/firmware/ |
D | xlnx-event-manager.h | 16 const u32 event, const bool wake, 23 const u32 event, const bool wake, in xlnx_register_event() argument
|
/linux-6.6.21/arch/arm64/boot/dts/allwinner/ |
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 */
|
/linux-6.6.21/Documentation/admin-guide/ |
D | btmrvl.rst | 17 where GPIO is the pin number of GPIO used to wake up the host. 26 # Use SDIO interface to wake up the host and set GAP to 0x80: 30 # Use GPIO pin #3 to wake up the host and set GAP to 0xff: 54 These commands are used to enable host sleep or wake up firmware
|
/linux-6.6.21/arch/arm64/boot/dts/amlogic/ |
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>;
|
/linux-6.6.21/Documentation/locking/ |
D | futex-requeue-pi.rst | 20 implementation would wake the highest-priority waiter, and leave the 92 The requeue code cannot simply wake the waiter and leave it to 109 wake-up scenarios. 113 possibly wake the waiting tasks. Internally, this system call is 125 their sum is all that really matters. futex_requeue() will wake or 126 requeue up to nr_wake + nr_requeue tasks. It will wake only as many
|
/linux-6.6.21/arch/arm64/boot/dts/qcom/ |
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 {
|
/linux-6.6.21/arch/riscv/boot/dts/allwinner/ |
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 */
|