Home
last modified time | relevance | path

Searched refs:halAutoSleepSupport (Results 1 – 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c198 if ((isr & AR_ISR_GENTMR) || (! pCap->halAutoSleepSupport)) { in ar5416GetPendingInterrupts()
204 if (! pCap->halAutoSleepSupport) in ar5416GetPendingInterrupts()
H A Dar5416_attach.c989 pCap->halAutoSleepSupport = AH_FALSE; in ar5416FillCapabilityInfo()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_interrupts.c277 if (!p_cap->halAutoSleepSupport) { in ar9300_get_pending_interrupts()
588 if (! p_cap->halAutoSleepSupport) {
650 if (! p_cap->halAutoSleepSupport) {
H A Dar9300_beacon.c174 if (p_cap->halAutoSleepSupport) { in ar9300_set_sta_beacon_timers()
H A Dar9300_power.c604 if (! p_cap->halAutoSleepSupport) { in ar9300_set_power_mode_network_sleep()
H A Dar9300_attach.c2937 p_cap->halAutoSleepSupport = AH_TRUE; in ar9300_fill_capability_info()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9001/
H A Dar9160_attach.c321 pCap->halAutoSleepSupport = AH_FALSE; /* XXX? */ in ar9160FillCapabilityInfo()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9287_attach.c451 pCap->halAutoSleepSupport = AH_FALSE; /* XXX? */ in ar9287FillCapabilityInfo()
H A Dar9285_attach.c552 pCap->halAutoSleepSupport = AH_FALSE; /* XXX? */ in ar9285FillCapabilityInfo()
H A Dar9280_attach.c897 pCap->halAutoSleepSupport = AH_FALSE; /* XXX? */ in ar9280FillCapabilityInfo()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_internal.h249 halAutoSleepSupport : 1, member
H A Dah.c809 return pCap->halAutoSleepSupport ? HAL_OK : HAL_ENOTSUPP; in ath_hal_getcapability()