Home
last modified time | relevance | path

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

12345678910>>...13

/openbmc/linux/drivers/video/backlight/
H A Dplatform_lcd.c25 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()
/openbmc/linux/drivers/platform/surface/
H 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()
/openbmc/linux/drivers/input/misc/
H 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()
H A Dpwm-beeper.c25 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()
H 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()
H A Dadxl34x.c203 bool suspended; /* P: mutex */ member
421 if (!ac->suspended && !ac->disabled && ac->opened) in adxl34x_suspend()
424 ac->suspended = true; in adxl34x_suspend()
437 if (ac->suspended && !ac->disabled && ac->opened) in adxl34x_resume()
440 ac->suspended = false; in adxl34x_resume()
469 if (!ac->suspended && ac->opened) { in adxl34x_disable_store()
598 if (!ac->disabled && !ac->suspended && ac->opened) in adxl34x_autosleep_store()
673 if (!ac->suspended && !ac->disabled) in adxl34x_input_open()
689 if (!ac->suspended && !ac->disabled) in adxl34x_input_close()
/openbmc/linux/drivers/gpu/drm/exynos/
H 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 …]
H A Dexynos_drm_fimd.c189 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 …]
H A Dexynos_drm_vidi.c47 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()
/openbmc/linux/drivers/soc/loongson/
H A Dloongson2_pm.c35 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()
/openbmc/linux/drivers/net/ieee802154/
H 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()
/openbmc/linux/drivers/input/touchscreen/
H 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()
H A Dtsc200x-core.c103 bool suspended; member
417 if (!ts->suspended) in tsc200x_open()
433 if (!ts->suspended) in tsc200x_close()
597 if (!ts->suspended && ts->opened) in tsc200x_suspend()
600 ts->suspended = true; in tsc200x_suspend()
613 if (ts->suspended && ts->opened) in tsc200x_resume()
616 ts->suspended = false; in tsc200x_resume()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-_UDC_-gadget1 What: /sys/devices/platform/_UDC_/gadget/suspended
7 - 1 -> suspended
/openbmc/linux/drivers/crypto/ccp/
H 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()
/openbmc/qemu/tests/migration/i386/
H A Da-b-bootblock.S28 #define suspended (X86_TEST_MEM_START + 4) macro
95 mov $suspended,%eax
105 mov $suspended,%eax
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu_devfreq.c48 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()
/openbmc/phosphor-mboxd/Documentation/
H A Dmboxd.md45 currently suspended and the LPC bus maps the flash
48 currently suspended and the LPC bus maps the flash
51 currently suspended and the LPC bus maps the reserved
54 currently suspended and the LPC bus maps the reserved
58 As described in the protocol, the daemon can be suspended to allow the BMC to
60 commands while suspended but won't allow the host to, or itself, access the
79 while the daemon is suspended.
/openbmc/hiomapd/Documentation/
H A Dmboxd.md44 currently suspended and the LPC bus maps the flash
47 currently suspended and the LPC bus maps the flash
50 currently suspended and the LPC bus maps the reserved
53 currently suspended and the LPC bus maps the reserved
57 As described in the protocol, the daemon can be suspended to allow the BMC to
59 commands while suspended but won't allow the host to, or itself, access the
78 while the daemon is suspended.
/openbmc/linux/Documentation/power/
H 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
/openbmc/linux/sound/virtio/
H 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()
/openbmc/linux/drivers/platform/x86/dell/
H 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()
457 if (rbtn_data->suspended) { in rbtn_notify()
/openbmc/linux/Documentation/driver-api/usb/
H 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 …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.h46 bool suspended; member
113 WARN_ONCE(rpm->suspended, in assert_rpm_device_not_suspended()
/openbmc/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c206 bool suspended; member
550 if (!rport->suspended) in rockchip_usb2phy_power_on()
578 rport->suspended = false; in rockchip_usb2phy_power_on()
591 if (rport->suspended) in rockchip_usb2phy_power_off()
598 rport->suspended = true; in rockchip_usb2phy_power_off()
799 if (!rport->suspended) in rockchip_chg_detect_work()
940 if (!rport->suspended) { in rockchip_usb2phy_sm_work()
947 if (rport->suspended) { in rockchip_usb2phy_sm_work()
957 if (!rport->suspended) { in rockchip_usb2phy_sm_work()
1217 rport->suspended = true; in rockchip_usb2phy_host_port_init()
[all …]

12345678910>>...13