Home
last modified time | relevance | path

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

12345

/linux-2.6.39/arch/arm/mach-msm/
Dgpiomux.c25 gpiomux_config_t suspended) in msm_gpiomux_write() argument
39 if (suspended & GPIOMUX_VALID) in msm_gpiomux_write()
40 cfg->suspended = suspended; in msm_gpiomux_write()
42 setting = cfg->ref ? active : suspended; in msm_gpiomux_write()
77 if (--cfg->ref == 0 && cfg->suspended & GPIOMUX_VALID) in msm_gpiomux_put()
78 __msm_gpiomux_write(gpio, cfg->suspended); in msm_gpiomux_put()
90 if (!(msm_gpiomux_configs[n].suspended & GPIOMUX_VALID)) in gpiomux_init()
92 __msm_gpiomux_write(n, msm_gpiomux_configs[n].suspended); in gpiomux_init()
Dgpiomux-8x50.c34 .suspended = GPIOMUX_DRV_2MA | GPIOMUX_PULL_DOWN |
38 .suspended = GPIOMUX_DRV_2MA | GPIOMUX_PULL_DOWN |
44 .suspended = SDC1_SUSPEND_CONFIG
49 .suspended = SDC1_SUSPEND_CONFIG
Dboard-msm7x30.c60 .suspended = GPIOMUX_DRV_2MA | GPIOMUX_PULL_DOWN |
64 .suspended = GPIOMUX_DRV_2MA | GPIOMUX_PULL_DOWN |
68 .suspended = GPIOMUX_DRV_2MA | GPIOMUX_PULL_DOWN |
72 .suspended = GPIOMUX_DRV_2MA | GPIOMUX_PULL_DOWN |
Dgpiomux.h49 gpiomux_config_t suspended; member
85 gpiomux_config_t suspended);
109 gpiomux_config_t suspended) in msm_gpiomux_write() argument
/linux-2.6.39/drivers/video/backlight/
Dplatform_lcd.c29 unsigned int suspended : 1; member
49 if (power == FB_BLANK_POWERDOWN || plcd->suspended) in platform_lcd_set_power()
129 plcd->suspended = 1; in platform_lcd_suspend()
139 plcd->suspended = 0; in platform_lcd_resume()
/linux-2.6.39/drivers/input/misc/
Dcma3000_d0x.c80 bool suspended; member
232 if (!data->suspended) in cma3000_open()
248 if (!data->suspended) in cma3000_close()
260 if (!data->suspended && data->opened) in cma3000_suspend()
263 data->suspended = true; in cma3000_suspend()
274 if (data->suspended && data->opened) in cma3000_resume()
277 data->suspended = false; in cma3000_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-2.6.39/Documentation/arm/msm/
Dgpiomux.txt60 .suspended = GPIOMUX_VALID | GPIOMUX_PULL_DOWN,
63 .suspended = GPIOMUX_VALID | GPIOMUX_PULL_DOWN,
73 'suspended' configurations. All other gpios, which were left unconfigured,
82 count to 0, their suspended configurations will be applied.
83 Since no other gpio line has a valid suspended configuration, no other
100 but leaves the suspended configuration as it was.
106 not change after that, install a configuration with a suspended component
110 .suspended = GPIOMUX_VALID | GPIOMUX_PULL_DOWN,
113 The suspended setting is applied during boot, and the lack of any valid
118 held, it will never be re-suspended, and with no valid active configuration,
[all …]
/linux-2.6.39/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
/linux-2.6.39/drivers/input/touchscreen/
Dad7879.c119 bool suspended; /* P: input->mutex */ member
266 if (!ts->disabled && !ts->suspended) in ad7879_open()
277 if (!ts->disabled && !ts->suspended) in ad7879_close()
285 if (!ts->suspended && !ts->disabled && ts->input->users) in ad7879_suspend()
288 ts->suspended = true; in ad7879_suspend()
298 if (ts->suspended && !ts->disabled && ts->input->users) in ad7879_resume()
301 ts->suspended = false; in ad7879_resume()
311 if (!ts->suspended && ts->input->users != 0) { in ad7879_toggle()
Dtsc2005.c142 bool suspended; member
534 if (!ts->suspended) in tsc2005_open()
550 if (!ts->suspended) in tsc2005_close()
710 if (!ts->suspended && ts->opened) in tsc2005_suspend()
713 ts->suspended = true; in tsc2005_suspend()
727 if (ts->suspended && ts->opened) in tsc2005_resume()
730 ts->suspended = false; in tsc2005_resume()
Dads7846.c135 bool suspended; /* P: lock */ member
202 if (!ts->disabled && !ts->suspended) { in ads7846_stop()
214 if (!ts->disabled && !ts->suspended) { in ads7846_restart()
247 if (!ts->suspended) in ads7846_disable()
264 if (!ts->suspended) in ads7846_enable()
910 if (!ts->suspended) { in ads7846_suspend()
918 ts->suspended = true; in ads7846_suspend()
932 if (ts->suspended) { in ads7846_resume()
934 ts->suspended = false; in ads7846_resume()
/linux-2.6.39/drivers/staging/tidspbridge/rmgr/
Ddrv_interface.c101 int suspended; member
110 if ((s)->suspended) { in omap34_xxbridge_suspend_lockout()
113 wait_event_interruptible((s)->suspend_wq, (s)->suspended == 0); in omap34_xxbridge_suspend_lockout()
257 bridge_suspend_data.suspended = 0; in omap3_bridge_startup()
444 bridge_suspend_data.suspended = 1; in BRIDGE_SUSPEND()
456 bridge_suspend_data.suspended = 0; in BRIDGE_RESUME()
/linux-2.6.39/Documentation/usb/
Dpower-management.txt14 component is "suspended" it is in a nonfunctional low-power state; it
15 might even be turned off completely. A suspended component can be
19 suspended; an example would be reducing the CPU's clock rate. This
22 When the parts being suspended include the CPU and most of the rest of
40 When a device has been suspended, it generally doesn't resume until
42 suspended, it generally doesn't resume until the user tells it to, say
49 device is enabled for remote wakeup and it is suspended, it may resume
51 event. Examples include a suspended keyboard resuming when a key is
52 pressed, or a suspended USB hub resuming when a device is plugged in.
59 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
/linux-2.6.39/drivers/net/
Ddavinci_mdio.c92 bool suspended; member
213 if (data->suspended) { in davinci_mdio_read()
258 if (data->suspended) { in davinci_mdio_write()
421 data->suspended = true; in davinci_mdio_suspend()
441 data->suspended = false; in davinci_mdio_resume()
/linux-2.6.39/Documentation/power/
Druntime_pm.txt71 for given device, the PM core regards the device as suspended, which need
76 successful execution of the subsystem-level suspend callback is 'suspended'.
85 until the status of it is directly set either to 'active', or to 'suspended'
113 either to 'active' or to 'suspended' (the PM core provides special helper
127 if the device can be suspended (i.e. if all of the conditions necessary for
153 (4) ->runtime_resume() can only be executed for 'suspended' devices (i.e. the
155 PM status of which is 'suspended').
229 suspend to complete; means "start a resume as soon as you've suspended"
237 PM core as 'suspended', regardless of its real hardware status
292 success, 1 if the device's run-time PM status was already 'suspended', or
[all …]
/linux-2.6.39/drivers/pcmcia/
Dds.c1038 if (p_dev->suspended) in pcmcia_show_pm_state()
1053 if ((!p_dev->suspended) && !strncmp(buf, "off", 3)) in pcmcia_store_pm_state()
1055 else if (p_dev->suspended && !strncmp(buf, "on", 2)) in pcmcia_store_pm_state()
1125 if (p_dev->suspended) { in pcmcia_dev_suspend()
1129 p_dev->suspended = 1; in pcmcia_dev_suspend()
1148 p_dev->suspended = 0; in pcmcia_dev_suspend()
1171 if (!p_dev->suspended) { in pcmcia_dev_resume()
1175 p_dev->suspended = 0; in pcmcia_dev_resume()
1206 if (p_dev->socket != skt || p_dev->suspended) in pcmcia_bus_suspend_callback()
1217 if (p_dev->socket != skt || !p_dev->suspended) in pcmcia_bus_resume_callback()
/linux-2.6.39/drivers/usb/serial/
Dusb-wwan.h41 unsigned int suspended:1; member
/linux-2.6.39/net/mac80211/
Dpm.c101 local->suspended = true; in __ieee80211_suspend()
/linux-2.6.39/include/linux/mfd/wm8994/
Dcore.h74 bool suspended; member
/linux-2.6.39/drivers/md/
Ddm-sysfs.c69 static DM_ATTR_RO(suspended);
/linux-2.6.39/drivers/i2c/busses/
Di2c-s3c2410.c62 unsigned int suspended:1; member
488 if (i2c->suspended) in s3c24xx_i2c_doxfer()
975 i2c->suspended = 1; in s3c24xx_i2c_suspend_noirq()
985 i2c->suspended = 0; in s3c24xx_i2c_resume()
/linux-2.6.39/drivers/usb/gadget/
Dat91_udc.h134 unsigned suspended:1; member

12345