Home
last modified time | relevance | path

Searched refs:asleep (Results 1 – 25 of 32) sorted by relevance

12

/linux/drivers/usb/phy/
A Dphy-twl6030-usb.c96 u8 asleep; member
222 twl->asleep = 1; in twl6030_usb_irq()
235 if (twl->asleep) { in twl6030_usb_irq()
237 twl->asleep = 0; in twl6030_usb_irq()
261 twl->asleep = 1; in twl6030_usbotg_irq()
397 twl->asleep = 0; in twl6030_usb_probe()
/linux/drivers/media/test-drivers/vidtv/
A Dvidtv_tuner.c96 bool asleep; member
261 tuner_dev->hw_state.asleep = false; in vidtv_tuner_init()
271 tuner_dev->hw_state.asleep = true; in vidtv_tuner_sleep()
279 tuner_dev->hw_state.asleep = true; in vidtv_tuner_suspend()
287 tuner_dev->hw_state.asleep = false; in vidtv_tuner_resume()
/linux/drivers/staging/olpc_dcon/
A Dolpc_dcon.c200 if (dcon->asleep == sleep) in dcon_sleep()
213 dcon->asleep = sleep; in dcon_sleep()
222 dcon->asleep = sleep; in dcon_sleep()
404 return sprintf(buf, "%d\n", dcon->asleep); in dcon_sleep_show()
700 if (!dcon->asleep) { in dcon_suspend()
713 if (!dcon->asleep) { in dcon_resume()
A Dolpc_dcon.h88 bool asleep; member
/linux/drivers/video/fbdev/aty/
A Dmach64_accel.c205 if (par->asleep) in atyfb_copyarea()
252 if (par->asleep) in atyfb_fillrect()
293 if (par->asleep) in atyfb_imageblit()
A Dradeon_base.c955 if (rinfo->asleep) in radeonfb_pan_display()
1152 if (rinfo->asleep) in radeonfb_blank()
1179 if (!rinfo->asleep) { in radeon_setcolreg()
1238 if (!rinfo->asleep) { in radeonfb_setcolreg()
1255 if (!rinfo->asleep && rinfo->is_mobility) in radeonfb_setcolreg()
1268 if (!rinfo->asleep) { in radeonfb_setcmap()
1303 if (!rinfo->asleep && rinfo->is_mobility) in radeonfb_setcmap()
1925 if (!rinfo->asleep) { in radeonfb_set_par()
A Dmach64_cursor.c78 if (par->asleep) in atyfb_cursor()
A Daty128fb.c452 int asleep; member
2028 par->asleep = 0; in aty128_init()
2194 if (par->lock_blank || par->asleep) in aty128fb_blank()
2397 par->asleep = 1; in aty128_pci_suspend_late()
2453 par->asleep = 0; in aty128_do_resume()
A Datyfb.h151 int asleep; member
A Datyfb_base.c1312 if (par->asleep) in atyfb_set_par()
1754 if (par->asleep) in atyfb_pan_display()
2083 par->asleep = 1; in atyfb_pci_suspend_late()
2095 par->asleep = 0; in atyfb_pci_suspend_late()
2165 par->asleep = 0; in atyfb_pci_resume()
2815 if (par->lock_blank || par->asleep) in atyfb_blank()
2886 if (par->asleep) in atyfb_setcolreg()
A Dradeonfb.h347 int asleep; member
/linux/Documentation/ABI/testing/
A Dsysfs-driver-intel-rapid-start20 remain asleep before waking up to enter hibernation.
/linux/Documentation/driver-api/usb/
A Dpersist.rst34 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/drivers/net/ethernet/sun/
A Dsunbmac.c542 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()
1174 bp->timer_state = asleep; in bigmac_ether_init()
A Dsunbmac.h286 asleep = 2, /* Timer inactive. */ enumerator
A Dsunhme.h395 asleep = 3, /* Time inactive. */ enumerator
A Dsunhme.c738 hp->timer_state = asleep; in happy_meal_timer()
785 hp->timer_state = asleep; in happy_meal_timer()
824 case asleep: in happy_meal_timer()
831 hp->timer_state = asleep; /* foo on you */ in happy_meal_timer()
2795 hp->timer_state = asleep; in happy_meal_sbus_probe_one()
3114 hp->timer_state = asleep; in happy_meal_pci_probe()
/linux/drivers/macintosh/
A Dvia-pmu.c190 int asleep; variable
1361 asleep = 0; in pmu_handle_data()
2077 asleep = 1; in powerbook_sleep_3400()
2085 while (asleep) { in powerbook_sleep_3400()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
A Dmac80211.c1552 sta_priv->asleep = true; in iwlagn_mac_sta_notify()
1558 if (!sta_priv->asleep) in iwlagn_mac_sta_notify()
1560 sta_priv->asleep = false; in iwlagn_mac_sta_notify()
A Ddev.h193 bool asleep; member
/linux/arch/m68k/q40/
A DREADME114 asleep.
/linux/Documentation/hid/
A Dhid-transport.rst261 not interested in device data and transport drivers can put devices asleep.
273 Transport drivers can put devices asleep and terminate any I/O of all
A Duhid.rst52 That is, you might put your device asleep unless you receive the UHID_OPEN
/linux/Documentation/power/
A Dswsusp.rst456 while the system is asleep, maintaining the connection, using true sleep
464 mounted filesystem. That's true even when your system is asleep! The
/linux/Documentation/networking/device_drivers/wifi/intel/
A Dipw2100.rst243 When the radio is asleep, the access point sending data to the station

Completed in 66 milliseconds

12