| /kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/ |
| D | vidtv_tuner.c | 83 * @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/ |
| D | vidtv_tuner.c | 83 * @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-6.6/drivers/usb/phy/ |
| D | phy-twl6030-usb.c | 96 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/usb/phy/ |
| D | phy-twl6030-usb.c | 96 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/ |
| D | isl_38xx.c | 99 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/ |
| D | olpc_dcon.c | 200 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()
|
| D | olpc_dcon.h | 88 bool asleep; member
|
| /kernel/linux/linux-5.10/drivers/staging/olpc_dcon/ |
| D | olpc_dcon.c | 199 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()
|
| D | olpc_dcon.h | 88 bool asleep; member
|
| /kernel/linux/linux-6.6/Documentation/driver-api/usb/ |
| D | persist.rst | 34 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/ |
| D | persist.rst | 34 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/ |
| D | sysfs-driver-intel-rapid-start | 20 remain asleep before waking up to enter hibernation.
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-driver-intel-rapid-start | 20 remain asleep before waking up to enter hibernation.
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | sta.h | 245 * 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-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | sta.h | 187 * 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/video/fbdev/aty/ |
| D | mach64_accel.c | 205 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/ |
| D | mach64_accel.c | 205 if (par->asleep) in atyfb_copyarea() 252 if (par->asleep) in atyfb_fillrect() 293 if (par->asleep) in atyfb_imageblit()
|
| /kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
| D | fsl_pmc.c | 37 /* At this point, the CPU is asleep. */ in pmc_suspend_enter()
|
| /kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
| D | fsl_pmc.c | 37 /* At this point, the CPU is asleep. */ in pmc_suspend_enter()
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| D | idle_64e.S | 36 * order to be able to take interrupts while asleep. We inform lockdep
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | idle_book3e.S | 38 * order to be able to take interrupts while asleep. We inform lockdep
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/interrupt-controller/ |
| D | qcom,mpm.yaml | 16 monitors the interrupts when the system is asleep, wakes up the APSS when
|
| /kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
| D | main.h | 83 #define B43_PS_ASLEEP (1 << 3) /* Force device asleep */
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
| D | main.h | 83 #define B43_PS_ASLEEP (1 << 3) /* Force device asleep */
|
| /kernel/linux/linux-6.6/arch/mips/loongson2ef/common/ |
| D | pm.c | 73 * otherwise put the CPU asleep again.
|