Searched refs:reset_type (Results 1 – 8 of 8) sorted by relevance
/haiku/headers/private/kernel/platform/efi/ |
H A D | runtime-services.h | 138 efi_status (*ResetSystem) (efi_reset_type reset_type, efi_status reset_status, 148 efi_reset_type* reset_type) EFIAPI;
|
/haiku/headers/private/kernel/platform/sbi/ |
H A D | sbi_syscalls.h | 138 struct sbiret sbi_system_reset(uint32_t reset_type, uint32_t reset_reason); // FID #0
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_misc.h | 89 ATH_RESET_TYPE reset_type);
|
H A D | if_ath_tx_edma.c | 710 ath_edma_tx_drain(struct ath_softc *sc, ATH_RESET_TYPE reset_type) in ath_edma_tx_drain() argument 724 if (reset_type == ATH_RESET_NOLOSS) { in ath_edma_tx_drain()
|
H A D | if_ath.c | 2950 ath_reset(struct ath_softc *sc, ATH_RESET_TYPE reset_type, in ath_reset() argument 3003 ath_stoprecv(sc, (reset_type != ATH_RESET_NOLOSS)); in ath_reset() 3011 ath_draintxq(sc, reset_type); /* stop xmit side */ in ath_reset() 3105 if (reset_type == ATH_RESET_NOLOSS) { in ath_reset() 5180 ath_legacy_tx_drain(struct ath_softc *sc, ATH_RESET_TYPE reset_type) in ath_legacy_tx_drain() argument 5201 if (reset_type == ATH_RESET_NOLOSS) { in ath_legacy_tx_drain()
|
H A D | if_athvar.h | 557 ATH_RESET_TYPE reset_type);
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/ |
H A D | ar9300_reset.c | 2067 ar9300_chip_reset(struct ath_hal *ah, struct ieee80211_channel *chan, HAL_RESET_TYPE reset_type) in ar9300_chip_reset() argument 2083 (reset_type == HAL_RESET_FORCE_COLD) || in ar9300_chip_reset() 2084 (reset_type == HAL_RESET_BBPANIC) || in ar9300_chip_reset() 2089 __func__, reset_type, ahp->ah_chip_full_sleep); in ar9300_chip_reset() 4518 HAL_STATUS *status, HAL_RESET_TYPE reset_type, int is_scan) in ar9300_reset() argument 4875 if (!ar9300_chip_reset(ah, chan, reset_type)) { in ar9300_reset()
|
H A D | ar9300.h | 1393 HAL_BOOL b_channel_change, HAL_STATUS *status, HAL_RESET_TYPE reset_type, int is_scan);
|