Searched defs:suspended (Results 1 - 25 of 32) sorted by relevance

12

/drivers/usb/serial/
H A Dusb-wwan.h41 unsigned int suspended:1; member in struct:usb_wwan_intf_private
H A Dsierra.c60 unsigned int suspended:1; member in struct:sierra_intf_private
545 if (intfdata->suspended) {
1020 intfdata->suspended = 1;
1061 intfdata->suspended = 0;
/drivers/video/backlight/
H A Dplatform_lcd.c29 unsigned int suspended : 1; member in struct:platform_lcd
49 if (power == FB_BLANK_POWERDOWN || plcd->suspended)
128 plcd->suspended = 1;
138 plcd->suspended = 0;
/drivers/input/misc/
H A Dcma3000_d0x.c81 bool suspended; member in struct:cma3000_accl_data
233 if (!data->suspended)
249 if (!data->suspended)
261 if (!data->suspended && data->opened)
264 data->suspended = true;
275 if (data->suspended && data->opened)
278 data->suspended = false;
H A Dadxl34x.c204 bool suspended; /* P: mutex */ member in struct:adxl34x
420 if (!ac->suspended && !ac->disabled && ac->opened)
423 ac->suspended = true;
433 if (ac->suspended && !ac->disabled && ac->opened)
436 ac->suspended = false;
464 if (!ac->suspended && ac->opened) {
593 if (!ac->disabled && !ac->suspended && ac->opened)
668 if (!ac->suspended && !ac->disabled)
684 if (!ac->suspended && !ac->disabled)
/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c255 int suspended = 0; local
303 "suspended: status = 0x%lx\n", status.x[0]);
312 suspended = 1;
365 if (suspended) {
545 /* Someone's suspended the write. Sleep */
814 /* Someone's suspended the erase. Sleep */
H A Dcfi_cmdset_0002.c608 * non-suspended sector) and is indicated by no toggle bits toggling.
629 * non-suspended sector) and it is indicated by no bits toggling.
706 /* Should have suspended the erase by now.
738 /* Only if there's no operation suspended... */
821 * pending then the flash erase operation is suspended, array mode restored
824 * schedule() and the suspended flash operation is resumed for the remaining
836 unsigned long suspended, start = xip_currtime(); local
848 * operation suspended (imagine what happens
850 * operation while another chip suspended it, then
856 suspended
[all...]
H A Dcfi_cmdset_0001.c760 /* Prevent setting state FL_SYNCING for chip in suspended state. */
819 "suspended: status = 0x%lx\n", map->name, status.x[0]);
844 /* Only if there's no operation suspended... */
929 /* Check if we already have suspended erase
983 * to write, which means the erase was suspended
1067 * interrupt pending then the flash erase or write operation is suspended,
1070 * the call to schedule() and the suspended flash operation is resumed for
1083 unsigned long usec, suspended, start, done; local
1102 * another operation suspended (imagine what happens
1104 * operation while another chip suspended i
[all...]
/drivers/net/ethernet/ti/
H A Ddavinci_mdio.c92 bool suspended; member in struct:davinci_mdio_data
213 if (data->suspended) {
258 if (data->suspended) {
422 data->suspended = true;
442 data->suspended = false;
/drivers/staging/tidspbridge/rmgr/
H A Ddrv_interface.c97 int suspended; member in struct:omap34_xx_bridge_suspend_data
106 if ((s)->suspended) {
109 wait_event_interruptible((s)->suspend_wq, (s)->suspended == 0);
253 bridge_suspend_data.suspended = 0;
443 bridge_suspend_data.suspended = 1;
455 bridge_suspend_data.suspended = 0;
/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimd.c89 bool suspended; member in struct:fimd_context
150 * enable fimd hardware only if suspended status.
155 if (ctx->suspended)
161 if (!ctx->suspended)
200 if (ctx->suspended)
249 if (ctx->suspended)
276 if (ctx->suspended)
436 if (ctx->suspended)
767 ctx->suspended = false;
778 ctx->suspended
[all...]
/drivers/i2c/busses/
H A Di2c-s3c2410.c64 unsigned int suspended:1; member in struct:s3c24xx_i2c
497 if (i2c->suspended)
1075 i2c->suspended = 1;
1085 i2c->suspended = 0;
/drivers/net/wireless/libertas/
H A Dif_spi.c77 /* True is card suspended */
78 u8 suspended; member in struct:if_spi_card
1114 if (card->suspended) {
1126 card->suspended = 0;
1260 if (!card->suspended) {
1267 card->suspended = 1;
/drivers/usb/gadget/
H A Dat91_udc.h89 * is suspended ... watching suspend helps keep the logic symmetric.
124 unsigned suspended:1; member in struct:at91_udc
H A Dpxa25x_udc.h113 suspended : 1, member in struct:pxa25x_udc
H A Dci13xxx_udc.h133 u8 suspended; /* suspended by the host */ member in struct:ci13xxx
H A Dlangwell_udc.h185 suspended:1, member in struct:langwell_udc
/drivers/input/touchscreen/
H A Dad7879.c120 bool suspended; /* P: input->mutex */ member in struct:ad7879
269 if (!ts->disabled && !ts->suspended)
280 if (!ts->disabled && !ts->suspended)
291 if (!ts->suspended && !ts->disabled && ts->input->users)
294 ts->suspended = true;
307 if (ts->suspended && !ts->disabled && ts->input->users)
310 ts->suspended = false;
325 if (!ts->suspended && ts->input->users != 0) {
H A Dtsc2005.c142 bool suspended; member in struct:tsc2005
534 if (!ts->suspended)
550 if (!ts->suspended)
710 if (!ts->suspended && ts->opened)
713 ts->suspended = true;
727 if (ts->suspended && ts->opened)
730 ts->suspended = false;
H A Dads7846.c137 bool suspended; /* P: lock */ member in struct:ads7846
204 if (!ts->disabled && !ts->suspended) {
216 if (!ts->disabled && !ts->suspended) {
249 if (!ts->suspended)
266 if (!ts->suspended)
917 if (!ts->suspended) {
925 ts->suspended = true;
939 if (ts->suspended) {
941 ts->suspended = false;
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h307 bool suspended; member in struct:vmw_private
/drivers/md/
H A Dmd.h208 int suspended; member in struct:mddev
/drivers/mmc/host/
H A Ddavinci_mmc.c182 unsigned char suspended; member in struct:mmc_davinci_host
1428 host->suspended = 1;
1430 host->suspended = 0;
1443 if (!host->suspended)
1452 host->suspended = 0;
H A Domap.c122 int suspended; member in struct:mmc_omap_host
1557 if (host == NULL || host->suspended)
1573 host->suspended = 1;
1582 if (host == NULL || !host->suspended)
1592 host->suspended = 0;
H A Domap_hsmmc.c174 int suspended; member in struct:omap_hsmmc_host
1288 if (host->suspended)
1795 if (host->suspended) {
1796 seq_printf(s, "host suspended, can't read registers\n");
2146 if (host && host->suspended)
2151 host->suspended = 1;
2159 host->suspended = 0;
2166 host->suspended = 0;
2198 if (host && !host->suspended)
2222 host->suspended
[all...]

Completed in 489 milliseconds

12