Home
last modified time | relevance | path

Searched full:asleep (Results 1 – 25 of 233) sorted by relevance

12345678910

/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
Dvidtv_tuner.c83 * @asleep: whether the tuner is asleep, i.e whether _sleep() or _suspend() was
96 bool asleep; member
261 tuner_dev->hw_state.asleep = false; in vidtv_tuner_init()
271 tuner_dev->hw_state.asleep = true; in vidtv_tuner_sleep()
279 tuner_dev->hw_state.asleep = true; in vidtv_tuner_suspend()
287 tuner_dev->hw_state.asleep = false; in vidtv_tuner_resume()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
Dvidtv_tuner.c83 * @asleep: whether the tuner is asleep, i.e whether _sleep() or _suspend() was
96 bool asleep; member
261 tuner_dev->hw_state.asleep = false; in vidtv_tuner_init()
271 tuner_dev->hw_state.asleep = true; in vidtv_tuner_sleep()
279 tuner_dev->hw_state.asleep = true; in vidtv_tuner_suspend()
287 tuner_dev->hw_state.asleep = false; in vidtv_tuner_resume()
/kernel/linux/linux-5.10/drivers/usb/phy/
Dphy-twl6030-usb.c96 u8 asleep; member
222 twl->asleep = 1; in twl6030_usb_irq()
235 if (twl->asleep) { in twl6030_usb_irq()
237 twl->asleep = 0; in twl6030_usb_irq()
261 twl->asleep = 1; in twl6030_usbotg_irq()
397 twl->asleep = 0; in twl6030_usb_probe()
/kernel/linux/linux-6.6/drivers/usb/phy/
Dphy-twl6030-usb.c96 u8 asleep; member
222 twl->asleep = 1; in twl6030_usb_irq()
235 if (twl->asleep) { in twl6030_usb_irq()
237 twl->asleep = 0; in twl6030_usb_irq()
261 twl->asleep = 1; in twl6030_usbotg_irq()
397 twl->asleep = 0; in twl6030_usb_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/
Disl_38xx.c99 isl38xx_trigger_device(int asleep, void __iomem *device_base) in isl38xx_trigger_device() argument
110 if (asleep) { in isl38xx_trigger_device()
146 "%lld.%09ld Device asleep counter %i\n", in isl38xx_trigger_device()
/kernel/linux/linux-6.6/drivers/staging/olpc_dcon/
Dolpc_dcon.c200 if (dcon->asleep == sleep) in dcon_sleep()
213 dcon->asleep = sleep; in dcon_sleep()
222 dcon->asleep = sleep; in dcon_sleep()
404 return sprintf(buf, "%d\n", dcon->asleep); in dcon_sleep_show()
695 if (!dcon->asleep) { in dcon_suspend()
708 if (!dcon->asleep) { in dcon_resume()
Dolpc_dcon.h88 bool asleep; member
/kernel/linux/linux-5.10/drivers/staging/olpc_dcon/
Dolpc_dcon.c199 if (dcon->asleep == sleep) in dcon_sleep()
212 dcon->asleep = sleep; in dcon_sleep()
221 dcon->asleep = sleep; in dcon_sleep()
403 return sprintf(buf, "%d\n", dcon->asleep); in dcon_sleep_show()
698 if (!dcon->asleep) { in dcon_suspend()
711 if (!dcon->asleep) { in dcon_resume()
Dolpc_dcon.h88 bool asleep; member
/kernel/linux/linux-6.6/Documentation/driver-api/usb/
Dpersist.rst34 while the system was asleep and a new keyboard was plugged in when the
49 was asleep, on many systems during the initial stages of wakeup the
155 USB card reader while the system is asleep, the kernel will have no
/kernel/linux/linux-5.10/Documentation/driver-api/usb/
Dpersist.rst34 while the system was asleep and a new keyboard was plugged in when the
49 was asleep, on many systems during the initial stages of wakeup the
155 USB card reader while the system is asleep, the kernel will have no
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-driver-intel-rapid-start20 remain asleep before waking up to enter hibernation.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-intel-rapid-start20 remain asleep before waking up to enter hibernation.
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dsta.h187 * When a station is asleep, the fw will set it as "asleep". All frames on
201 * station is asleep. This is done by %iwl_mvm_sta_modify_sleep_tx_count.
204 * needs to let the fw know that this station isn't asleep any more. This is
386 * even when that station is asleep. This is useful in case the queue
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dsta.h245 * When a station is asleep, the fw will set it as "asleep". All frames on
259 * station is asleep. This is done by %iwl_mvm_sta_modify_sleep_tx_count.
262 * needs to let the fw know that this station isn't asleep any more. This is
402 * even when that station is asleep. This is useful in case the queue
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
Dmach64_accel.c205 if (par->asleep) in atyfb_copyarea()
252 if (par->asleep) in atyfb_fillrect()
293 if (par->asleep) in atyfb_imageblit()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
Dmach64_accel.c205 if (par->asleep) in atyfb_copyarea()
252 if (par->asleep) in atyfb_fillrect()
293 if (par->asleep) in atyfb_imageblit()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
Dfsl_pmc.c37 /* At this point, the CPU is asleep. */ in pmc_suspend_enter()
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
Dfsl_pmc.c37 /* At this point, the CPU is asleep. */ in pmc_suspend_enter()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Didle_book3e.S38 * order to be able to take interrupts while asleep. We inform lockdep
/kernel/linux/linux-6.6/arch/powerpc/kernel/
Didle_64e.S36 * order to be able to take interrupts while asleep. We inform lockdep
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/interrupt-controller/
Dqcom,mpm.yaml16 monitors the interrupts when the system is asleep, wakes up the APSS when
/kernel/linux/linux-6.6/arch/mips/loongson2ef/common/
Dpm.c73 * otherwise put the CPU asleep again.
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
Dmain.h83 #define B43_PS_ASLEEP (1 << 3) /* Force device asleep */
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
Dmain.h83 #define B43_PS_ASLEEP (1 << 3) /* Force device asleep */

12345678910