| /drivers/macintosh/ |
| A D | via-pmu-backlight.c | 21 static int sleeping, uses_pmu_bl; variable 102 if (!sleeping) in pmu_backlight_update_status() 120 sleeping = sleep; in pmu_backlight_set_sleep()
|
| A 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/ |
| A 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() 820 dev->sleeping = true; in rtl2830_probe()
|
| A D | rtl2830_priv.h | 25 bool sleeping; member
|
| A 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() 1056 dev->sleeping = true; in rtl2832_probe()
|
| A D | rtl2832_priv.h | 31 bool sleeping; member
|
| /drivers/firmware/arm_scmi/transports/ |
| A D | Kconfig | 58 mode, avoiding any kind of sleeping behaviour for selected 115 mode, avoiding any kind of sleeping behaviour for selected
|
| /drivers/net/ethernet/apple/ |
| A D | bmac.c | 77 int sleeping; member 469 bp->sleeping = 1; in bmac_suspend() 915 if (bp->sleeping) in bmac_set_multicast() 1148 bp->sleeping = 0; in bmac_reset_and_enable() 1337 bp->sleeping = 1; in bmac_close() 1384 if (bp->sleeping) in bmac_start()
|
| /drivers/net/ethernet/chelsio/cxgb3/ |
| A D | sge.c | 2253 unsigned int sleeping) in check_ring_db() argument 2255 if (sleeping & F_RSPD_TXQ0_GTS) { in check_ring_db() 2266 if (sleeping & F_RSPD_TXQ1_GTS) { in check_ring_db() 2328 unsigned int sleeping = 0; in process_responses() local 2407 sleeping |= flags & RSPD_GTS_MASK; in process_responses() 2449 if (sleeping) in process_responses() 2450 check_ring_db(adap, qs, sleeping); in process_responses() 2522 unsigned int sleeping = 0; in process_pure_responses() local 2536 sleeping |= flags & RSPD_GTS_MASK; in process_pure_responses() 2550 if (sleeping) in process_pure_responses() [all …]
|
| /drivers/gpu/drm/i915/ |
| A D | Kconfig.profile | 96 Before sleeping waiting for a request (GPU operation) to complete, 113 By stopping submission and sleeping for a short time before resetting
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | sta.h | 444 bool sleeping; member
|
| A D | mac80211.c | 3443 bool sleeping = (notif->type != IWL_MVM_PM_EVENT_AWAKE); in iwl_mvm_sta_pm_notif() local 3463 if (mvmsta->sleeping != sleeping) { in iwl_mvm_sta_pm_notif() 3464 mvmsta->sleeping = sleeping; in iwl_mvm_sta_pm_notif() 3466 sleeping ? STA_NOTIFY_SLEEP : STA_NOTIFY_AWAKE, in iwl_mvm_sta_pm_notif() 3468 ieee80211_sta_ps_transition(sta, sleeping); in iwl_mvm_sta_pm_notif() 3471 if (sleeping) { in iwl_mvm_sta_pm_notif()
|
| /drivers/scsi/ |
| A D | mesh.c | 113 sleeping enumerator 1769 if (ms->phase == sleeping) in mesh_suspend() 1779 ms->phase = sleeping; in mesh_suspend() 1792 if (ms->phase != sleeping) in mesh_resume()
|
| /drivers/net/wireless/ath/ath9k/ |
| A D | channel.c | 1586 if (an->sleeping == !!avp->noa.absent) in ath9k_p2p_ps_timer() 1589 an->sleeping = avp->noa.absent; in ath9k_p2p_ps_timer() 1590 if (an->sleeping) in ath9k_p2p_ps_timer()
|
| A D | ath9k.h | 263 bool sleeping; member
|
| A D | xmit.c | 595 if (txok || !an->sleeping) in ath_tx_complete_aggr() 675 if (an->sleeping) in ath_tx_complete_aggr() 679 if (!an->sleeping) { in ath_tx_complete_aggr()
|
| A D | main.c | 1701 an->sleeping = true; in ath9k_sta_notify() 1707 an->sleeping = false; in ath9k_sta_notify()
|
| /drivers/net/wireless/ath/carl9170/ |
| A D | carl9170.h | 488 bool sleeping; member
|
| A D | main.c | 1696 sta_info->sleeping = true; in carl9170_op_sta_notify() 1702 sta_info->sleeping = false; in carl9170_op_sta_notify()
|
| A D | tx.c | 1302 if (unlikely(sta_info->sleeping) && in carl9170_tx_ps_drop()
|
| /drivers/soc/qcom/ |
| A D | Kconfig | 159 expected or to check which part of the SoC prevents it from sleeping.
|
| /drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | sdio.c | 521 bool sleeping; member 972 (bus->sleeping ? "SLEEP" : "WAKE")); in brcmf_sdio_bus_sleep() 977 if (sleep == bus->sleeping) in brcmf_sdio_bus_sleep() 1011 bus->sleeping = sleep; in brcmf_sdio_bus_sleep()
|
| /drivers/gpio/ |
| A D | Kconfig | 59 before they are used, and that sleeping calls are not made from 60 non-sleeping contexts. They can make bitbanged serial protocols
|