/Linux-v6.6/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-v6.6/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-v6.6/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 …]
|
D | sysfs-class-chromeos | 11 Control the keyboard wake lid angle. Values are between 12 0 and 360. This file will also show the keyboard wake lid
|
/Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/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 */
|
D | 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 */
|
/Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/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 */
|
/Linux-v6.6/drivers/soc/tegra/ |
D | pmc.c | 429 void __iomem *wake; member 2416 value = readl(pmc->wake + WAKE_AOWAKE_CNTRL(SW_WAKE_ID)); in tegra186_pmc_set_wake_filters() 2418 writel(value, pmc->wake + WAKE_AOWAKE_CNTRL(SW_WAKE_ID)); in tegra186_pmc_set_wake_filters() 2432 writel(0x1, pmc->wake + WAKE_AOWAKE_STATUS_W(data->hwirq)); in tegra186_pmc_irq_set_wake() 2435 value = readl(pmc->wake + WAKE_AOWAKE_TIER2_ROUTING(offset)); in tegra186_pmc_irq_set_wake() 2442 writel(value, pmc->wake + WAKE_AOWAKE_TIER2_ROUTING(offset)); in tegra186_pmc_irq_set_wake() 2445 writel(!!on, pmc->wake + WAKE_AOWAKE_MASK_W(data->hwirq)); in tegra186_pmc_irq_set_wake() 2455 value = readl(pmc->wake + WAKE_AOWAKE_CNTRL(data->hwirq)); in tegra186_pmc_irq_set_type() 2482 writel(value, pmc->wake + WAKE_AOWAKE_CNTRL(data->hwirq)); in tegra186_pmc_irq_set_type() 2922 pmc->wake = devm_ioremap_resource(&pdev->dev, res); in tegra_pmc_probe() [all …]
|
/Linux-v6.6/net/rxrpc/ |
D | txbuf.c | 109 bool wake = false; in rxrpc_shrink_call_tx_buffer() local 129 wake = true; in rxrpc_shrink_call_tx_buffer() 132 if (wake) in rxrpc_shrink_call_tx_buffer()
|
/Linux-v6.6/tools/perf/bench/ |
D | Build | 7 perf-y += futex-wake.o 8 perf-y += futex-wake-parallel.o
|
/Linux-v6.6/drivers/net/ethernet/wangxun/ngbe/ |
D | ngbe_main.c | 471 bool wake; in ngbe_shutdown() local 473 wake = !!wx->wol; in ngbe_shutdown() 475 ngbe_dev_shutdown(pdev, &wake); in ngbe_shutdown() 478 pci_wake_from_d3(pdev, wake); in ngbe_shutdown() 728 bool wake; in ngbe_suspend() local 730 ngbe_dev_shutdown(pdev, &wake); in ngbe_suspend() 731 device_set_wakeup_enable(&pdev->dev, wake); in ngbe_suspend()
|
/Linux-v6.6/tools/perf/Documentation/ |
D | perf-bench.txt | 214 *wake*:: 215 Suite for evaluating wake calls. 217 *wake-parallel*:: 218 Suite for evaluating parallel wake calls.
|
/Linux-v6.6/Documentation/devicetree/bindings/net/ |
D | btusb.txt | 23 that shall be used for out-of-band wake-on-bt. Driver will 31 Following example uses irq pin number 3 of gpio0 for out of band wake-on-bt:
|
/Linux-v6.6/arch/arm/boot/dts/rockchip/ |
D | rk3288-veyron.dtsi | 434 snps,need-phy-for-wake; 443 snps,need-phy-for-wake; 540 bt_host_wake: bt-host-wake { 544 bt_host_wake_l: bt-host-wake-l { 573 bt_dev_wake_sleep: bt-dev-wake-sleep { 577 bt_dev_wake_awake: bt-dev-wake-awake { 581 bt_dev_wake: bt-dev-wake {
|