Searched refs:sleeping (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/media/dvb-frontends/
H A Drtl2830_priv.h25 bool sleeping; member in struct:rtl2830_dev
H A Drtl2832.c361 dev->sleeping = false;
377 dev->sleeping = true;
532 if (dev->sleeping)
650 if (dev->sleeping)
1056 dev->sleeping = true;
H A Drtl2830.c129 dev->sleeping = false;
142 dev->sleeping = true;
276 if (dev->sleeping)
392 if (dev->sleeping)
820 dev->sleeping = true;
H A Drtl2832_priv.h31 bool sleeping; member in struct:rtl2832_dev
/linux-master/kernel/
H A Dworkqueue_internal.h37 int sleeping; /* S: is worker sleeping? */ member in struct:worker
H A Dworkqueue.c1394 if (!READ_ONCE(worker->sleeping))
1410 * CPU without sleeping. Reset the starting timestamp on wakeup.
1414 WRITE_ONCE(worker->sleeping, 0);
1440 if (READ_ONCE(worker->sleeping))
1443 WRITE_ONCE(worker->sleeping, 1);
1489 * Set @worker->sleeping means that @worker is in the process of
1496 if ((worker->flags & WORKER_NOT_RUNNING) || READ_ONCE(worker->sleeping) ||
3397 * Make sure nobody diddled with it while I was sleeping.
/linux-master/drivers/macintosh/
H A Dvia-pmu-backlight.c21 static int sleeping, uses_pmu_bl; variable
101 /* Don't update brightness when sleeping */
102 if (!sleeping)
120 sleeping = sleep;
H A Dmediabay.c65 int sleeping; member in struct:media_bay_info
545 if (!media_bays[i].sleeping)
587 bay->sleeping = 0;
622 bay->sleeping = 1;
660 bay->sleeping = 0;
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S66 @ Intel PXA270 Specification Update notes problems sleeping
/linux-master/drivers/net/ethernet/apple/
H A Dbmac.c78 int sleeping; member in struct:bmac_data
470 bp->sleeping = 1;
971 if (bp->sleeping)
1204 bp->sleeping = 0;
1394 bp->sleeping = 1;
1441 if (bp->sleeping)
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2246 * @sleeping: indicates which Tx queue sent GTS
2253 unsigned int sleeping)
2255 if (sleeping & F_RSPD_TXQ0_GTS) {
2266 if (sleeping & F_RSPD_TXQ1_GTS) {
2328 unsigned int sleeping = 0; local
2407 sleeping |= flags & RSPD_GTS_MASK;
2449 if (sleeping)
2450 check_ring_db(adap, qs, sleeping);
2522 unsigned int sleeping = 0; local
2536 sleeping |
2252 check_ring_db(struct adapter *adap, struct sge_qset *qs, unsigned int sleeping) argument
[all...]
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h488 bool sleeping; member in struct:carl9170_sta_info
H A Dmain.c1696 sta_info->sleeping = true;
1702 sta_info->sleeping = false;
H A Dtx.c1302 if (unlikely(sta_info->sleeping) &&
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.h28 * even if it also needs to send traffic to a sleeping STA1, without being
29 * blocked by the sleeping station.
377 * @sleeping: indicates the station is sleeping (when not offloaded to FW)
379 * @sleeping: sta sleep transitions in power management
428 bool sleeping; member in struct:iwl_mvm_sta
H A Dmac80211.c3258 bool sleeping = (notif->type != IWL_MVM_PM_EVENT_AWAKE); local
3278 if (mvmsta->sleeping != sleeping) {
3279 mvmsta->sleeping = sleeping;
3281 sleeping ? STA_NOTIFY_SLEEP : STA_NOTIFY_AWAKE,
3283 ieee80211_sta_ps_transition(sta, sleeping);
3286 if (sleeping) {
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dchannel.c1591 if (an->sleeping == !!avp->noa.absent)
1594 an->sleeping = avp->noa.absent;
1595 if (an->sleeping)
H A Dath9k.h262 bool sleeping; member in struct:ath_node
H A Dmain.c1702 an->sleeping = true;
1708 an->sleeping = false;
H A Dxmit.c599 if (txok || !an->sleeping)
679 if (an->sleeping)
683 if (!an->sleeping) {
/linux-master/drivers/scsi/
H A Dmesh.c113 sleeping enumerator in enum:mesh_phase
1769 if (ms->phase == sleeping)
1779 ms->phase = sleeping;
1792 if (ms->phase != sleeping)
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c521 bool sleeping; member in struct:brcmf_sdio
971 (bus->sleeping ? "SLEEP" : "WAKE"));
976 if (sleep == bus->sleeping)
1010 bus->sleeping = sleep;

Completed in 316 milliseconds