/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/input/misc/ |
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() 216 beeper->suspended = true; in pwm_beeper_suspend() 229 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() 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()
|
/linux-6.3-rc2/drivers/gpu/drm/exynos/ |
A D | exynos7_drm_decon.c | 55 bool suspended; member 89 if (ctx->suspended) in decon_wait_for_vblank() 159 if (ctx->suspended) in decon_commit() 223 if (ctx->suspended) in decon_enable_vblank() 248 if (ctx->suspended) in decon_disable_vblank() 374 if (ctx->suspended) in decon_atomic_begin() 396 if (ctx->suspended) in decon_update_plane() 486 if (ctx->suspended) in decon_disable_plane() 507 if (ctx->suspended) in decon_atomic_flush() 537 if (!ctx->suspended) in decon_atomic_enable() [all …]
|
A D | exynos_drm_fimd.c | 190 bool suspended; member 267 if (ctx->suspended) in fimd_enable_vblank() 299 if (ctx->suspended) in fimd_disable_vblank() 322 if (ctx->suspended) in fimd_wait_for_vblank() 487 if (ctx->suspended) in fimd_commit() 809 if (ctx->suspended) in fimd_atomic_begin() 821 if (ctx->suspended) in fimd_atomic_flush() 844 if (ctx->suspended) in fimd_update_plane() 931 if (ctx->suspended) in fimd_disable_plane() 944 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-6.3-rc2/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-6.3-rc2/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 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()
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-devices-platform-_UDC_-gadget | 1 What: /sys/devices/platform/_UDC_/gadget/suspended 7 - 1 -> suspended
|
/linux-6.3-rc2/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-6.3-rc2/drivers/phy/rockchip/ |
A D | phy-rockchip-inno-usb2.c | 188 bool suspended; member 480 if (!rport->suspended) in rockchip_usb2phy_power_on() 496 rport->suspended = false; in rockchip_usb2phy_power_on() 509 if (rport->suspended) in rockchip_usb2phy_power_off() 516 rport->suspended = true; in rockchip_usb2phy_power_off() 717 if (!rport->suspended) in rockchip_chg_detect_work() 852 if (!rport->suspended) { in rockchip_usb2phy_sm_work() 859 if (rport->suspended) { in rockchip_usb2phy_sm_work() 869 if (!rport->suspended) { in rockchip_usb2phy_sm_work() 1100 rport->suspended = true; in rockchip_usb2phy_host_port_init() [all …]
|
/linux-6.3-rc2/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 477 - return true if the device's runtime PM status is 'suspended' 585 status should be changed back to 'suspended' with the help of 588 If the default initial runtime PM status of the device (i.e. 'suspended') 612 resumes the device if it's in the suspended state and prevents it from 613 being suspended again while those routines are being executed. 701 suspend began in the suspended state. [all …]
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/sound/virtio/ |
A D | virtio_pcm_ops.c | 118 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-6.3-rc2/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-6.3-rc2/drivers/platform/olpc/ |
A D | olpc-ec.c | 63 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-6.3-rc2/drivers/iio/imu/inv_icm42600/ |
A D | inv_icm42600_core.c | 681 st->suspended.gyro = st->conf.gyro.mode; in inv_icm42600_suspend() 682 st->suspended.accel = st->conf.accel.mode; in inv_icm42600_suspend() 683 st->suspended.temp = st->conf.temp_en; in inv_icm42600_suspend() 730 ret = inv_icm42600_set_pwr_mgmt0(st, st->suspended.gyro, in inv_icm42600_resume() 731 st->suspended.accel, in inv_icm42600_resume() 732 st->suspended.temp, NULL); in inv_icm42600_resume()
|
/linux-6.3-rc2/drivers/iio/light/ |
A D | isl29018.c | 89 bool suspended; member 369 if (chip->suspended) { in isl29018_write_raw() 409 if (chip->suspended) { in isl29018_read_raw() 746 chip->suspended = false; in isl29018_probe() 799 chip->suspended = true; in isl29018_suspend() 825 chip->suspended = false; in isl29018_resume()
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | ehci-fsl.c | 439 "mode=%d usbcmd %08x\n", pdata->suspended, in ehci_fsl_mpc512x_drv_suspend() 448 if (pdata->suspended) { in ehci_fsl_mpc512x_drv_suspend() 485 pdata->suspended = 1; in ehci_fsl_mpc512x_drv_suspend() 503 pdata->suspended, pdata->already_suspended); in ehci_fsl_mpc512x_drv_resume() 515 if (!pdata->suspended) { in ehci_fsl_mpc512x_drv_resume() 520 pdata->suspended = 0; in ehci_fsl_mpc512x_drv_resume()
|