Home
last modified time | relevance | path

Searched full:awake (Results 1 – 25 of 163) sorted by relevance

1234567

/linux/drivers/net/wireless/marvell/libertas/
H A Dcmdresp.c267 lbs_deb_cmd("EVENT: host awake\n"); in lbs_process_event()
280 lbs_deb_cmd("EVENT: ds awake\n"); in lbs_process_event()
286 lbs_deb_cmd("EVENT: ps awake\n"); in lbs_process_event()
287 /* handle unexpected PS AWAKE event */ in lbs_process_event()
290 "EVENT: In FULL POWER mode - ignore PS AWAKE\n"); in lbs_process_event()
H A Dhost.h710 * AdHoc awake period (FW v9+ only):
712 * 1 = always awake (IEEE standard behavior)
713 * 2 - 31 = sleep for (n - 1) periods and awake for 1 period
/linux/drivers/net/wireless/ti/wl18xx/
H A Dconf.h100 /* Duty Cycle (20-80% of staying Awake) for IDLE AP
104 /* Duty Cycle (20-80% of staying Awake) for Connected AP
H A Dacx.h351 /* Duty Cycle (20-80% of staying Awake) for IDLE AP
355 /* Duty Cycle (20-80% of staying Awake) for Connected AP
/linux/drivers/gpu/drm/xe/
H A Dxe_pm.c712 * Return: True if device is awake (regardless the previous number of references)
724 * Return: True if device is awake, a previous reference had been already taken,
730 /* The device is awake, grab the ref and move on */ in xe_pm_runtime_get_if_in_use()
779 * xe_pm_runtime_resume_and_get - Resume, then get a runtime_pm ref if awake.
782 * Returns: True if device is awake and the reference was taken, false otherwise.
787 /* The device is awake, grab the ref and move on */ in xe_pm_runtime_resume_and_get()
H A Dxe_force_wake.c170 * domains were awake.
205 xe_gt_WARN(gt, awake_failed, "Forcewake domain%s %#x failed to acknowledge awake request\n", in xe_force_wake_get()
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_reset.c277 intel_engine_mask_t awake; in igt_atomic_reset() local
281 awake = reset_prepare(gt); in igt_atomic_reset()
287 reset_finish(gt, awake); in igt_atomic_reset()
H A Dselftest_context.c222 pr_err("%s is awake before starting %s!\n", in __live_active_context()
292 "%s is still awake:%d after idle-barriers\n", in __live_active_context()
375 pr_err("%s is awake before starting %s!\n", in __live_remote_context()
H A Dselftest_engine_pm.c372 * know that the engine is already awake, in which in live_engine_pm()
399 pr_err("%s is still awake after flushing pm\n", in live_engine_pm()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_uc.c156 * is a chance that it could still be awake after we successfully in gsc_allocate_and_map_vma()
166 * guaranteed to always work as long as the GPU itself is awake (which in gsc_allocate_and_map_vma()
167 * it must be if the GSC is awake). in gsc_allocate_and_map_vma()
/linux/drivers/net/wireless/ath/ath11k/
H A Dpci.h25 /* register used for handshake mechanism to validate UMAC is awake */
/linux/Documentation/devicetree/bindings/powerpc/
H A Dsleep.yaml29 awake during system suspend, but will not be disabled until then.
/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,rpm-master-stats.yaml24 voting for staying awake.
/linux/drivers/net/wireless/marvell/mwifiex/
H A DREADME128 ps_state = <0/1/2/3, full power state/awake state/pre-sleep state/sleep state>
131 wakeup_tries = <wakeup device count, cleared when device awake>
/linux/Documentation/devicetree/bindings/soc/fsl/
H A Dfsl,rcpm.yaml69 mechanism for keeping certain blocks awake during STANDBY and MEM, in
/linux/drivers/net/wireless/broadcom/b43/
H A Dmain.h82 #define B43_PS_AWAKE (1 << 2) /* Force device awake */
/linux/drivers/acpi/acpica/
H A Dexsystem.c50 "*** Thread awake after blocking, %s\n", in acpi_ex_system_wait_semaphore()
95 "*** Thread awake after blocking, %s\n", in acpi_ex_system_wait_mutex()
/linux/arch/arm/mach-omap2/
H A Dsleep24xx.S66 subs r5, r5, #0x1 @ awake, wait just a bit
/linux/drivers/net/wireless/ath/ath12k/
H A Dpci.h25 /* register used for handshake mechanism to validate UMAC is awake */
/linux/drivers/platform/olpc/
H A Dolpc-xo175-ec.c637 * the SoC is definitely awake. in olpc_xo175_ec_resume()
641 /* Enable all EC events while we're awake */ in olpc_xo175_ec_resume()
715 /* Enable all EC events while we're awake */ in olpc_xo175_ec_probe()
/linux/Documentation/networking/
H A Ddriver.rst73 netdev_warn(dev, "Tx Ring full when queue awake!\n");
/linux/include/linux/
H A Dti_wilink_st.h117 * @tx_waitq: if the chip is not in AWAKE state, the skbs needs to be queued
423 * asleep or run host faster when chip awake etc..
/linux/drivers/net/wireless/ti/wl12xx/
H A Dacx.h194 /* the number of beacons in awake mode */
/linux/drivers/bluetooth/
H A Dhci_bcm.c75 * assert = Bluetooth device must wake up or remain awake,
1000 static int bcm_apple_set_device_wakeup(struct bcm_device *dev, bool awake) in bcm_apple_set_device_wakeup() argument
1002 if (ACPI_FAILURE(acpi_execute_simple_method(dev->btlp, NULL, !awake))) in bcm_apple_set_device_wakeup()
1044 static int bcm_gpio_set_device_wakeup(struct bcm_device *dev, bool awake) in bcm_gpio_set_device_wakeup() argument
1046 gpiod_set_value_cansleep(dev->device_wakeup, awake); in bcm_gpio_set_device_wakeup()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Ddebugfs.c122 /* make sure the chip is awake here and ps_work is scheduled in mt7615_pm_set()
161 seq_printf(s, "awake time: %14u\ndoze time: %15u\n", in mt7615_pm_stats()

1234567