/linux-4.4.14/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()
|
D | psb_drv.h | 485 bool suspended; member
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos7_drm_decon.c | 57 bool suspended; member 88 if (ctx->suspended) in decon_wait_for_vblank() 123 unsigned int state = ctx->suspended; in decon_clear_channels() 125 ctx->suspended = 0; in decon_clear_channels() 127 ctx->suspended = state; in decon_clear_channels() 173 if (ctx->suspended) in decon_commit() 237 if (ctx->suspended) in decon_enable_vblank() 262 if (ctx->suspended) in decon_disable_vblank() 392 if (ctx->suspended) in decon_atomic_begin() 412 if (ctx->suspended) in decon_update_plane() [all …]
|
D | exynos_drm_fimd.c | 163 bool suspended; member 212 if (ctx->suspended) in fimd_enable_vblank() 244 if (ctx->suspended) in fimd_disable_vblank() 267 if (ctx->suspended) in fimd_wait_for_vblank() 342 ctx->suspended = false; in fimd_clear_channels() 349 ctx->suspended = true; in fimd_clear_channels() 387 if (ctx->suspended) in fimd_commit() 623 if (ctx->suspended) in fimd_atomic_begin() 634 if (ctx->suspended) in fimd_atomic_flush() 652 if (ctx->suspended) in fimd_update_plane() [all …]
|
D | exynos_drm_vidi.c | 49 bool suspended; member 96 if (ctx->suspended) in vidi_enable_vblank() 118 if (ctx->suspended) in vidi_disable_vblank() 130 if (ctx->suspended) in vidi_update_plane() 145 ctx->suspended = false; in vidi_enable() 160 ctx->suspended = true; in vidi_disable()
|
D | exynos_drm_rotator.c | 102 bool suspended; member 606 if (rot->suspended) { in rotator_ippdrv_start() 794 rot->suspended = false; in rotator_clk_crtl() 797 rot->suspended = true; in rotator_clk_crtl()
|
D | exynos_drm_g2d.c | 230 bool suspended; member 870 if (g2d->suspended) in g2d_runqueue_worker() 1503 g2d->suspended = true; in g2d_suspend() 1519 g2d->suspended = false; in g2d_resume()
|
D | exynos_drm_gsc.c | 147 bool suspended; member 1219 ctx->suspended = false; in gsc_clk_ctrl() 1222 ctx->suspended = true; in gsc_clk_ctrl()
|
D | exynos_drm_fimc.c | 169 bool suspended; member 1774 ctx->suspended = false; in fimc_clk_ctrl() 1778 ctx->suspended = true; in fimc_clk_ctrl()
|
/linux-4.4.14/drivers/video/fbdev/exynos/ |
D | exynos_mipi_dsi.c | 122 if (dsim->suspended) in exynos_mipi_dsi_early_blank_mode() 132 dsim->suspended = true; in exynos_mipi_dsi_early_blank_mode() 149 if (!dsim->suspended) in exynos_mipi_dsi_blank_mode() 169 dsim->suspended = false; in exynos_mipi_dsi_blank_mode() 453 dsim->suspended = false; in exynos_mipi_dsi_probe() 503 if (dsim->suspended) in exynos_mipi_dsi_suspend() 516 dsim->suspended = true; in exynos_mipi_dsi_suspend() 530 if (!dsim->suspended) in exynos_mipi_dsi_resume() 550 dsim->suspended = false; in exynos_mipi_dsi_resume()
|
/linux-4.4.14/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-4.4.14/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 | 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-4.4.14/drivers/platform/x86/ |
D | surfacepro3_button.c | 67 bool suspended; member 116 if (button->suspended) in surface_button_notify() 128 button->suspended = true; in surface_button_suspend() 137 button->suspended = false; in surface_button_resume()
|
D | dell-rbtn.c | 31 bool suspended; member 229 rbtn_data->suspended = false; in rbtn_clear_suspended_flag() 237 rbtn_data->suspended = true; in rbtn_suspend() 438 if (rbtn_data->suspended) { in rbtn_notify()
|
/linux-4.4.14/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-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-platform-_UDC_-gadget | 1 What: /sys/devices/platform/_UDC_/gadget/suspended 6 1 -> suspended
|
D | sysfs-class-regulator | 256 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
|
D | sysfs-block-dm | 18 What: /sys/block/dm-<num>/dm/suspended 23 Contains the value 1 while the device is suspended.
|
D | sysfs-devices-power | 52 the device is suspended causes it to be woken up. 196 prevent the device from being suspended at run time (similar 211 device, after it has been suspended at run time, from a resume
|
D | sysfs-power | 157 will be suspended and resumed synchronously.
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | ad7879.c | 119 bool suspended; /* P: input->mutex */ member 272 if (!ts->disabled && !ts->suspended) in ad7879_open() 283 if (!ts->disabled && !ts->suspended) in ad7879_close() 293 if (!ts->suspended && !ts->disabled && ts->input->users) in ad7879_suspend() 296 ts->suspended = true; in ad7879_suspend() 309 if (ts->suspended && !ts->disabled && ts->input->users) in ad7879_resume() 312 ts->suspended = false; in ad7879_resume() 326 if (!ts->suspended && ts->input->users != 0) { in ad7879_toggle()
|
D | tsc200x-core.c | 110 bool suspended; member 429 if (!ts->suspended) in tsc200x_open() 445 if (!ts->suspended) in tsc200x_close() 634 if (!ts->suspended && ts->opened) in tsc200x_suspend() 637 ts->suspended = true; in tsc200x_suspend() 650 if (ts->suspended && ts->opened) in tsc200x_resume() 653 ts->suspended = false; in tsc200x_resume()
|
D | ads7846.c | 138 bool suspended; /* P: lock */ member 205 if (!ts->disabled && !ts->suspended) { in ads7846_stop() 217 if (!ts->disabled && !ts->suspended) { in ads7846_restart() 255 if (!ts->suspended) in ads7846_disable() 272 if (!ts->suspended) in ads7846_enable() 894 if (!ts->suspended) { in ads7846_suspend() 902 ts->suspended = true; in ads7846_suspend() 916 if (ts->suspended) { in ads7846_resume() 918 ts->suspended = false; in ads7846_resume()
|
D | cyttsp_core.c | 485 ts->suspended = true; in cyttsp_suspend() 502 ts->suspended = false; in cyttsp_resume() 517 if (!ts->suspended) in cyttsp_open() 527 if (!ts->suspended) in cyttsp_close()
|
D | zforce_ts.c | 126 bool suspended; member 484 if (ts->suspended && device_may_wakeup(&client->dev)) in zforce_irq() 502 if (ts->suspended) { in zforce_irq_thread() 655 ts->suspended = true; in zforce_suspend() 673 ts->suspended = false; in zforce_resume()
|
D | cyttsp_core.h | 139 bool suspended; member
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-ds3232.c | 62 bool suspended; member 357 if (!ds3232->suspended) in ds3232_irq() 465 ds3232->suspended = true; in ds3232_suspend() 468 ds3232->suspended = false; in ds3232_suspend() 480 if (ds3232->suspended) { in ds3232_resume() 481 ds3232->suspended = false; in ds3232_resume()
|
D | rtc-at91rm9200.c | 59 static bool suspended; variable 316 if (!suspended) { in at91_rtc_interrupt() 509 suspended = true; in at91_rtc_suspend() 533 suspended = false; in at91_rtc_resume()
|
D | rtc-at91sam9.c | 81 bool suspended; member 326 if (rtc->suspended) { in at91_rtc_interrupt() 532 rtc->suspended = true; in at91_rtc_suspend() 558 rtc->suspended = false; in at91_rtc_resume()
|
/linux-4.4.14/drivers/platform/olpc/ |
D | olpc-ec.c | 52 bool suspended; member 128 if (WARN_ON(ec->suspended)) in olpc_ec_cmd() 298 ec->suspended = true; in olpc_ec_suspend() 308 ec->suspended = false; in olpc_ec_resume()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | davinci_mdio.c | 97 bool suspended; member 230 if (data->suspended) { in davinci_mdio_read() 275 if (data->suspended) { in davinci_mdio_write() 440 data->suspended = true; in davinci_mdio_suspend() 463 data->suspended = false; in davinci_mdio_resume()
|
/linux-4.4.14/drivers/staging/clocking-wizard/ |
D | clk-xlnx-clock-wizard.c | 72 bool suspended; member 90 if (clk_wzrd->suspended) in clk_wzrd_clk_notifier() 117 clk_wzrd->suspended = true; in clk_wzrd_suspend() 133 clk_wzrd->suspended = false; in clk_wzrd_resume()
|
/linux-4.4.14/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" 262 PM core as 'suspended', regardless of its real hardware status 318 success, 1 if the device's runtime PM status was already 'suspended', or [all …]
|
D | devices.txt | 46 example, a parent device cannot be suspended unless all of its child 47 devices have been suspended). Moreover, depending on the bus type the 67 Most suspended devices will have quiesced all I/O: no more DMA or IRQs (except 252 available when the device is suspended or resumed, the device tree is 258 its parent; and can't be removed or suspended after that parent. 264 device to suspend) or has already suspended, as well as after all of the other 265 devices have been suspended. Device drivers must be prepared to cope with such 320 children of a device had been suspended if new children could be 332 safely leave the device in runtime suspend (if runtime-suspended 336 and all of them (including the device itself) are runtime-suspended, the [all …]
|
D | states.txt | 53 and all low-level system functions are suspended during transitions into this 73 System and device state is saved and kept in memory. All devices are suspended
|
D | swsusp.txt | 16 * your hardware while system is suspended... well, it was not good idea; 90 In the meantime while the system is suspended you should not add/remove any 175 "suspended led" 277 It cannot protect your computer while it is suspended. Instead it does 304 system is shut down or suspended. Additionally use the encrypted
|
D | userland-swsusp.txt | 94 suspend image is first created, as though the system had been suspended 95 to disk, and then the system is suspended to RAM (this makes it possible
|
D | charger-manager.txt | 34 supposed to be kept suspended. That, in turn, incurs unnecessary power 50 restarts charging. This check is also performed while suspended by
|
D | pci.txt | 366 First, a PCI device is put into a low-power state, or suspended, with the help 388 A suspended device is brought back into the "active" state, or resumed, 414 suspended, so it lets the device's driver decide by running its 517 by drivers whose devices are still suspended). If legacy PCI power management 713 preparing the device to be suspended, although it should not allocate memory 910 device is about to be suspended (i.e. quiesced and put into a low-power state) 977 the runtime_idle() callback to prevent the device from being suspended again 980 device should really be suspended and return -EAGAIN if that is not the case). 993 zero for the device and it will never be runtime-suspended. The simplest 1024 subsequently request that they be suspended). These requests are represented [all …]
|
D | freezing-of-tasks.txt | 146 in principle needs to know when the device is suspended, so that it doesn't try 150 the device while it's suspended.
|
D | basic-pm-debugging.txt | 139 devices has failed (these devices are suspended on one CPU with interrupts off),
|
/linux-4.4.14/drivers/acpi/ |
D | button.c | 103 bool suspended; member 298 if (button->suspended) in acpi_button_notify() 327 button->suspended = true; in acpi_button_suspend() 336 button->suspended = false; in acpi_button_resume()
|
/linux-4.4.14/Documentation/usb/ |
D | power-management.txt | 33 component is "suspended" it is in a nonfunctional low-power state; it 34 might even be turned off completely. A suspended component can be 38 suspended; an example would be reducing the CPU's clock rate. This 41 When the parts being suspended include the CPU and most of the rest of 64 When a device has been suspended, it generally doesn't resume until 66 suspended, it generally doesn't resume until the user tells it to, say 73 device is enabled for remote wakeup and it is suspended, it may resume 75 event. Examples include a suspended keyboard resuming when a key is 76 pressed, or a suspended USB hub resuming when a device is plugged in. 83 anything important and thus is a candidate for being suspended. The [all …]
|
D | callbacks.txt | 29 * @suspend: Called when the device is going to be suspended. 31 * @reset_resume: Called when the suspended device has been reset instead 71 particular interface. The device will not be suspended and you may do IO
|
D | persist.txt | 10 According to the USB specification, when a USB bus is suspended the 37 been unplugged while the system was suspended. If you had a mounted 61 the system can't be suspended at all. (All right, it _can_ be 62 suspended -- but it will crash as soon as it wakes up, which isn't
|
D | error-codes.txt | 62 -EHOSTUNREACH URB was rejected because the device is suspended.
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_port.c | 52 if (port->suspended) in sas_resume_port() 53 port->suspended = 0; in sas_resume_port() 104 else if (phy->suspended) { in sas_form_port() 105 phy->suspended = 0; in sas_form_port()
|
D | sas_phy.c | 105 if (!phy->suspended) { in sas_phye_resume_timeout() 111 phy->suspended = 0; in sas_phye_resume_timeout()
|
D | sas_init.c | 392 if (phy->suspended) in phys_suspended() 418 if (phy->suspended) { in sas_resume_ha()
|
D | sas_discover.c | 269 phy->suspended = 1; in sas_suspend_devices() 270 port->suspended = 1; in sas_suspend_devices()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-fsl.c | 403 "mode=%d usbcmd %08x\n", pdata->suspended, in ehci_fsl_mpc512x_drv_suspend() 412 if (pdata->suspended) { in ehci_fsl_mpc512x_drv_suspend() 449 pdata->suspended = 1; in ehci_fsl_mpc512x_drv_suspend() 467 pdata->suspended, pdata->already_suspended); in ehci_fsl_mpc512x_drv_resume() 479 if (!pdata->suspended) { in ehci_fsl_mpc512x_drv_resume() 484 pdata->suspended = 0; in ehci_fsl_mpc512x_drv_resume()
|
/linux-4.4.14/drivers/crypto/ccp/ |
D | ccp-dev.c | 182 cmd_q->suspended = 1; in ccp_dequeue_cmd() 564 unsigned int suspended = 0; in ccp_queues_suspended() local 571 if (ccp->cmd_q[i].suspended) in ccp_queues_suspended() 572 suspended++; in ccp_queues_suspended() 576 return ccp->cmd_q_count == suspended; in ccp_queues_suspended()
|
D | ccp-dev.h | 162 unsigned int suspended; member
|
D | ccp-platform.c | 207 ccp->cmd_q[i].suspended = 0; in ccp_platform_resume()
|
D | ccp-pci.c | 304 ccp->cmd_q[i].suspended = 0; in ccp_pci_resume()
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | leds-gpio.txt | 24 - retain-state-suspended: (optional) The suspend state can be retained.Such 64 retain-state-suspended;
|
/linux-4.4.14/drivers/pcmcia/ |
D | ds.c | 1055 if (p_dev->suspended) in pm_state_show() 1070 if ((!p_dev->suspended) && !strncmp(buf, "off", 3)) in pm_state_store() 1072 else if (p_dev->suspended && !strncmp(buf, "on", 2)) in pm_state_store() 1145 if (p_dev->suspended) { in pcmcia_dev_suspend() 1149 p_dev->suspended = 1; in pcmcia_dev_suspend() 1167 p_dev->suspended = 0; in pcmcia_dev_suspend() 1190 if (!p_dev->suspended) { in pcmcia_dev_resume() 1194 p_dev->suspended = 0; in pcmcia_dev_resume() 1225 if (p_dev->socket != skt || p_dev->suspended) in pcmcia_bus_suspend_callback() 1236 if (p_dev->socket != skt || !p_dev->suspended) in pcmcia_bus_resume_callback()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | prm_common.c | 123 if (prcm_irq_setup->suspended) { in omap_prcm_irq_handler() 132 while (!prcm_irq_setup->suspended) { in omap_prcm_irq_handler() 235 prcm_irq_setup->suspended = true; in omap_prcm_irq_prepare() 240 prcm_irq_setup->suspended = false; in omap_prcm_irq_complete()
|
D | prcm-common.h | 518 bool suspended; member
|
/linux-4.4.14/drivers/watchdog/ |
D | iTCO_wdt.c | 107 bool suspended; member 613 iTCO_wdt_private.suspended = false; in iTCO_wdt_suspend_noirq() 617 iTCO_wdt_private.suspended = true; in iTCO_wdt_suspend_noirq() 624 if (iTCO_wdt_private.suspended) in iTCO_wdt_resume_noirq()
|
/linux-4.4.14/drivers/staging/iio/light/ |
D | isl29018.c | 112 bool suspended; member 400 if (chip->suspended) { in isl29018_read_raw() 741 chip->suspended = false; in isl29018_probe() 781 chip->suspended = true; in isl29018_suspend() 796 chip->suspended = false; in isl29018_resume()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | imx6qdl-nit6xlite.dtsi | 134 retain-state-suspended; 140 retain-state-suspended; 146 retain-state-suspended; 152 retain-state-suspended; 158 retain-state-suspended;
|
D | imx6qdl-nitrogen6_max.dtsi | 221 retain-state-suspended; 227 retain-state-suspended;
|
D | rk3288-veyron.dtsi | 314 powered-while-suspended;
|
/linux-4.4.14/drivers/usb/serial/ |
D | usb-wwan.h | 36 unsigned int suspended:1; member
|
D | sierra.c | 59 unsigned int suspended:1; member 520 if (intfdata->suspended) { in sierra_write() 983 intfdata->suspended = 1; in sierra_suspend() 1053 intfdata->suspended = 0; in sierra_resume()
|
D | usb_wwan.c | 260 if (intfdata->suspended) { in usb_wwan_write() 627 intfdata->suspended = 1; in usb_wwan_suspend() 716 intfdata->suspended = 0; in usb_wwan_resume()
|
/linux-4.4.14/Documentation/ |
D | md-cluster.txt | 138 of the areas which are suspended. Before a resync starts, the node 140 to be suspended. Each node maintains a suspend_list, which contains 141 the list of ranges which are currently suspended. On receiving 148 I/O range should be suspended or not.
|
D | DMA-ISA-LPC.txt | 148 suspended while a DMA transfer is in progress. Also, all DMA settings
|
D | md.txt | 232 suspended until the event is acknowledged. 274 suspended (not supported yet)
|
/linux-4.4.14/include/linux/ |
D | fsl_devices.h | 99 unsigned suspended:1; member
|
D | serial_core.h | 243 unsigned char suspended; member
|
D | phy.h | 379 bool suspended; member
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | at91_udc.c | 200 udc->suspended ? ", suspended" : "", in proc_udc_show() 824 if (!udc->clocked || !udc->suspended) in at91_wakeup() 872 udc->suspended = 0; in reset_gadget() 897 udc->suspended = 0; in stop_activity() 1448 udc->suspended = 0; in at91_udc_irq() 1464 if (udc->suspended) in at91_udc_irq() 1466 udc->suspended = 1; in at91_udc_irq() 1486 if (!udc->suspended) in at91_udc_irq() 1488 udc->suspended = 0; in at91_udc_irq() 2001 if ((!udc->suspended && udc->addr) in at91udc_suspend()
|
D | at91_udc.h | 135 unsigned suspended:1; member
|
D | pxa25x_udc.h | 112 suspended : 1, member
|
D | lpc32xx_udc.c | 193 bool suspended; member 550 udc->suspended ? ", suspended" : "", in proc_udc_show() 1182 udc->suspended = 0; in uda_resm_susp_event() 1184 udc->suspended = 1; in uda_resm_susp_event() 1591 udc->suspended = 0; in stop_activity()
|
D | pxa25x_udc.c | 929 int is_active = udc->vbus && udc->pullup && !udc->suspended; in pullup() 2287 udc->suspended = 1; in pxa25x_udc_suspend() 2301 udc->suspended = 0; in pxa25x_udc_resume()
|
D | pch_udc.c | 362 suspended:1, member
|
/linux-4.4.14/drivers/mfd/ |
D | wm8994-core.c | 173 wm8994->suspended = true; in wm8994_suspend() 191 if (!wm8994->suspended) in wm8994_resume() 213 wm8994->suspended = false; in wm8994_resume()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-exynos5.c | 160 unsigned int suspended:1; member 669 if (i2c->suspended) { in exynos5_i2c_xfer() 832 i2c->suspended = 1; in exynos5_i2c_suspend_noirq() 857 i2c->suspended = 0; in exynos5_i2c_resume_noirq()
|
D | i2c-cadence.c | 151 u8 suspended; member 763 if (id->suspended) in cdns_i2c_clk_notifier_cb() 818 xi2c->suspended = 1; in cdns_i2c_suspend() 844 xi2c->suspended = 0; in cdns_i2c_resume()
|
D | i2c-s3c2410.c | 107 unsigned int suspended:1; member 720 if (i2c->suspended) in s3c24xx_i2c_doxfer() 1295 i2c->suspended = 1; in s3c24xx_i2c_suspend_noirq() 1317 i2c->suspended = 0; in s3c24xx_i2c_resume_noirq()
|
/linux-4.4.14/Documentation/powerpc/ |
D | transactional_memory.txt | 81 Syscalls made from within a suspended transaction are performed as normal and 84 by the hardware. The syscall is performed in suspended mode so any side 162 state. This ensures that the signal context (written tm suspended) will be 167 For signals taken in non-TM or suspended mode, we use the
|
/linux-4.4.14/drivers/iio/light/ |
D | tsl2563.c | 121 bool suspended; member 320 if (chip->suspended) in tsl2563_get_adc() 844 chip->suspended = true; in tsl2563_suspend() 866 chip->suspended = false; in tsl2563_resume()
|
D | apds9960.c | 446 int suspended; in apds9960_set_power_state() local 448 suspended = pm_runtime_suspended(dev); in apds9960_set_power_state() 452 if (suspended) in apds9960_set_power_state()
|
/linux-4.4.14/include/linux/mfd/wm8994/ |
D | core.h | 78 bool suspended; member
|
/linux-4.4.14/include/video/ |
D | exynos_mipi_dsim.h | 237 bool suspended; member
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | if_spi.c | 78 u8 suspended; member 1106 if (card->suspended) { in if_spi_resume_worker() 1118 card->suspended = 0; in if_spi_resume_worker() 1252 if (!card->suspended) { in if_spi_suspend() 1259 card->suspended = 1; in if_spi_suspend()
|
/linux-4.4.14/net/mac802154/ |
D | ieee802154_i.h | 59 bool suspended; member
|
D | cfg.c | 62 local->suspended = true; in ieee802154_suspend() 82 local->suspended = false; in ieee802154_resume()
|
D | rx.c | 259 if (local->suspended) in ieee802154_rx()
|
/linux-4.4.14/sound/soc/mediatek/ |
D | mtk-afe-pcm.c | 158 bool suspended; member 782 if (pm_runtime_status_suspended(afe->dev) || afe->suspended) in mtk_afe_dai_suspend() 789 afe->suspended = true; in mtk_afe_dai_suspend() 800 if (pm_runtime_status_suspended(afe->dev) || !afe->suspended) in mtk_afe_dai_resume() 809 afe->suspended = false; in mtk_afe_dai_resume()
|
/linux-4.4.14/drivers/md/ |
D | dm-sysfs.c | 101 static DM_ATTR_RO(suspended);
|
D | dm-era-target.c | 1161 atomic_t suspended; member 1205 if (!atomic_read(&era->suspended)) in wake_worker() 1367 atomic_set(&era->suspended, 0); in start_worker() 1372 atomic_set(&era->suspended, 1); in stop_worker()
|
D | md.h | 238 int suspended; member
|
D | dm-thin.c | 237 bool suspended:1; member 2834 pool->suspended = true; in pool_create() 3419 pool->suspended = false; in pool_resume() 3432 pool->suspended = true; in pool_presuspend() 3447 pool->suspended = false; in pool_presuspend_undo() 4053 if (tc->pool->suspended) { in thin_ctr()
|
D | dm-raid.c | 1586 if (!mddev->suspended) in raid_message() 1590 if (!mddev->suspended) in raid_message()
|
D | md.c | 275 if (mddev->suspended) { in md_make_request() 280 if (!mddev->suspended) in md_make_request() 305 if (atomic_dec_and_test(&mddev->active_io) && mddev->suspended) in md_make_request() 319 if (mddev->suspended++) in mddev_suspend() 331 if (--mddev->suspended) in mddev_resume() 348 if (mddev->suspended) in mddev_congested() 3855 enum array_state { clear, inactive, suspended, readonly, read_auto, clean, active, enumerator 3959 case suspended: in array_state_store() 8268 if (mddev->suspended) in md_check_recovery()
|
/linux-4.4.14/Documentation/leds/ |
D | ledtrig-transient.txt | 40 changes are suspended while the driver is in suspend state. Any timers 41 that are active at the time driver gets suspended, continue to run, without 61 non-transient state. When driver gets suspended, irrespective of the transient
|
/linux-4.4.14/net/mac80211/ |
D | pm.c | 185 local->suspended = true; in __ieee80211_suspend()
|
D | util.c | 733 if (local->quiescing || (local->suspended && !local->resuming)) { in ieee80211_can_queue_work() 1683 local->suspended = false; in ieee80211_handle_reconfig_failure() 1758 bool suspended = local->suspended; in ieee80211_reconfig() local 1765 if (suspended) in ieee80211_reconfig() 1775 local->suspended = false; in ieee80211_reconfig() 1791 local->suspended = true; in ieee80211_reconfig() 1802 if (suspended && local->in_reconfig && !reconfig_due_to_wowlan) in ieee80211_reconfig() 1815 if (suspended) in ieee80211_reconfig() 2088 if (local->open_count && (!suspended || reconfig_due_to_wowlan)) in ieee80211_reconfig() 2091 if (!suspended) in ieee80211_reconfig() [all …]
|
D | ieee80211_i.h | 1143 bool suspended; member 1913 if (local->suspended) in ieee80211_can_run_worker()
|
D | iface.c | 881 WARN_ON(local->suspended); in ieee80211_do_stop() 999 if (local->suspended) { in ieee80211_do_stop()
|
D | rx.c | 3593 if (unlikely(local->quiescing || local->suspended)) in ieee80211_rx_napi()
|
/linux-4.4.14/include/net/irda/ |
D | irda_device.h | 166 int suspended; /* Suspended by APM */ member
|
/linux-4.4.14/Documentation/pcmcia/ |
D | locking.txt | 111 u16 suspended:1;
|
/linux-4.4.14/include/pcmcia/ |
D | ds.h | 120 u16 suspended:1; member
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-bus-usb | 25 will resume the device if it is already suspended. 49 active, i.e. not in a suspended state. This file is read-only.
|
D | sysfs-class-udc | 91 'configured', and 'suspended'; however not all USB Device
|
/linux-4.4.14/drivers/net/irda/ |
D | ali-ircc.c | 527 info->suspended = (reg & 0x20); in ali_ircc_probe_53() 528 pr_debug("%s(), probing suspended=%d\n", __func__, info->suspended); in ali_ircc_probe_53() 2083 if (self->io.suspended) in ali_ircc_suspend() 2088 self->io.suspended = 1; in ali_ircc_suspend() 2097 if (!self->io.suspended) in ali_ircc_resume() 2104 self->io.suspended = 0; in ali_ircc_resume()
|
D | nsc-ircc.c | 689 info->suspended = !((reg >> 1) & 0x01); in nsc_ircc_probe_108() 808 info->suspended = reg & 0x01; in nsc_ircc_probe_338() 2319 if (self->io.suspended) in nsc_ircc_suspend() 2342 self->io.suspended = 1; in nsc_ircc_suspend() 2353 if (!self->io.suspended) in nsc_ircc_resume() 2385 self->io.suspended = 0; in nsc_ircc_resume()
|
D | smsc-ircc2.c | 1705 if (self->io.suspended) { in smsc_ircc_net_open() 1773 if (!self->io.suspended) in smsc_ircc_net_close() 1786 if (!self->io.suspended) { in smsc_ircc_suspend() 1796 self->io.suspended = 1; in smsc_ircc_suspend() 1807 if (self->io.suspended) { in smsc_ircc_resume() 1825 self->io.suspended = 0; in smsc_ircc_resume()
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | spi_pl022.txt | 16 device will be suspended immediately
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/samsung/ |
D | pmu.txt | 35 to wake up a suspended PMU). In which case, they can have the
|
/linux-4.4.14/include/scsi/ |
D | libsas.h | 275 int suspended; member 324 int suspended; member
|
/linux-4.4.14/drivers/gpu/drm/mgag200/ |
D | mgag200_mode.c | 1188 if (mdev->suspended) 1207 mdev->suspended = true; 1220 if (!mdev->suspended) 1231 mdev->suspended = false; 1280 if (mode == DRM_MODE_DPMS_ON && mdev->suspended == true) { in mga_crtc_dpms()
|
D | mgag200_drv.h | 202 bool suspended; member
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | machine.txt | 47 and DMA is suspended and resumed. Optional.
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.c | 119 if (dev_priv->pm.suspended) in __intel_display_power_is_enabled() 474 WARN_ONCE(dev_priv->pm.suspended, in assert_can_enable_dc5() 492 WARN_ONCE(dev_priv->pm.suspended, in assert_can_disable_dc5() 2089 WARN(dev_priv->pm.suspended, "Device still suspended.\n"); in intel_runtime_pm_get() 2117 WARN(dev_priv->pm.suspended, "Getting nosync-ref while suspended.\n"); in intel_runtime_pm_get_noresume()
|
D | i915_drv.c | 1525 dev_priv->pm.suspended = true; in intel_runtime_suspend() 1569 dev_priv->pm.suspended = false; in intel_runtime_resume()
|
D | intel_uncore.c | 68 WARN_ONCE(HAS_RUNTIME_PM(dev_priv->dev) && dev_priv->pm.suspended, in assert_device_not_suspended() 426 WARN_ON(dev_priv->pm.suspended); in intel_uncore_forcewake_get()
|
D | i915_drv.h | 1626 bool suspended; member
|
D | intel_pm.c | 7341 dev_priv->pm.suspended = false; in intel_pm_setup()
|
/linux-4.4.14/Documentation/s390/ |
D | cds.txt | 231 DOIO_ALLOW_SUSPEND - channel program may become suspended 380 becomes suspended an intermediate interrupt will be generated by the channel 387 is suspended. In order to resume channel program execution the CIO layer 396 0 - suspended channel program is resumed 404 suspended channel programs.
|
/linux-4.4.14/sound/pci/nm256/ |
D | nm256.c | 192 int suspended; member 574 s->suspended = 0; in snd_nm256_playback_trigger() 583 s->suspended = 1; in snd_nm256_playback_trigger() 1421 if (s->substream && s->suspended) { in nm256_resume()
|
/linux-4.4.14/sound/pci/ |
D | atiixp.c | 252 int suspended; member 738 dma->suspended = 0; in snd_atiixp_pcm_trigger() 745 dma->suspended = cmd == SNDRV_PCM_TRIGGER_SUSPEND; in snd_atiixp_pcm_trigger() 1512 if (dma->substream && dma->suspended) { in snd_atiixp_resume()
|
D | intel8x0.c | 382 unsigned int suspended: 1; member 856 ichdev->suspended = 0; in snd_intel8x0_pcm_trigger() 864 ichdev->suspended = 1; in snd_intel8x0_pcm_trigger() 898 ichdev->suspended = 0; in snd_intel8x0_ali_trigger() 915 ichdev->suspended = 1; in snd_intel8x0_ali_trigger() 2738 if (! ichdev->substream || ! ichdev->suspended) in intel8x0_resume()
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | ci.h | 234 u8 suspended; member
|
D | udc.c | 712 ci->suspended = 0; in _gadget_stop_activity() 1834 if (ci->suspended && ci->driver->resume) { in udc_irq() 1838 ci->suspended = 0; in udc_irq() 1848 ci->suspended = 1; in udc_irq()
|
/linux-4.4.14/Documentation/scsi/ |
D | lpfc.txt | 55 devices can be temporarily suspended while transport events (such as
|
/linux-4.4.14/include/linux/usb/ |
D | composite.h | 478 unsigned int suspended:1; member
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_drv.c | 1416 dev_priv->suspended = true; in vmw_pm_freeze() 1425 dev_priv->suspended = false; in vmw_pm_freeze() 1457 dev_priv->suspended = false; in vmw_pm_restore()
|
D | vmwgfx_fb.c | 182 if (vmw_priv->suspended) in vmw_fb_dirty_flush()
|
D | vmwgfx_drv.h | 484 bool suspended; member
|
/linux-4.4.14/drivers/usb/core/ |
D | Kconfig | 24 enabled by default. If you say N it will make suspended USB
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
D | switchto.S | 72 ! the point where the process is left in suspended animation, i.e. current
|
/linux-4.4.14/drivers/mtd/chips/ |
D | cfi_cmdset_0020.c | 252 int suspended = 0; in do_read_onechip() local 309 suspended = 1; in do_read_onechip() 362 if (suspended) { in do_read_onechip()
|
D | cfi_cmdset_0002.c | 964 unsigned long suspended, start = xip_currtime(); in xip_udelay() local 984 suspended = xip_currtime(); in xip_udelay() 986 if (xip_elapsed_since(suspended) > 100000) { in xip_udelay()
|
D | cfi_cmdset_0001.c | 1113 unsigned long usec, suspended, start, done; in xip_wait_for_operation() local 1141 suspended = xip_currtime(); in xip_wait_for_operation() 1143 if (xip_elapsed_since(suspended) > 100000) { in xip_wait_for_operation()
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | s2mps11.txt | 23 down. When the system is suspended it will always go down thus triggerring
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 88 to-disk implementation will look for a suspended disk image. 101 suspended image to. It will simply pick the first available swap
|
/linux-4.4.14/drivers/usb/gadget/ |
D | composite.c | 1892 return sprintf(buf, "%d\n", cdev->suspended); in suspended_show() 1894 static DEVICE_ATTR_RO(suspended); 2132 cdev->suspended = 1; in composite_suspend() 2161 cdev->suspended = 0; in composite_resume()
|
/linux-4.4.14/drivers/net/phy/ |
D | mdio_bus.c | 533 return !phydev->suspended; in mdio_bus_phy_may_suspend()
|
D | phy_device.c | 781 phydev->suspended = true; in phy_suspend() 798 phydev->suspended = false; in phy_resume()
|
/linux-4.4.14/drivers/tty/serial/ |
D | atmel_serial.c | 167 bool suspended; member 1303 if (atmel_port->suspended) { in atmel_interrupt() 2664 atmel_port->suspended = true; in atmel_serial_suspend() 2688 atmel_port->suspended = false; in atmel_serial_resume()
|
D | serial_core.c | 2050 uport->suspended = 1; in uart_suspend_port() 2102 if (!uport->suspended && device_may_wakeup(tty_dev)) { in uart_resume_port() 2112 uport->suspended = 0; in uart_resume_port()
|
D | xilinx_uartps.c | 430 if (port->suspended) in cdns_uart_clk_notifier_cb()
|
D | imx.c | 399 if (sport->port.suspended) { in imx_stop_rx()
|
/linux-4.4.14/Documentation/arm/ |
D | cluster-pm-race-avoidance.txt | 64 suspended, or is ready to be powered off or suspended.
|
/linux-4.4.14/sound/soc/ |
D | soc-core.c | 661 if (!codec->suspended) { in snd_soc_suspend() 679 codec->suspended = 1; in snd_soc_suspend() 747 if (codec->suspended) { in soc_resume_deferred() 750 codec->suspended = 0; in soc_resume_deferred()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | hdspm.txt | 115 System Clock -- suspended !!!!
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | pcnet32.c | 2662 int csr15, suspended; in pcnet32_set_multicast_list() local 2665 suspended = pcnet32_suspend(dev, &flags, 0); in pcnet32_set_multicast_list() 2681 if (suspended) { in pcnet32_set_multicast_list()
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache.txt | 135 operation it will be written when the dm device is suspended. If the
|
/linux-4.4.14/Documentation/i2c/ |
D | writing-clients | 287 I2C messaging to the device being suspended or resumed (since their
|
/linux-4.4.14/Documentation/networking/ |
D | vortex.txt | 230 Becker's `ether-wake' application may be used to wake suspended
|
/linux-4.4.14/arch/x86/math-emu/ |
D | README | 85 temporarily suspended while disk i/o takes place. During this time
|
/linux-4.4.14/include/sound/ |
D | soc.h | 849 unsigned int suspended:1; /* Codec is in suspend PM state */ member
|
/linux-4.4.14/Documentation/isdn/ |
D | README | 159 AT+Rx Resume a suspended call with CallID x (x = 1,2,3...)
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 260 o wake up the device if it was in suspended state,
|
/linux-4.4.14/Documentation/filesystems/ |
D | coda.txt | 298 request routine must be suspended until Venus has replied. Therefore 315 +o the message is a reply for a suspended thread P. If so it removes
|
/linux-4.4.14/drivers/mmc/host/ |
D | omap_hsmmc.c | 194 int suspended; member
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 21406 bool suspended = false; in wlc_phy_classifier_nphy() local 21409 suspended = (bcma_read32(pi->d11core, D11REGOFFS(maccontrol)) & in wlc_phy_classifier_nphy() 21411 if (!suspended) in wlc_phy_classifier_nphy() 21421 if (D11REV_IS(pi->sh->corerev, 16) && !suspended) in wlc_phy_classifier_nphy()
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 1362 only be suspended when none of the devices are in use. Where reasonable,
|