Home
last modified time | relevance | path

Searched refs:suspended (Results 1 – 25 of 252) sorted by relevance

1234567891011

/linux/drivers/gpu/drm/gma500/
A Dpower.c58 dev_priv->suspended = false; /* And not suspended */ in gma_power_init()
87 if (dev_priv->suspended) in gma_suspend_display()
108 dev_priv->suspended = false; in gma_resume_display()
131 if (dev_priv->suspended) in gma_suspend_pci()
145 dev_priv->suspended = true; in gma_suspend_pci()
161 if (!dev_priv->suspended) in gma_resume_pci()
176 dev_priv->suspended = false; in gma_resume_pci()
177 return !dev_priv->suspended; in gma_resume_pci()
195 if (!dev_priv->suspended) { in gma_power_suspend()
/linux/drivers/gpu/drm/exynos/
A Dexynos7_drm_decon.c54 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 Dexynos_drm_fimd.c184 bool suspended; member
249 if (ctx->suspended) in fimd_enable_vblank()
281 if (ctx->suspended) in fimd_disable_vblank()
304 if (ctx->suspended) in fimd_wait_for_vblank()
469 if (ctx->suspended) in fimd_commit()
775 if (ctx->suspended) in fimd_atomic_begin()
787 if (ctx->suspended) in fimd_atomic_flush()
810 if (ctx->suspended) in fimd_update_plane()
897 if (ctx->suspended) in fimd_disable_plane()
910 if (!ctx->suspended) in fimd_atomic_enable()
[all …]
A Dexynos_drm_vidi.c46 bool suspended; member
97 if (ctx->suspended) in vidi_enable_vblank()
117 if (ctx->suspended) in vidi_update_plane()
130 ctx->suspended = false; in vidi_atomic_enable()
145 ctx->suspended = true; in vidi_atomic_disable()
/linux/drivers/platform/surface/
A Dsurfacepro3_button.c71 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/input/misc/
A Dcma3000_d0x.c70 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 Dpwm-beeper.c25 bool suspended; member
103 if (!beeper->suspended) in pwm_beeper_event()
216 beeper->suspended = true; in pwm_beeper_suspend()
229 beeper->suspended = false; in pwm_beeper_resume()
A Dregulator-haptic.c29 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 Dadxl34x.c203 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/drivers/video/backlight/
A Dplatform_lcd.c26 unsigned int suspended:1; member
46 if (power == FB_BLANK_POWERDOWN || plcd->suspended) in platform_lcd_set_power()
116 plcd->suspended = 1; in platform_lcd_suspend()
126 plcd->suspended = 0; in platform_lcd_resume()
/linux/drivers/input/touchscreen/
A Dad7879.c117 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 Dtsc200x-core.c101 bool suspended; member
416 if (!ts->suspended) in tsc200x_open()
432 if (!ts->suspended) in tsc200x_close()
596 if (!ts->suspended && ts->opened) in tsc200x_suspend()
599 ts->suspended = true; in tsc200x_suspend()
612 if (ts->suspended && ts->opened) in tsc200x_resume()
615 ts->suspended = false; in tsc200x_resume()
/linux/drivers/net/ieee802154/
A Dfakelb.c36 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/phy/rockchip/
A Dphy-rockchip-inno-usb2.c179 bool suspended; member
455 if (!rport->suspended) in rockchip_usb2phy_power_on()
469 rport->suspended = false; in rockchip_usb2phy_power_on()
482 if (rport->suspended) in rockchip_usb2phy_power_off()
489 rport->suspended = true; in rockchip_usb2phy_power_off()
690 if (!rport->suspended) in rockchip_chg_detect_work()
826 if (!rport->suspended) { in rockchip_usb2phy_sm_work()
833 if (rport->suspended) { in rockchip_usb2phy_sm_work()
843 if (!rport->suspended) { in rockchip_usb2phy_sm_work()
938 rport->suspended = true; in rockchip_usb2phy_host_port_init()
[all …]
/linux/drivers/crypto/ccp/
A Dccp-dev.c386 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/ABI/testing/
A Dsysfs-devices-platform-_UDC_-gadget1 What: /sys/devices/platform/_UDC_/gadget/suspended
7 - 1 -> suspended
A Dsysfs-class-regulator256 the system is suspended to memory, for voltage regulators
267 the system is suspended to disk, for voltage regulators
278 the system is suspended to standby, for voltage regulators
288 setting for this domain when the system is suspended to
299 setting for this domain when the system is suspended to disk,
310 setting for this domain when the system is suspended to
321 when suspended to memory, for regulators implementing suspend
334 when suspended to disk, for regulators implementing
347 state when suspended to standby, for regulators implementing
/linux/Documentation/power/
A Dsuspend-and-interrupts.rst18 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 Druntime_pm.rst100 '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
471 - return true if the device's runtime PM status is 'suspended'
579 status should be changed back to 'suspended' with the help of
582 If the default initial runtime PM status of the device (i.e. 'suspended')
606 resumes the device if it's in the suspended state and prevents it from
607 being suspended again while those routines are being executed.
695 suspend began in the suspended state.
[all …]
/linux/Documentation/driver-api/usb/
A Dpower-management.rst36 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/sound/virtio/
A Dvirtio_pcm_ops.c118 vss->suspended = false; in virtsnd_pcm_open()
276 if (!vss->suspended) { in virtsnd_pcm_prepare()
300 vss->suspended = false; in virtsnd_pcm_prepare()
356 vss->suspended = true; in virtsnd_pcm_trigger()
/linux/drivers/platform/x86/dell/
A Ddell-rbtn.c25 bool suspended; member
249 rbtn_data->suspended = false; in rbtn_clear_suspended_flag()
257 rbtn_data->suspended = true; in rbtn_suspend()
458 if (rbtn_data->suspended) { in rbtn_notify()
/linux/drivers/scsi/libsas/
A Dsas_port.c36 if (port->suspended) in sas_resume_port()
37 port->suspended = 0; in sas_resume_port()
90 else if (phy->suspended) { in sas_form_port()
91 phy->suspended = 0; in sas_form_port()
/linux/drivers/platform/olpc/
A Dolpc-ec.c63 bool suspended; member
142 if (WARN_ON(ec->suspended)) in olpc_ec_cmd()
464 ec->suspended = true; in olpc_ec_suspend()
474 ec->suspended = false; in olpc_ec_resume()
/linux/drivers/usb/host/
A Dehci-fsl.c444 "mode=%d usbcmd %08x\n", pdata->suspended, in ehci_fsl_mpc512x_drv_suspend()
453 if (pdata->suspended) { in ehci_fsl_mpc512x_drv_suspend()
490 pdata->suspended = 1; in ehci_fsl_mpc512x_drv_suspend()
508 pdata->suspended, pdata->already_suspended); in ehci_fsl_mpc512x_drv_resume()
520 if (!pdata->suspended) { in ehci_fsl_mpc512x_drv_resume()
525 pdata->suspended = 0; in ehci_fsl_mpc512x_drv_resume()

Completed in 74 milliseconds

1234567891011