/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | power.c | 57 dev_priv->suspended = false; /* And not suspended */ in gma_power_init() 87 if (dev_priv->suspended) in gma_suspend_display() 107 dev_priv->suspended = false; in gma_resume_display() 130 if (dev_priv->suspended) in gma_suspend_pci() 144 dev_priv->suspended = true; in gma_suspend_pci() 160 if (!dev_priv->suspended) in gma_resume_pci() 175 dev_priv->suspended = false; in gma_resume_pci() 176 return !dev_priv->suspended; in gma_resume_pci() 195 if (!dev_priv->suspended) { in gma_power_suspend()
|
/Linux-v4.19/drivers/platform/x86/ |
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()
|
D | dell-rbtn.c | 31 bool suspended; member 255 rbtn_data->suspended = false; in rbtn_clear_suspended_flag() 263 rbtn_data->suspended = true; in rbtn_suspend() 464 if (rbtn_data->suspended) { in rbtn_notify()
|
/Linux-v4.19/drivers/video/backlight/ |
D | platform_lcd.c | 30 unsigned int suspended:1; member 50 if (power == FB_BLANK_POWERDOWN || plcd->suspended) in platform_lcd_set_power() 120 plcd->suspended = 1; in platform_lcd_suspend() 130 plcd->suspended = 0; in platform_lcd_resume()
|
/Linux-v4.19/drivers/input/misc/ |
D | cma3000_d0x.c | 81 bool suspended; member 233 if (!data->suspended) in cma3000_open() 249 if (!data->suspended) in cma3000_close() 261 if (!data->suspended && data->opened) in cma3000_suspend() 264 data->suspended = true; in cma3000_suspend() 275 if (data->suspended && data->opened) in cma3000_resume() 278 data->suspended = false; in cma3000_resume()
|
D | pwm-beeper.c | 34 bool suspended; member 112 if (!beeper->suspended) in pwm_beeper_event() 225 beeper->suspended = true; in pwm_beeper_suspend() 238 beeper->suspended = false; in pwm_beeper_resume()
|
D | regulator-haptic.c | 32 bool suspended; member 91 if (!haptic->suspended) in regulator_haptic_work() 219 haptic->suspended = true; in regulator_haptic_suspend() 234 haptic->suspended = false; in regulator_haptic_resume()
|
D | adxl34x.c | 203 bool suspended; /* P: mutex */ member 419 if (!ac->suspended && !ac->disabled && ac->opened) in adxl34x_suspend() 422 ac->suspended = true; in adxl34x_suspend() 432 if (ac->suspended && !ac->disabled && ac->opened) in adxl34x_resume() 435 ac->suspended = false; in adxl34x_resume() 463 if (!ac->suspended && ac->opened) { in adxl34x_disable_store() 592 if (!ac->disabled && !ac->suspended && ac->opened) in adxl34x_autosleep_store() 667 if (!ac->suspended && !ac->disabled) in adxl34x_input_open() 683 if (!ac->suspended && !ac->disabled) in adxl34x_input_close()
|
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos7_drm_decon.c | 57 bool suspended; member 91 if (ctx->suspended) in decon_wait_for_vblank() 163 if (ctx->suspended) in decon_commit() 227 if (ctx->suspended) in decon_enable_vblank() 252 if (ctx->suspended) in decon_disable_vblank() 377 if (ctx->suspended) in decon_atomic_begin() 399 if (ctx->suspended) in decon_update_plane() 489 if (ctx->suspended) in decon_disable_plane() 510 if (ctx->suspended) in decon_atomic_flush() 539 if (!ctx->suspended) in decon_enable() [all …]
|
D | exynos_drm_fimd.c | 187 bool suspended; member 237 if (ctx->suspended) in fimd_enable_vblank() 269 if (ctx->suspended) in fimd_disable_vblank() 292 if (ctx->suspended) in fimd_wait_for_vblank() 364 ctx->suspended = false; in fimd_clear_channels() 370 ctx->suspended = true; in fimd_clear_channels() 450 if (ctx->suspended) in fimd_commit() 691 if (ctx->suspended) in fimd_atomic_begin() 703 if (ctx->suspended) in fimd_atomic_flush() 726 if (ctx->suspended) in fimd_update_plane() [all …]
|
D | exynos_drm_vidi.c | 51 bool suspended; member 102 if (ctx->suspended) in vidi_enable_vblank() 122 if (ctx->suspended) in vidi_update_plane() 135 ctx->suspended = false; in vidi_enable() 150 ctx->suspended = true; in vidi_disable()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-remoteproc | 20 "suspended" 27 "suspended" means that the remote processor is suspended and
|
D | sysfs-devices-platform-_UDC_-gadget | 1 What: /sys/devices/platform/_UDC_/gadget/suspended 6 1 -> suspended
|
/Linux-v4.19/drivers/net/ieee802154/ |
D | fakelb.c | 44 bool suspended; member 74 WARN_ON(current_phy->suspended); in fakelb_hw_xmit() 98 phy->suspended = false; in fakelb_hw_start() 110 phy->suspended = true; in fakelb_hw_stop()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | ad7879.c | 119 bool suspended; /* P: input->mutex */ member 287 if (!ts->disabled && !ts->suspended) in ad7879_open() 298 if (!ts->disabled && !ts->suspended) in ad7879_close() 308 if (!ts->suspended && !ts->disabled && ts->input->users) in ad7879_suspend() 311 ts->suspended = true; in ad7879_suspend() 324 if (ts->suspended && !ts->disabled && ts->input->users) in ad7879_resume() 327 ts->suspended = false; in ad7879_resume() 341 if (!ts->suspended && ts->input->users != 0) { in ad7879_toggle()
|
D | tsc200x-core.c | 109 bool suspended; member 424 if (!ts->suspended) in tsc200x_open() 440 if (!ts->suspended) in tsc200x_close() 606 if (!ts->suspended && ts->opened) in tsc200x_suspend() 609 ts->suspended = true; in tsc200x_suspend() 622 if (ts->suspended && ts->opened) in tsc200x_resume() 625 ts->suspended = false; in tsc200x_resume()
|
/Linux-v4.19/drivers/phy/rockchip/ |
D | phy-rockchip-inno-usb2.c | 189 bool suspended; member 472 if (!rport->suspended) in rockchip_usb2phy_power_on() 486 rport->suspended = false; in rockchip_usb2phy_power_on() 499 if (rport->suspended) in rockchip_usb2phy_power_off() 506 rport->suspended = true; in rockchip_usb2phy_power_off() 711 if (!rport->suspended) in rockchip_chg_detect_work() 847 if (!rport->suspended) { in rockchip_usb2phy_sm_work() 854 if (rport->suspended) { in rockchip_usb2phy_sm_work() 857 rport->suspended = false; in rockchip_usb2phy_sm_work() 864 if (!rport->suspended) { in rockchip_usb2phy_sm_work() [all …]
|
/Linux-v4.19/drivers/crypto/ccp/ |
D | ccp-dev.c | 368 cmd_q->suspended = 1; in ccp_dequeue_cmd() 519 unsigned int suspended = 0; in ccp_queues_suspended() local 526 if (ccp->cmd_q[i].suspended) in ccp_queues_suspended() 527 suspended++; in ccp_queues_suspended() 531 return ccp->cmd_q_count == suspended; in ccp_queues_suspended() 570 ccp->cmd_q[i].suspended = 0; in ccp_dev_resume()
|
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/ |
D | dev.c | 96 d->suspended = false; in ast_vhub_dev_disable() 204 if (!d->driver || !d->enabled || d->suspended) { in ast_vhub_std_dev_request() 208 d->driver, d->enabled, d->suspended); in ast_vhub_std_dev_request() 452 d->suspended = true; in ast_vhub_dev_suspend() 462 d->suspended = false; in ast_vhub_dev_resume() 482 d->suspended = false; in ast_vhub_dev_reset() 511 d->suspended = false; in ast_vhub_dev_reset()
|
/Linux-v4.19/drivers/platform/olpc/ |
D | olpc-ec.c | 54 bool suspended; member 130 if (WARN_ON(ec->suspended)) in olpc_ec_cmd() 300 ec->suspended = true; in olpc_ec_suspend() 310 ec->suspended = false; in olpc_ec_resume()
|
/Linux-v4.19/drivers/staging/clocking-wizard/ |
D | clk-xlnx-clock-wizard.c | 61 bool suspended; member 80 if (clk_wzrd->suspended) in clk_wzrd_clk_notifier() 107 clk_wzrd->suspended = true; in clk_wzrd_suspend() 123 clk_wzrd->suspended = false; in clk_wzrd_resume()
|
/Linux-v4.19/Documentation/power/ |
D | suspend-and-interrupts.txt | 16 there is no legitimate reason why any interrupts from suspended devices should 17 trigger and if any devices have not been suspended properly yet, it is better to 20 not prepared for interrupts triggering after their devices had been suspended. 22 of suspended devices and cause unpredictable behavior to ensue as a result. 45 interrupt will wake the system from a suspended state -- for such cases it is 80 it will be disabled, marked as pending and "suspended" so that it will be 88 already suspended. However, after suspend_device_irqs() interrupt handlers are
|
D | runtime_pm.txt | 89 core regards the device as suspended, which need not mean that it has been 94 'suspended'. 103 is directly set to either 'active', or 'suspended' (the PM core provides 131 'suspended' (by means of special helper functions provided by the PM core 146 if the device can be suspended (i.e. if all of the conditions necessary for 178 (4) ->runtime_resume() can only be executed for 'suspended' devices (i.e. the 180 PM status of which is 'suspended'). 254 suspend to complete; means "start a resume as soon as you've suspended" 259 PM core as 'suspended', regardless of its real hardware status 315 success, 1 if the device's runtime PM status was already 'suspended', or [all …]
|
/Linux-v4.19/Documentation/powerpc/ |
D | syscall64-abi.txt | 53 Syscall behavior can change if the processor is in transactional or suspended 56 If the processor is in suspended state when a syscall is made, the syscall 58 performed in suspended state, so its side effects will be persistent according 72 suspended state syscall, and will resume the transactional state before
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | power-management.rst | 35 component is ``suspended`` it is in a nonfunctional low-power state; it 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 43 When the parts being suspended include the CPU and most of the rest of 69 When a device has been suspended, it generally doesn't resume until 71 suspended, it generally doesn't resume until the user tells it to, say 78 device is enabled for remote wakeup and it is suspended, it may resume 80 event. Examples include a suspended keyboard resuming when a key is 81 pressed, or a suspended USB hub resuming when a device is plugged in. 88 anything important and thus is a candidate for being suspended. The [all …]
|