Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/gma500/
Dpower.c57 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()
Dpsb_drv.h485 bool suspended; member
/linux-4.1.27/drivers/video/fbdev/exynos/
Dexynos_mipi_dsi.c122 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.1.27/drivers/gpu/drm/exynos/
Dexynos7_drm_decon.c58 bool suspended; member
77 if (ctx->suspended) in decon_wait_for_vblank()
111 unsigned int state = ctx->suspended; in decon_clear_channel()
113 ctx->suspended = 0; in decon_clear_channel()
115 ctx->suspended = state; in decon_clear_channel()
181 if (ctx->suspended) in decon_commit()
245 if (ctx->suspended) in decon_enable_vblank()
270 if (ctx->suspended) in decon_disable_vblank()
405 if (ctx->suspended) in decon_win_commit()
414 if (ctx->suspended) { in decon_win_commit()
[all …]
Dexynos_drm_fimd.c163 bool suspended; member
203 if (ctx->suspended) in fimd_wait_for_vblank()
268 unsigned int state = ctx->suspended; in fimd_clear_channel()
270 ctx->suspended = 0; in fimd_clear_channel()
272 ctx->suspended = state; in fimd_clear_channel()
345 if (ctx->suspended) in fimd_commit()
442 if (ctx->suspended) in fimd_enable_vblank()
474 if (ctx->suspended) in fimd_disable_vblank()
629 if (ctx->suspended) in fimd_win_commit()
638 if (ctx->suspended) { in fimd_win_commit()
[all …]
Dexynos_drm_vidi.c50 bool suspended; member
91 if (ctx->suspended) in vidi_enable_vblank()
113 if (ctx->suspended) in vidi_disable_vblank()
125 if (ctx->suspended) in vidi_win_commit()
166 ctx->suspended = false; in vidi_power_on()
178 ctx->suspended = true; in vidi_power_on()
Dexynos_drm_rotator.c102 bool suspended; member
606 if (rot->suspended) { in rotator_ippdrv_start()
793 rot->suspended = false; in rotator_clk_crtl()
796 rot->suspended = true; in rotator_clk_crtl()
Dexynos_drm_g2d.c228 bool suspended; member
880 if (g2d->suspended) in g2d_runqueue_worker()
1520 g2d->suspended = true; in g2d_suspend()
1536 g2d->suspended = false; in g2d_resume()
Dexynos_drm_gsc.c147 bool suspended; member
1205 ctx->suspended = false; in gsc_clk_ctrl()
1208 ctx->suspended = true; in gsc_clk_ctrl()
Dexynos_drm_fimc.c169 bool suspended; member
1216 ctx->suspended = false; in fimc_clk_ctrl()
1220 ctx->suspended = true; in fimc_clk_ctrl()
/linux-4.1.27/drivers/video/backlight/
Dplatform_lcd.c30 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.1.27/drivers/input/misc/
Dcma3000_d0x.c81 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()
Dregulator-haptic.c32 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()
Dmax77843-haptic.c53 bool suspended; member
164 if (haptic->suspended) in max77843_haptic_play_work()
318 haptic->suspended = true; in max77843_haptic_suspend()
333 haptic->suspended = false; in max77843_haptic_resume()
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-4.1.27/Documentation/ABI/testing/
Dsysfs-devices-platform-_UDC_-gadget1 What: /sys/devices/platform/_UDC_/gadget/suspended
6 1 -> suspended
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
Dsysfs-block-dm18 What: /sys/block/dm-<num>/dm/suspended
23 Contains the value 1 while the device is suspended.
Dsysfs-class-mic.txt55 "suspended" - The MIC device has been suspended.
66 as suspended.
Dsysfs-devices-power52 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
Dsysfs-power157 will be suspended and resumed synchronously.
/linux-4.1.27/drivers/input/touchscreen/
Dad7879.c119 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()
Dtsc2005.c151 bool suspended; member
554 if (!ts->suspended) in tsc2005_open()
570 if (!ts->suspended) in tsc2005_close()
783 if (!ts->suspended && ts->opened) in tsc2005_suspend()
786 ts->suspended = true; in tsc2005_suspend()
800 if (ts->suspended && ts->opened) in tsc2005_resume()
803 ts->suspended = false; in tsc2005_resume()
Dads7846.c138 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()
892 if (!ts->suspended) { in ads7846_suspend()
900 ts->suspended = true; in ads7846_suspend()
914 if (ts->suspended) { in ads7846_resume()
916 ts->suspended = false; in ads7846_resume()
Dcyttsp_core.c485 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()
Dzforce_ts.c125 bool suspended; member
473 if (ts->suspended && device_may_wakeup(&client->dev)) in zforce_irq()
492 if (ts->suspended) { in zforce_irq_thread()
641 ts->suspended = true; in zforce_suspend()
659 ts->suspended = false; in zforce_resume()
Dcyttsp_core.h139 bool suspended; member
/linux-4.1.27/drivers/platform/olpc/
Dolpc-ec.c52 bool suspended; member
128 if (WARN_ON(ec->suspended)) in olpc_ec_cmd()
301 ec->suspended = true; in olpc_ec_suspend()
311 ec->suspended = false; in olpc_ec_resume()
/linux-4.1.27/drivers/net/ethernet/ti/
Ddavinci_mdio.c97 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.1.27/drivers/staging/clocking-wizard/
Dclk-xlnx-clock-wizard.c71 bool suspended; member
89 if (clk_wzrd->suspended) in clk_wzrd_clk_notifier()
116 clk_wzrd->suspended = true; in clk_wzrd_suspend()
132 clk_wzrd->suspended = false; in clk_wzrd_resume()
/linux-4.1.27/Documentation/power/
Dsuspend-and-interrupts.txt16 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
Druntime_pm.txt89 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 …]
Ddevices.txt46 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 …]
Dstates.txt53 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
Dswsusp.txt16 * 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
Duserland-swsusp.txt94 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
Dcharger-manager.txt34 supposed to be kept suspended. That, in turn, incurs unnecessary power
50 restarts charging. This check is also performed while suspended by
Dpci.txt366 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).
999 subsequently request that they be suspended). These requests are represented
1009 Devices can also be suspended and resumed synchronously, without placing a
Dfreezing-of-tasks.txt146 in principle needs to know when the device is suspended, so that it doesn't try
150 the device while it's suspended.
Dbasic-pm-debugging.txt139 devices has failed (these devices are suspended on one CPU with interrupts off),
/linux-4.1.27/drivers/acpi/
Dbutton.c107 bool suspended; member
302 if (button->suspended) in acpi_button_notify()
331 button->suspended = true; in acpi_button_suspend()
340 button->suspended = false; in acpi_button_resume()
/linux-4.1.27/drivers/rtc/
Drtc-ds3232.c62 bool suspended; member
357 if (!ds3232->suspended) in ds3232_irq()
465 ds3232->suspended = true; in ds3232_suspend()
477 if (ds3232->suspended) { in ds3232_resume()
478 ds3232->suspended = false; in ds3232_resume()
Drtc-at91rm9200.c58 static bool suspended; variable
314 if (!suspended) { in at91_rtc_interrupt()
486 suspended = true; in at91_rtc_suspend()
510 suspended = false; in at91_rtc_resume()
Drtc-at91sam9.c81 bool suspended; member
326 if (rtc->suspended) { in at91_rtc_interrupt()
525 rtc->suspended = true; in at91_rtc_suspend()
551 rtc->suspended = false; in at91_rtc_resume()
/linux-4.1.27/Documentation/usb/
Dpower-management.txt33 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 …]
Dcallbacks.txt29 * @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
Dpersist.txt10 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
Derror-codes.txt62 -EHOSTUNREACH URB was rejected because the device is suspended.
/linux-4.1.27/drivers/scsi/libsas/
Dsas_port.c52 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()
Dsas_phy.c105 if (!phy->suspended) { in sas_phye_resume_timeout()
111 phy->suspended = 0; in sas_phye_resume_timeout()
Dsas_init.c392 if (phy->suspended) in phys_suspended()
418 if (phy->suspended) { in sas_resume_ha()
Dsas_discover.c269 phy->suspended = 1; in sas_suspend_devices()
270 port->suspended = 1; in sas_suspend_devices()
/linux-4.1.27/drivers/usb/host/
Dehci-fsl.c404 "mode=%d usbcmd %08x\n", pdata->suspended, in ehci_fsl_mpc512x_drv_suspend()
413 if (pdata->suspended) { in ehci_fsl_mpc512x_drv_suspend()
450 pdata->suspended = 1; in ehci_fsl_mpc512x_drv_suspend()
468 pdata->suspended, pdata->already_suspended); in ehci_fsl_mpc512x_drv_resume()
480 if (!pdata->suspended) { in ehci_fsl_mpc512x_drv_resume()
485 pdata->suspended = 0; in ehci_fsl_mpc512x_drv_resume()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-dev.c182 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()
Dccp-dev.h162 unsigned int suspended; member
Dccp-platform.c264 ccp->cmd_q[i].suspended = 0; in ccp_platform_resume()
Dccp-pci.c304 ccp->cmd_q[i].suspended = 0; in ccp_pci_resume()
/linux-4.1.27/Documentation/devicetree/bindings/leds/
Dleds-gpio.txt24 - retain-state-suspended: (optional) The suspend state can be retained.Such
64 retain-state-suspended;
/linux-4.1.27/drivers/pcmcia/
Dds.c1043 if (p_dev->suspended) in pm_state_show()
1058 if ((!p_dev->suspended) && !strncmp(buf, "off", 3)) in pm_state_store()
1060 else if (p_dev->suspended && !strncmp(buf, "on", 2)) in pm_state_store()
1133 if (p_dev->suspended) { in pcmcia_dev_suspend()
1137 p_dev->suspended = 1; in pcmcia_dev_suspend()
1156 p_dev->suspended = 0; in pcmcia_dev_suspend()
1179 if (!p_dev->suspended) { in pcmcia_dev_resume()
1183 p_dev->suspended = 0; in pcmcia_dev_resume()
1214 if (p_dev->socket != skt || p_dev->suspended) in pcmcia_bus_suspend_callback()
1225 if (p_dev->socket != skt || !p_dev->suspended) in pcmcia_bus_resume_callback()
/linux-4.1.27/drivers/watchdog/
DiTCO_wdt.c108 bool suspended; member
597 iTCO_wdt_private.suspended = false; in iTCO_wdt_suspend_noirq()
601 iTCO_wdt_private.suspended = true; in iTCO_wdt_suspend_noirq()
608 if (iTCO_wdt_private.suspended) in iTCO_wdt_resume_noirq()
/linux-4.1.27/arch/arm/mach-omap2/
Dprm_common.c123 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()
Dprcm-common.h510 bool suspended; member
/linux-4.1.27/drivers/staging/iio/light/
Disl29018.c79 bool suspended; member
381 if (chip->suspended) { in isl29018_read_raw()
708 chip->suspended = false; in isl29018_probe()
748 chip->suspended = true; in isl29018_suspend()
763 chip->suspended = false; in isl29018_resume()
/linux-4.1.27/drivers/usb/serial/
Dusb-wwan.h36 unsigned int suspended:1; member
Dusb_wwan.c226 if (intfdata->suspended) { in usb_wwan_write()
593 intfdata->suspended = 1; in usb_wwan_suspend()
682 intfdata->suspended = 0; in usb_wwan_resume()
Dsierra.c59 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()
/linux-4.1.27/include/linux/
Dfsl_devices.h93 unsigned suspended:1; member
Dphy.h369 bool suspended; member
Dserial_core.h243 unsigned char suspended; member
/linux-4.1.27/Documentation/
Dmd-cluster.txt138 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.
DDMA-ISA-LPC.txt148 suspended while a DMA transfer is in progress. Also, all DMA settings
Dmd.txt232 suspended until the event is acknowledged.
274 suspended (not supported yet)
/linux-4.1.27/drivers/i2c/busses/
Di2c-cadence.c147 u8 suspended; member
729 if (id->suspended) in cdns_i2c_clk_notifier_cb()
784 xi2c->suspended = 1; in cdns_i2c_suspend()
810 xi2c->suspended = 0; in cdns_i2c_resume()
Di2c-exynos5.c160 unsigned int suspended:1; member
669 if (i2c->suspended) { in exynos5_i2c_xfer()
822 i2c->suspended = 1; in exynos5_i2c_suspend_noirq()
843 i2c->suspended = 0; in exynos5_i2c_resume_noirq()
Di2c-s3c2410.c107 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.1.27/drivers/usb/gadget/udc/
Dat91_udc.c181 udc->suspended ? ", suspended" : "", in proc_udc_show()
805 if (!udc->clocked || !udc->suspended) in at91_wakeup()
852 udc->suspended = 0; in reset_gadget()
877 udc->suspended = 0; in stop_activity()
1428 udc->suspended = 0; in at91_udc_irq()
1444 if (udc->suspended) in at91_udc_irq()
1446 udc->suspended = 1; in at91_udc_irq()
1466 if (!udc->suspended) in at91_udc_irq()
1468 udc->suspended = 0; in at91_udc_irq()
1980 if ((!udc->suspended && udc->addr) in at91udc_suspend()
Dat91_udc.h127 unsigned suspended:1; member
Dpxa25x_udc.h112 suspended : 1, member
Dlpc32xx_udc.c193 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()
Dpxa25x_udc.c929 int is_active = udc->vbus && udc->pullup && !udc->suspended; in pullup()
2257 udc->suspended = 1; in pxa25x_udc_suspend()
2271 udc->suspended = 0; in pxa25x_udc_resume()
Dpch_udc.c362 suspended:1, member
/linux-4.1.27/drivers/mfd/
Dwm8994-core.c173 wm8994->suspended = true; in wm8994_suspend()
191 if (!wm8994->suspended) in wm8994_resume()
213 wm8994->suspended = false; in wm8994_resume()
/linux-4.1.27/drivers/iio/light/
Dtsl2563.c121 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()
/linux-4.1.27/include/linux/mfd/wm8994/
Dcore.h78 bool suspended; member
/linux-4.1.27/include/video/
Dexynos_mipi_dsim.h237 bool suspended; member
/linux-4.1.27/drivers/net/wireless/libertas/
Dif_spi.c78 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.1.27/net/mac80211/
Dpm.c157 local->suspended = true; in __ieee80211_suspend()
Dutil.c776 if (local->quiescing || (local->suspended && !local->resuming)) { in ieee80211_can_queue_work()
1710 local->suspended = false; in ieee80211_handle_reconfig_failure()
1768 if (local->suspended) in ieee80211_reconfig()
1797 if (local->suspended) in ieee80211_reconfig()
2091 if (local->open_count && (!local->suspended || reconfig_due_to_wowlan)) in ieee80211_reconfig()
2094 if (!local->suspended) in ieee80211_reconfig()
2099 local->suspended = false; in ieee80211_reconfig()
Dieee80211_i.h1150 bool suspended; member
1918 if (local->suspended) in ieee80211_can_run_worker()
Diface.c884 WARN_ON(local->suspended); in ieee80211_do_stop()
999 if (local->suspended) { in ieee80211_do_stop()
Drx.c3592 if (unlikely(local->quiescing || local->suspended)) in ieee80211_rx()
/linux-4.1.27/drivers/md/
Ddm-sysfs.c101 static DM_ATTR_RO(suspended);
Ddm-era-target.c1162 atomic_t suspended; member
1206 if (!atomic_read(&era->suspended)) in wake_worker()
1368 atomic_set(&era->suspended, 0); in start_worker()
1373 atomic_set(&era->suspended, 1); in stop_worker()
Dmd.h228 int suspended; member
Ddm-thin.c229 bool suspended:1; member
2591 pool->suspended = true; in pool_create()
3176 pool->suspended = false; in pool_resume()
3189 pool->suspended = true; in pool_presuspend()
3204 pool->suspended = false; in pool_presuspend_undo()
3835 if (tc->pool->suspended) { in thin_ctr()
Ddm-raid.c1574 if (!mddev->suspended) in raid_message()
1578 if (!mddev->suspended) in raid_message()
Dmd.c271 if (mddev->suspended) { in md_make_request()
276 if (!mddev->suspended) in md_make_request()
301 if (atomic_dec_and_test(&mddev->active_io) && mddev->suspended) in md_make_request()
313 BUG_ON(mddev->suspended); in mddev_suspend()
314 mddev->suspended = 1; in mddev_suspend()
325 mddev->suspended = 0; in mddev_resume()
341 if (mddev->suspended) in mddev_congested()
362 if (mddev->suspended) { in md_mergeable_bvec()
3755 enum array_state { clear, inactive, suspended, readonly, read_auto, clean, active, enumerator
3859 case suspended: in array_state_store()
[all …]
/linux-4.1.27/Documentation/leds/
Dledtrig-transient.txt40 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.1.27/Documentation/pcmcia/
Dlocking.txt111 u16 suspended:1;
/linux-4.1.27/include/net/irda/
Dirda_device.h166 int suspended; /* Suspended by APM */ member
/linux-4.1.27/include/pcmcia/
Dds.h120 u16 suspended:1; member
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-bus-usb25 will resume the device if it is already suspended.
49 active, i.e. not in a suspended state. This file is read-only.
Dsysfs-class-udc91 'configured', and 'suspended'; however not all USB Device
/linux-4.1.27/drivers/net/irda/
Dali-ircc.c527 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()
2089 if (self->io.suspended) in ali_ircc_suspend()
2094 self->io.suspended = 1; in ali_ircc_suspend()
2103 if (!self->io.suspended) in ali_ircc_resume()
2110 self->io.suspended = 0; in ali_ircc_resume()
Dnsc-ircc.c689 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()
Dsmsc-ircc2.c1705 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.1.27/Documentation/devicetree/bindings/arm/samsung/
Dpmu.txt35 to wake up a suspended PMU). In which case, they can have the
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dspi_pl022.txt16 device will be suspended immediately
/linux-4.1.27/include/scsi/
Dlibsas.h275 int suspended; member
324 int suspended; member
/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_mode.c1081 if (mdev->suspended)
1100 mdev->suspended = true;
1113 if (!mdev->suspended)
1124 mdev->suspended = false;
1173 if (mode == DRM_MODE_DPMS_ON && mdev->suspended == true) { in mga_crtc_dpms()
Dmgag200_drv.h201 bool suspended; member
/linux-4.1.27/Documentation/sound/alsa/soc/
Dmachine.txt47 and DMA is suspended and resumed. Optional.
/linux-4.1.27/drivers/usb/chipidea/
Dci.h232 u8 suspended; member
Dudc.c712 ci->suspended = 0; in _gadget_stop_activity()
1813 if (ci->suspended && ci->driver->resume) { in udc_irq()
1817 ci->suspended = 0; in udc_irq()
1827 ci->suspended = 1; in udc_irq()
/linux-4.1.27/Documentation/s390/
Dcds.txt231 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.1.27/sound/pci/
Datiixp.c252 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()
Dintel8x0.c382 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.1.27/sound/pci/nm256/
Dnm256.c192 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.1.27/drivers/usb/core/
DKconfig24 enabled by default. If you say N it will make suspended USB
/linux-4.1.27/Documentation/scsi/
Dlpfc.txt55 devices can be temporarily suspended while transport events (such as
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_runtime_pm.c97 if (dev_priv->pm.suspended) in __intel_display_power_is_enabled()
1507 WARN(dev_priv->pm.suspended, "Device still suspended.\n"); in intel_runtime_pm_get()
1535 WARN(dev_priv->pm.suspended, "Getting nosync-ref while suspended.\n"); in intel_runtime_pm_get_noresume()
Di915_drv.c1417 dev_priv->pm.suspended = true; in intel_runtime_suspend()
1463 dev_priv->pm.suspended = false; in intel_runtime_resume()
Dintel_uncore.c69 WARN_ONCE(HAS_RUNTIME_PM(dev_priv->dev) && dev_priv->pm.suspended, in assert_device_not_suspended()
409 WARN_ON(dev_priv->pm.suspended); in intel_uncore_forcewake_get()
Di915_drv.h1501 bool suspended; member
Dintel_pm.c6774 dev_priv->pm.suspended = false; in intel_pm_setup()
/linux-4.1.27/Documentation/powerpc/
Dtransactional_memory.txt161 state. This ensures that the signal context (written tm suspended) will be
166 For signals taken in non-TM or suspended mode, we use the
/linux-4.1.27/include/linux/usb/
Dcomposite.h476 unsigned int suspended:1; member
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c1335 dev_priv->suspended = true; in vmw_pm_prepare()
1346 dev_priv->suspended = false; in vmw_pm_prepare()
1369 dev_priv->suspended = false; in vmw_pm_complete()
Dvmwgfx_fb.c223 if (vmw_priv->suspended) in vmw_fb_dirty_flush()
Dvmwgfx_drv.h495 bool suspended; member
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dswitchto.S72 ! the point where the process is left in suspended animation, i.e. current
/linux-4.1.27/kernel/power/
DKconfig78 to-disk implementation will look for a suspended disk image.
91 suspended image to. It will simply pick the first available swap
/linux-4.1.27/drivers/usb/gadget/
Dcomposite.c1859 return sprintf(buf, "%d\n", cdev->suspended); in suspended_show()
1861 static DEVICE_ATTR_RO(suspended);
2099 cdev->suspended = 1; in composite_suspend()
2128 cdev->suspended = 0; in composite_resume()
/linux-4.1.27/drivers/mtd/chips/
Dcfi_cmdset_0020.c252 int suspended = 0; in do_read_onechip() local
309 suspended = 1; in do_read_onechip()
362 if (suspended) { in do_read_onechip()
Dcfi_cmdset_0002.c964 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()
Dcfi_cmdset_0001.c1113 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.1.27/drivers/net/phy/
Dmdio_bus.c452 return !phydev->suspended; in mdio_bus_phy_may_suspend()
Dphy_device.c715 phydev->suspended = true; in phy_suspend()
732 phydev->suspended = false; in phy_resume()
/linux-4.1.27/drivers/tty/serial/
Datmel_serial.c178 bool suspended; member
1219 if (atmel_port->suspended) { in atmel_interrupt()
2544 atmel_port->suspended = true; in atmel_serial_suspend()
2568 atmel_port->suspended = false; in atmel_serial_resume()
Dserial_core.c2042 uport->suspended = 1; in uart_suspend_port()
2094 if (!uport->suspended && device_may_wakeup(tty_dev)) { in uart_resume_port()
2104 uport->suspended = 0; in uart_resume_port()
Dxilinx_uartps.c430 if (port->suspended) in cdns_uart_clk_notifier_cb()
Dimx.c396 if (sport->port.suspended) { in imx_stop_rx()
/linux-4.1.27/Documentation/arm/
Dcluster-pm-race-avoidance.txt64 suspended, or is ready to be powered off or suspended.
/linux-4.1.27/sound/soc/
Dsoc-core.c667 if (!codec->suspended) { in snd_soc_suspend()
685 codec->suspended = 1; in snd_soc_suspend()
757 if (codec->suspended) { in soc_resume_deferred()
763 codec->suspended = 0; in soc_resume_deferred()
/linux-4.1.27/Documentation/sound/alsa/
Dhdspm.txt115 System Clock -- suspended !!!!
/linux-4.1.27/drivers/net/ethernet/amd/
Dpcnet32.c2661 int csr15, suspended; in pcnet32_set_multicast_list() local
2664 suspended = pcnet32_suspend(dev, &flags, 0); in pcnet32_set_multicast_list()
2680 if (suspended) { in pcnet32_set_multicast_list()
/linux-4.1.27/Documentation/device-mapper/
Dcache.txt135 operation it will be written when the dm device is suspended. If the
/linux-4.1.27/Documentation/networking/
Dvortex.txt230 Becker's `ether-wake' application may be used to wake suspended
/linux-4.1.27/Documentation/i2c/
Dwriting-clients287 I2C messaging to the device being suspended or resumed (since their
/linux-4.1.27/include/sound/
Dsoc.h813 unsigned int suspended:1; /* Codec is in suspend PM state */ member
/linux-4.1.27/arch/x86/math-emu/
DREADME85 temporarily suspended while disk i/o takes place. During this time
/linux-4.1.27/Documentation/isdn/
DREADME159 AT+Rx Resume a suspended call with CallID x (x = 1,2,3...)
/linux-4.1.27/drivers/mmc/host/
Domap_hsmmc.c201 int suspended; member
/linux-4.1.27/Documentation/PCI/
Dpci.txt260 o wake up the device if it was in suspended state,
/linux-4.1.27/Documentation/filesystems/
Dcoda.txt298 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.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_n.c21406 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.1.27/Documentation/devicetree/
Dbooting-without-of.txt1358 only be suspended when none of the devices are in use. Where reasonable,