Searched refs:reset_type (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/private/kernel/platform/efi/
H A Druntime-services.h138 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 Dsbi_syscalls.h138 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 Dif_ath_misc.h91 ATH_RESET_TYPE reset_type);
H A Dif_ath_tx_edma.c712 ath_edma_tx_drain(struct ath_softc *sc, ATH_RESET_TYPE reset_type) argument
726 if (reset_type == ATH_RESET_NOLOSS) {
H A Dif_ath.c2903 ath_reset(struct ath_softc *sc, ATH_RESET_TYPE reset_type, argument
2956 ath_stoprecv(sc, (reset_type != ATH_RESET_NOLOSS));
2964 ath_draintxq(sc, reset_type); /* stop xmit side */
3058 if (reset_type == ATH_RESET_NOLOSS) {
5131 ath_legacy_tx_drain(struct ath_softc *sc, ATH_RESET_TYPE reset_type) argument
5152 if (reset_type == ATH_RESET_NOLOSS) {
H A Dif_athvar.h558 ATH_RESET_TYPE reset_type);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c2067 ar9300_chip_reset(struct ath_hal *ah, struct ieee80211_channel *chan, HAL_RESET_TYPE reset_type) argument
2083 (reset_type == HAL_RESET_FORCE_COLD) ||
2084 (reset_type == HAL_RESET_BBPANIC) ||
2088 "%s: full reset; reset_type=%d, full_sleep=%d\n",
2089 __func__, reset_type, ahp->ah_chip_full_sleep);
4518 HAL_STATUS *status, HAL_RESET_TYPE reset_type, int is_scan)
4872 if (!ar9300_chip_reset(ah, chan, reset_type)) {
4515 ar9300_reset(struct ath_hal *ah, HAL_OPMODE opmode, struct ieee80211_channel *chan, HAL_HT_MACMODE macmode, u_int8_t txchainmask, u_int8_t rxchainmask, HAL_HT_EXTPROTSPACING extprotspacing, HAL_BOOL b_channel_change, HAL_STATUS *status, HAL_RESET_TYPE reset_type, int is_scan) argument
H A Dar9300.h1393 HAL_BOOL b_channel_change, HAL_STATUS *status, HAL_RESET_TYPE reset_type, int is_scan);

Completed in 285 milliseconds