/Linux-v4.19/drivers/usb/phy/ |
D | phy-twl6030-usb.c | 96 u8 asleep; member 216 twl->asleep = 1; in twl6030_usb_irq() 229 if (twl->asleep) { in twl6030_usb_irq() 231 twl->asleep = 0; in twl6030_usb_irq() 255 twl->asleep = 1; in twl6030_usbotg_irq() 391 twl->asleep = 0; in twl6030_usb_probe()
|
/Linux-v4.19/drivers/staging/olpc_dcon/ |
D | olpc_dcon.c | 202 if (dcon->asleep == sleep) in dcon_sleep() 215 dcon->asleep = sleep; in dcon_sleep() 224 dcon->asleep = sleep; in dcon_sleep() 410 return sprintf(buf, "%d\n", dcon->asleep); in dcon_sleep_show() 705 if (!dcon->asleep) { in dcon_suspend() 718 if (!dcon->asleep) { in dcon_resume()
|
D | olpc_dcon.h | 88 bool asleep; member
|
/Linux-v4.19/drivers/net/wireless/intersil/prism54/ |
D | isl_38xx.c | 111 isl38xx_trigger_device(int asleep, void __iomem *device_base) in isl38xx_trigger_device() argument 122 if (asleep) { in isl38xx_trigger_device()
|
/Linux-v4.19/drivers/video/fbdev/aty/ |
D | mach64_accel.c | 203 if (par->asleep) in atyfb_copyarea() 249 if (par->asleep) in atyfb_fillrect() 289 if (par->asleep) in atyfb_imageblit()
|
D | mach64_cursor.c | 78 if (par->asleep) in atyfb_cursor()
|
D | radeon_base.c | 965 if (rinfo->asleep) in radeonfb_pan_display() 1162 if (rinfo->asleep) in radeonfb_blank() 1189 if (!rinfo->asleep) { in radeon_setcolreg() 1248 if (!rinfo->asleep) { in radeonfb_setcolreg() 1265 if (!rinfo->asleep && rinfo->is_mobility) in radeonfb_setcolreg() 1278 if (!rinfo->asleep) { in radeonfb_setcmap() 1313 if (!rinfo->asleep && rinfo->is_mobility) in radeonfb_setcmap() 1941 if (!rinfo->asleep) { in radeonfb_set_par()
|
D | atyfb.h | 150 int asleep; member
|
D | aty128fb.c | 458 int asleep; member 2052 par->asleep = 0; in aty128_init() 2219 if (par->lock_blank || par->asleep) in aty128fb_blank() 2495 par->asleep = 1; in aty128_pci_suspend() 2536 par->asleep = 0; in aty128_do_resume()
|
D | radeonfb.h | 347 int asleep; member
|
D | atyfb_base.c | 1310 if (par->asleep) in atyfb_set_par() 1753 if (par->asleep) in atyfb_pan_display() 2081 par->asleep = 1; in atyfb_pci_suspend() 2094 par->asleep = 0; in atyfb_pci_suspend() 2150 par->asleep = 0; in atyfb_pci_resume() 2799 if (par->lock_blank || par->asleep) in atyfb_blank() 2870 if (par->asleep) in atyfb_setcolreg()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-driver-intel-rapid-start | 20 remain asleep before waking up to enter hibernation.
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | persist.rst | 34 while the system was asleep and a new keyboard was plugged in when the 49 was asleep, on many systems during the initial stages of wakeup the 155 USB card reader while the system is asleep, the kernel will have no
|
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | sunbmac.h | 286 asleep = 2, /* Timer inactive. */ enumerator
|
D | sunbmac.c | 542 bp->timer_state = asleep; in bigmac_timer() 571 bp->timer_state = asleep; /* foo on you */ in bigmac_timer() 935 bp->timer_state = asleep; in bigmac_close() 1175 bp->timer_state = asleep; in bigmac_ether_init()
|
D | sunhme.h | 395 asleep = 3, /* Time inactive. */ enumerator
|
D | sunhme.c | 763 hp->timer_state = asleep; in happy_meal_timer() 810 hp->timer_state = asleep; in happy_meal_timer() 849 case asleep: in happy_meal_timer() 856 hp->timer_state = asleep; /* foo on you */ in happy_meal_timer() 2818 hp->timer_state = asleep; in happy_meal_sbus_probe_one() 3132 hp->timer_state = asleep; in happy_meal_pci_probe()
|
/Linux-v4.19/drivers/macintosh/ |
D | via-pmu.c | 194 int asleep; variable 1366 asleep = 0; in pmu_handle_data() 2048 asleep = 1; in powerbook_sleep_3400() 2056 while (asleep) { in powerbook_sleep_3400()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | mac80211.c | 1588 sta_priv->asleep = true; in iwlagn_mac_sta_notify() 1594 if (!sta_priv->asleep) in iwlagn_mac_sta_notify() 1596 sta_priv->asleep = false; in iwlagn_mac_sta_notify()
|
D | dev.h | 213 bool asleep; member
|
/Linux-v4.19/arch/m68k/q40/ |
D | README | 114 asleep.
|
/Linux-v4.19/Documentation/hid/ |
D | hid-transport.txt | 246 not interested in device data and transport drivers can put devices asleep. 254 Transport drivers can put devices asleep and terminate any I/O of all
|
D | uhid.txt | 51 That is, you might put your device asleep unless you receive the UHID_OPEN
|
/Linux-v4.19/Documentation/power/ |
D | swsusp.txt | 403 while the system is asleep, maintaining the connection, using true sleep 411 mounted filesystem. That's true even when your system is asleep! The
|
/Linux-v4.19/Documentation/networking/ |
D | README.ipw2100 | 217 When the radio is asleep, the access point sending data to the station
|