| /linux/drivers/platform/surface/ |
| A D | surfacepro3_button.c | 71 bool suspended; member 122 pm_wakeup_dev_event(&device->dev, 0, button->suspended); in surface_button_notify() 123 if (button->suspended) in surface_button_notify() 135 button->suspended = true; in surface_button_suspend() 144 button->suspended = false; in surface_button_resume()
|
| /linux/drivers/video/backlight/ |
| A D | platform_lcd.c | 25 unsigned int suspended:1; member 45 if (power == FB_BLANK_POWERDOWN || plcd->suspended) in platform_lcd_set_power() 115 plcd->suspended = 1; in platform_lcd_suspend() 125 plcd->suspended = 0; in platform_lcd_resume()
|
| /linux/drivers/gpu/drm/panthor/ |
| A D | panthor_device.h | 66 atomic_t suspended; member 292 if (atomic_read(&pirq->suspended)) \ 319 if (!atomic_read(&pirq->suspended)) \ 330 atomic_set(&pirq->suspended, true); \ 335 atomic_set(&pirq->suspended, false); \
|
| /linux/drivers/input/misc/ |
| A D | nxp-bbnsm-pwrkey.c | 41 bool suspended; member 87 if (bbnsm->suspended) { in bbnsm_pwrkey_interrupt() 92 bbnsm->suspended = false; in bbnsm_pwrkey_interrupt() 195 bbnsm->suspended = true; in bbnsm_pwrkey_suspend() 205 bbnsm->suspended = false; in bbnsm_pwrkey_resume()
|
| A D | cma3000_d0x.c | 70 bool suspended; member 222 if (!data->suspended) in cma3000_open() 238 if (!data->suspended) in cma3000_close() 250 if (!data->suspended && data->opened) in cma3000_suspend() 253 data->suspended = true; in cma3000_suspend() 264 if (data->suspended && data->opened) in cma3000_resume() 267 data->suspended = false; in cma3000_resume()
|
| A D | pwm-beeper.c | 25 bool suspended; member 103 if (!beeper->suspended) in pwm_beeper_event() 207 beeper->suspended = true; in pwm_beeper_suspend() 220 beeper->suspended = false; in pwm_beeper_resume()
|
| A D | regulator-haptic.c | 29 bool suspended; member 88 if (!haptic->suspended) in regulator_haptic_work() 216 haptic->suspended = true; in regulator_haptic_suspend() 231 haptic->suspended = false; in regulator_haptic_resume()
|
| A D | adxl34x.c | 203 bool suspended; /* P: mutex */ member 421 if (!ac->suspended && !ac->disabled && ac->opened) in adxl34x_suspend() 424 ac->suspended = true; in adxl34x_suspend() 435 if (ac->suspended && !ac->disabled && ac->opened) in adxl34x_resume() 438 ac->suspended = false; in adxl34x_resume() 465 if (!ac->suspended && ac->opened) { in adxl34x_disable_store() 587 if (!ac->disabled && !ac->suspended && ac->opened) in adxl34x_autosleep_store() 662 if (!ac->suspended && !ac->disabled) in adxl34x_input_open() 676 if (!ac->suspended && !ac->disabled) in adxl34x_input_close()
|
| /linux/drivers/gpu/drm/exynos/ |
| A D | exynos7_drm_decon.c | 54 bool suspended; member 88 if (ctx->suspended) in decon_wait_for_vblank() 158 if (ctx->suspended) in decon_commit() 222 if (ctx->suspended) in decon_enable_vblank() 247 if (ctx->suspended) in decon_disable_vblank() 373 if (ctx->suspended) in decon_atomic_begin() 395 if (ctx->suspended) in decon_update_plane() 485 if (ctx->suspended) in decon_disable_plane() 506 if (ctx->suspended) in decon_atomic_flush() 536 if (!ctx->suspended) in decon_atomic_enable() [all …]
|
| A D | exynos_drm_fimd.c | 189 bool suspended; member 266 if (ctx->suspended) in fimd_enable_vblank() 298 if (ctx->suspended) in fimd_disable_vblank() 321 if (ctx->suspended) in fimd_wait_for_vblank() 486 if (ctx->suspended) in fimd_commit() 808 if (ctx->suspended) in fimd_atomic_begin() 820 if (ctx->suspended) in fimd_atomic_flush() 843 if (ctx->suspended) in fimd_update_plane() 930 if (ctx->suspended) in fimd_disable_plane() 943 if (!ctx->suspended) in fimd_atomic_enable() [all …]
|
| A D | exynos_drm_vidi.c | 47 bool suspended; member 98 if (ctx->suspended) in vidi_enable_vblank() 118 if (ctx->suspended) in vidi_update_plane() 131 ctx->suspended = false; in vidi_atomic_enable() 146 ctx->suspended = true; in vidi_atomic_disable()
|
| /linux/drivers/soc/loongson/ |
| A D | loongson2_pm.c | 35 bool suspended; member 135 if (!loongson2_pm.suspended && (status & LOONGSON2_PM1_PWRBTN_STS)) { in loongson2_pm_irq_handler() 150 loongson2_pm.suspended = true; in loongson2_pm_suspend() 157 loongson2_pm.suspended = false; in loongson2_pm_resume()
|
| /linux/drivers/input/keyboard/ |
| A D | imx-sm-bbm-key.c | 25 bool suspended; member 71 if (READ_ONCE(bbnsm->suspended)) { in scmi_imx_bbm_pwrkey_event() 75 WRITE_ONCE(bbnsm->suspended, false); in scmi_imx_bbm_pwrkey_event() 194 WRITE_ONCE(bbnsm->suspended, true); in scmi_imx_bbm_key_suspend()
|
| /linux/drivers/net/ieee802154/ |
| A D | fakelb.c | 36 bool suspended; member 66 WARN_ON(current_phy->suspended); in fakelb_hw_xmit() 90 phy->suspended = false; in fakelb_hw_start() 102 phy->suspended = true; in fakelb_hw_stop()
|
| /linux/drivers/input/touchscreen/ |
| A D | ad7879.c | 117 bool suspended; /* P: input->mutex */ member 288 if (!ts->disabled && !ts->suspended) in ad7879_open() 299 if (!ts->disabled && !ts->suspended) in ad7879_close() 309 if (!ts->suspended && !ts->disabled && input_device_enabled(ts->input)) in ad7879_suspend() 312 ts->suspended = true; in ad7879_suspend() 325 if (ts->suspended && !ts->disabled && input_device_enabled(ts->input)) in ad7879_resume() 328 ts->suspended = false; in ad7879_resume() 342 if (!ts->suspended && input_device_enabled(ts->input)) { in ad7879_toggle()
|
| A D | tsc200x-core.c | 103 bool suspended; member 411 if (!ts->suspended) in tsc200x_open() 425 if (!ts->suspended) in tsc200x_close() 562 if (!ts->suspended && ts->opened) in tsc200x_suspend() 565 ts->suspended = true; in tsc200x_suspend() 584 if (ts->suspended && ts->opened) in tsc200x_resume() 587 ts->suspended = false; in tsc200x_resume()
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-devices-platform-_UDC_-gadget | 1 What: /sys/devices/platform/_UDC_/gadget/suspended 7 - 1 -> suspended
|
| /linux/drivers/crypto/ccp/ |
| A D | ccp-dev.c | 386 cmd_q->suspended = 1; in ccp_dequeue_cmd() 536 unsigned int suspended = 0; in ccp_queues_suspended() local 543 if (ccp->cmd_q[i].suspended) in ccp_queues_suspended() 544 suspended++; in ccp_queues_suspended() 548 return ccp->cmd_q_count == suspended; in ccp_queues_suspended() 593 ccp->cmd_q[i].suspended = 0; in ccp_dev_resume()
|
| /linux/Documentation/power/ |
| A D | suspend-and-interrupts.rst | 18 there is no legitimate reason why any interrupts from suspended devices should 19 trigger and if any devices have not been suspended properly yet, it is better to 22 not prepared for interrupts triggering after their devices had been suspended. 24 of suspended devices and cause unpredictable behavior to ensue as a result. 47 interrupt will wake the system from a suspended state -- for such cases it is 82 it will be disabled, marked as pending and "suspended" so that it will be 90 already suspended. However, after suspend_device_irqs() interrupt handlers are
|
| A D | runtime_pm.rst | 100 'suspended'. 152 if the device can be suspended (i.e. if all of the conditions necessary for 186 PM status of which is 'suspended'). 266 PM core as 'suspended', regardless of its real hardware status 480 - return true if the device's runtime PM status is 'suspended' 589 status should be changed back to 'suspended' with the help of 592 If the default initial runtime PM status of the device (i.e. 'suspended') 616 resumes the device if it's in the suspended state and prevents it from 617 being suspended again while those routines are being executed. 705 suspend began in the suspended state. [all …]
|
| /linux/drivers/platform/x86/dell/ |
| A D | dell-rbtn.c | 25 bool suspended; member 249 rbtn_data->suspended = false; in rbtn_clear_suspended_flag() 257 rbtn_data->suspended = true; in rbtn_suspend() 456 if (rbtn_data->suspended) { in rbtn_notify()
|
| /linux/drivers/gpu/drm/msm/ |
| A D | msm_gpu_devfreq.c | 48 gpu->funcs->gpu_set_freq(gpu, opp, df->suspended); in msm_devfreq_target() 93 if (df->suspended) { in msm_devfreq_get_dev_status() 233 df->suspended = false; in msm_devfreq_resume() 247 df->suspended = true; in msm_devfreq_suspend()
|
| /linux/drivers/char/tpm/ |
| A D | tpm-interface.c | 381 goto suspended; in tpm_pm_suspend() 385 goto suspended; in tpm_pm_suspend() 390 goto suspended; in tpm_pm_suspend() 395 suspended: in tpm_pm_suspend()
|
| /linux/Documentation/driver-api/usb/ |
| A D | power-management.rst | 36 might even be turned off completely. A suspended component can be 40 suspended; an example would be reducing the CPU's clock rate. This 155 device is next suspended. (If the setting is changed 156 while the device is suspended, the change won't take 174 suspended and autoresume was not allowed. This 306 device is going to be suspended. If the driver returns a 343 interfaces are suspended when the device itself is suspended and all 387 does an autoresume if the device is suspended. If the 691 Once all children and descendants have suspended the 699 or 'suspended' (logically off). There is no indication to [all …]
|
| /linux/drivers/phy/rockchip/ |
| A D | phy-rockchip-inno-usb2.c | 210 bool suspended; member 566 if (!rport->suspended) in rockchip_usb2phy_power_on() 594 rport->suspended = false; in rockchip_usb2phy_power_on() 607 if (rport->suspended) in rockchip_usb2phy_power_off() 614 rport->suspended = true; in rockchip_usb2phy_power_off() 815 if (!rport->suspended) in rockchip_chg_detect_work() 956 if (!rport->suspended) { in rockchip_usb2phy_sm_work() 963 if (rport->suspended) { in rockchip_usb2phy_sm_work() 973 if (!rport->suspended) { in rockchip_usb2phy_sm_work() 1238 rport->suspended = true; in rockchip_usb2phy_host_port_init() [all …]
|