/drivers/macintosh/ |
D | via-pmu-backlight.c | 21 static int sleeping, uses_pmu_bl; variable 107 if (!sleeping) in pmu_backlight_update_status() 125 sleeping = sleep; in pmu_backlight_set_sleep()
|
D | mediabay.c | 65 int sleeping; member 545 if (!media_bays[i].sleeping) in media_bay_task() 587 bay->sleeping = 0; in media_bay_attach() 622 bay->sleeping = 1; in media_bay_suspend() 660 bay->sleeping = 0; in media_bay_resume()
|
/drivers/media/dvb-frontends/ |
D | rtl2830.c | 129 dev->sleeping = false; in rtl2830_init() 142 dev->sleeping = true; in rtl2830_sleep() 276 if (dev->sleeping) in rtl2830_get_frontend() 392 if (dev->sleeping) in rtl2830_read_status() 821 dev->sleeping = true; in rtl2830_probe()
|
D | rtl2830_priv.h | 25 bool sleeping; member
|
D | rtl2832.c | 361 dev->sleeping = false; in rtl2832_init() 377 dev->sleeping = true; in rtl2832_sleep() 532 if (dev->sleeping) in rtl2832_get_frontend() 650 if (dev->sleeping) in rtl2832_read_status() 1057 dev->sleeping = true; in rtl2832_probe()
|
D | rtl2832_priv.h | 31 bool sleeping; member
|
/drivers/gpu/drm/i915/ |
D | Kconfig.profile | 78 Before sleeping waiting for a request (GPU operation) to complete, 95 By stopping submission and sleeping for a short time before resetting
|
/drivers/net/ethernet/apple/ |
D | bmac.c | 79 int sleeping; member 471 bp->sleeping = 1; in bmac_suspend() 975 if (bp->sleeping) in bmac_set_multicast() 1208 bp->sleeping = 0; in bmac_reset_and_enable() 1395 bp->sleeping = 1; in bmac_close() 1442 if (bp->sleeping) in bmac_start()
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 2256 unsigned int sleeping) in check_ring_db() argument 2258 if (sleeping & F_RSPD_TXQ0_GTS) { in check_ring_db() 2269 if (sleeping & F_RSPD_TXQ1_GTS) { in check_ring_db() 2331 unsigned int sleeping = 0; in process_responses() local 2410 sleeping |= flags & RSPD_GTS_MASK; in process_responses() 2452 if (sleeping) in process_responses() 2453 check_ring_db(adap, qs, sleeping); in process_responses() 2533 unsigned int sleeping = 0; in process_pure_responses() local 2547 sleeping |= flags & RSPD_GTS_MASK; in process_pure_responses() 2561 if (sleeping) in process_pure_responses() [all …]
|
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | sta.h | 413 bool sleeping; member
|
D | mac80211.c | 2891 bool sleeping = (notif->type != IWL_MVM_PM_EVENT_AWAKE); in iwl_mvm_sta_pm_notif() local 2911 if (mvmsta->sleeping != sleeping) { in iwl_mvm_sta_pm_notif() 2912 mvmsta->sleeping = sleeping; in iwl_mvm_sta_pm_notif() 2914 sleeping ? STA_NOTIFY_SLEEP : STA_NOTIFY_AWAKE, in iwl_mvm_sta_pm_notif() 2916 ieee80211_sta_ps_transition(sta, sleeping); in iwl_mvm_sta_pm_notif() 2919 if (sleeping) { in iwl_mvm_sta_pm_notif()
|
/drivers/scsi/ |
D | mesh.c | 113 sleeping enumerator 1775 if (ms->phase == sleeping) in mesh_suspend() 1785 ms->phase = sleeping; in mesh_suspend() 1798 if (ms->phase != sleeping) in mesh_resume()
|
/drivers/net/wireless/ath/ath9k/ |
D | channel.c | 1591 if (an->sleeping == !!avp->noa.absent) in ath9k_p2p_ps_timer() 1594 an->sleeping = avp->noa.absent; in ath9k_p2p_ps_timer() 1595 if (an->sleeping) in ath9k_p2p_ps_timer()
|
D | xmit.c | 551 if (txok || !an->sleeping) in ath_tx_complete_aggr() 631 if (an->sleeping) in ath_tx_complete_aggr() 635 if (!an->sleeping) { in ath_tx_complete_aggr()
|
D | ath9k.h | 261 bool sleeping; member
|
D | main.c | 1703 an->sleeping = true; in ath9k_sta_notify() 1709 an->sleeping = false; in ath9k_sta_notify()
|
/drivers/net/wireless/ath/carl9170/ |
D | carl9170.h | 489 bool sleeping; member
|
D | main.c | 1717 sta_info->sleeping = true; in carl9170_op_sta_notify() 1723 sta_info->sleeping = false; in carl9170_op_sta_notify()
|
D | tx.c | 1302 if (unlikely(sta_info->sleeping) && in carl9170_tx_ps_drop()
|
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | sdio.c | 523 bool sleeping; member 970 (bus->sleeping ? "SLEEP" : "WAKE")); in brcmf_sdio_bus_sleep() 975 if (sleep == bus->sleeping) in brcmf_sdio_bus_sleep() 1009 bus->sleeping = sleep; in brcmf_sdio_bus_sleep()
|
/drivers/gpio/ |
D | Kconfig | 56 before they are used, and that sleeping calls are not made from 57 non-sleeping contexts. They can make bitbanged serial protocols
|