Home
last modified time | relevance | path

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

12345678910>>...15

/linux/drivers/net/wireless/mediatek/mt76/
A Dmt76_connac.h64 } wake; member
114 spin_lock_bh(&pm->wake.lock); in mt76_connac_pm_ref()
118 pm->wake.count++; in mt76_connac_pm_ref()
121 spin_unlock_bh(&pm->wake.lock); in mt76_connac_pm_ref()
129 spin_lock_bh(&pm->wake.lock); in mt76_connac_pm_unref()
132 if (--pm->wake.count == 0 && in mt76_connac_pm_unref()
136 spin_unlock_bh(&pm->wake.lock); in mt76_connac_pm_unref()
148 spin_lock_bh(&pm->wake.lock); in mt76_connac_skip_fw_pmctrl()
149 ret = pm->wake.count || test_and_set_bit(MT76_STATE_PM, &phy->state); in mt76_connac_skip_fw_pmctrl()
150 spin_unlock_bh(&pm->wake.lock); in mt76_connac_skip_fw_pmctrl()
/linux/Documentation/devicetree/bindings/net/nfc/
A Dsamsung,s3fwrn5.yaml33 wake-gpios:
48 Use wake-gpios
55 - wake-gpios
85 wake-gpios = <&gpj0 2 GPIO_ACTIVE_HIGH>;
97 wake-gpios = <&gpio 16 GPIO_ACTIVE_HIGH>;
/linux/Documentation/ABI/testing/
A Dsysfs-devices-platform-ACPI-TAD31 "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.
A Dsysfs-devices-power14 space to check if the device is enabled to wake up the system
33 be enabled to wake up the system from sleep states.
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
134 If the device is not capable to wake up the system from sleep
157 If the device is not capable to wake up the system from sleep
170 not enabled to wake up the system from sleep states, this
182 wake up the system from sleep states, this attribute is not
[all …]
A Dsysfs-class-chromeos11 Control the keyboard wake lid angle. Values are between
12 0 and 360. This file will also show the keyboard wake lid
/linux/drivers/gpu/drm/
A Ddrm_vblank_work.c50 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/Documentation/devicetree/bindings/net/
A Drealtek-bluetooth.yaml25 device-wake-gpios:
33 host-wake-gpios:
55 device-wake-gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */
56 host-wake-gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
/linux/Documentation/devicetree/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.
A Drtc-meson-vrtc.txt15 the SCP will wake up and will then wake the AP.
/linux/drivers/nfc/s3fwrn5/
A Dphy_common.c17 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()
A Ds3fwrn5.h62 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/Documentation/devicetree/bindings/arm/
A Datmel-sysregs.txt110 - #address-cells: should be one. The cell is the wake-up input index.
115 - debounce-delay-us: minimum wake-up inputs debouncer period in
117 - atmel,wakeup-rtc-timer: boolean to enable Real-Time Clock wake-up.
122 The node contains child nodes for each wake-up input that the platform uses.
127 Tree. Note also that input 0 is linked to the wake-up pin and is frequently
131 - reg: should contain the wake-up input index [0 - 15].
134 - atmel,wakeup-active-high: boolean, the corresponding wake-up input described
135 by the child, forces the wake-up of the core power supply on a high level.
/linux/Documentation/devicetree/bindings/input/touchscreen/
A Dchipone,icn8318.yaml25 wake-gpios:
34 - wake-gpios
54 wake-gpios = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */
/linux/Documentation/devicetree/bindings/net/can/
A Dtcan4x5x.txt25 - device-wake-gpios: Wake up GPIO to wake up the TCAN device.
38 device-wake-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
/linux/fs/btrfs/
A Dextent-io-tree.h130 u32 bits, int wake, int delete,
133 u32 bits, int wake, int delete,
159 int wake = 0; in clear_extent_bits() local
162 wake = 1; in clear_extent_bits()
164 return clear_extent_bit(tree, start, end, bits, wake, 0, NULL); in clear_extent_bits()
/linux/Documentation/admin-guide/
A Dbtmrvl.rst17 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/Documentation/locking/
A Dfutex-requeue-pi.rst20 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/Documentation/devicetree/bindings/interrupt-controller/
A Darm,vic.yaml54 as wake up source for the system. Order of bits is the same as for
56 can be configured as a wake up source for the system. If unspecied,
57 defaults to all interrupt sources configurable as wake up sources.
/linux/tools/perf/bench/
A DBuild6 perf-y += futex-wake.o
7 perf-y += futex-wake-parallel.o
/linux/arch/arm64/boot/dts/allwinner/
A Dsun50i-h6-pine-h64-model-b.dts46 device-wake-gpios = <&r_pio 1 2 GPIO_ACTIVE_HIGH>; /* PM2 */
47 host-wake-gpios = <&r_pio 1 1 GPIO_ACTIVE_HIGH>; /* PM1 */
/linux/tools/perf/Documentation/
A Dperf-bench.txt211 *wake*::
212 Suite for evaluating wake calls.
214 *wake-parallel*::
215 Suite for evaluating parallel wake calls.
/linux/arch/arm/boot/dts/
A Drk3288-veyron.dtsi430 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 {
/linux/Documentation/devicetree/bindings/net/wireless/
A Dbrcm,bcm4329-fmac.yaml57 description: Name for the OOB IRQ, this must be set to "host-wake".
58 const: host-wake
105 interrupt-names = "host-wake";
/linux/kernel/rcu/
A Dtree_exp.h183 bool wake, unsigned long flags) in __rcu_report_exp_rnp() argument
199 if (wake) { in __rcu_report_exp_rnp()
218 static void __maybe_unused rcu_report_exp_rnp(struct rcu_node *rnp, bool wake) in rcu_report_exp_rnp() argument
223 __rcu_report_exp_rnp(rnp, wake, flags); in rcu_report_exp_rnp()
231 unsigned long mask, bool wake) in rcu_report_exp_cpu_mult() argument
250 __rcu_report_exp_rnp(rnp, wake, flags); /* Releases rnp->lock. */ in rcu_report_exp_cpu_mult()
/linux/Documentation/devicetree/bindings/input/
A Datmel,maxtouch.yaml42 wake-gpios:
45 Optional GPIO specifier for the touchscreen's wake pin
66 The WAKE line is an active-low input that is used to wake up the touch

Completed in 24 milliseconds

12345678910>>...15