Searched refs:sleeping (Results 1 – 18 of 18) sorted by relevance
20 static int sleeping, uses_pmu_bl; variable106 if (!sleeping) in pmu_backlight_update_status()124 sleeping = sleep; in pmu_backlight_set_sleep()
69 int sleeping; member549 if (!media_bays[i].sleeping) in media_bay_task()591 bay->sleeping = 0; in media_bay_attach()626 bay->sleeping = 1; in media_bay_suspend()664 bay->sleeping = 0; in media_bay_resume()
141 dev->sleeping = false; in rtl2830_init()154 dev->sleeping = true; in rtl2830_sleep()290 if (dev->sleeping) in rtl2830_get_frontend()404 if (dev->sleeping) in rtl2830_read_status()853 dev->sleeping = true; in rtl2830_probe()
34 bool sleeping; member
409 dev->sleeping = false; in rtl2832_init()425 dev->sleeping = true; in rtl2832_sleep()586 if (dev->sleeping) in rtl2832_get_frontend()701 if (dev->sleeping) in rtl2832_read_status()1237 dev->sleeping = true; in rtl2832_probe()
46 bool sleeping; member
82 int sleeping; member474 bp->sleeping = 1; in bmac_suspend()980 if (bp->sleeping) in bmac_set_multicast()1213 bp->sleeping = 0; in bmac_reset_and_enable()1402 bp->sleeping = 1; in bmac_close()1449 if (bp->sleeping) in bmac_start()
2186 unsigned int sleeping) in check_ring_db() argument2188 if (sleeping & F_RSPD_TXQ0_GTS) { in check_ring_db()2199 if (sleeping & F_RSPD_TXQ1_GTS) { in check_ring_db()2261 unsigned int sleeping = 0; in process_responses() local2343 sleeping |= flags & RSPD_GTS_MASK; in process_responses()2385 if (sleeping) in process_responses()2386 check_ring_db(adap, qs, sleeping); in process_responses()2466 unsigned int sleeping = 0; in process_pure_responses() local2480 sleeping |= flags & RSPD_GTS_MASK; in process_pure_responses()2494 if (sleeping) in process_pure_responses()[all …]
1554 if (an->sleeping == !!avp->noa.absent) in ath9k_p2p_ps_timer()1557 an->sleeping = avp->noa.absent; in ath9k_p2p_ps_timer()1558 if (an->sleeping) in ath9k_p2p_ps_timer()
549 if (txok || !an->sleeping) in ath_tx_complete_aggr()628 if (an->sleeping) in ath_tx_complete_aggr()632 if (!an->sleeping) { in ath_tx_complete_aggr()2356 if (!txctl->an->sleeping) in ath_tx_start()
262 bool sleeping; member
1680 an->sleeping = true; in ath9k_sta_notify()1686 an->sleeping = false; in ath9k_sta_notify()
112 sleeping enumerator1773 if (ms->phase == sleeping) in mesh_suspend()1783 ms->phase = sleeping; in mesh_suspend()1796 if (ms->phase != sleeping) in mesh_resume()
486 bool sleeping; member
1724 sta_info->sleeping = true; in carl9170_op_sta_notify()1730 sta_info->sleeping = false; in carl9170_op_sta_notify()
1297 if (unlikely(sta_info->sleeping) && in carl9170_tx_ps_drop()
518 bool sleeping; member1023 (bus->sleeping ? "SLEEP" : "WAKE")); in brcmf_sdio_bus_sleep()1028 if (sleep == bus->sleeping) in brcmf_sdio_bus_sleep()1062 bus->sleeping = sleep; in brcmf_sdio_bus_sleep()
69 before they are used, and that sleeping calls are not made from70 non-sleeping contexts. They can make bitbanged serial protocols