Home
last modified time | relevance | path

Searched refs:is_reset (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/ncurses/progs/
H A Dtput.c60 static bool is_reset = FALSE; variable
125 if ((is_reset = same_program(name, program ? PROG_RESET : my_reset))) in check_aliases()
166 if (is_reset || is_init) { in tput_cmd()
173 if (is_reset) { in tput_cmd()
395 is_alias = (is_clear || is_reset || is_init); in main()
424 need_tty = ((is_reset || is_init) || in main()
H A Dreset_cmd.c648 reset_start(FILE *fp, bool is_reset, bool is_init) in reset_start() argument
651 use_reset = is_reset; in reset_start()
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_cal.c49 ar9285_hw_pa_cal(struct ath_hal *ah, HAL_BOOL is_reset) in ar9285_hw_pa_cal() argument
125 if ((!is_reset) && (AH9285(ah)->pacal_info.prev_offset == offset)) { in ar9285_hw_pa_cal()
153 ar9002_hw_pa_cal(struct ath_hal *ah, HAL_BOOL is_reset) in ar9002_hw_pa_cal() argument
156 if (is_reset || !AH9285(ah)->pacal_info.skipcount) in ar9002_hw_pa_cal()
157 ar9285_hw_pa_cal(ah, is_reset); in ar9002_hw_pa_cal()
H A Dar9285_cal.h31 extern void ar9002_hw_pa_cal(struct ath_hal *ah, HAL_BOOL is_reset);
H A Dar9287_cal.h30 extern void ar9287PACal(struct ath_hal *ah, HAL_BOOL is_reset);
H A Dar9287_cal.c43 ar9287PACal(struct ath_hal *ah, HAL_BOOL is_reset) in ar9287PACal() argument
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c788 if (!ab->is_reset) in ath12k_core_restart()
797 if (ab->is_reset) in ath12k_core_restart()
800 if (!ab->is_reset) in ath12k_core_restart()
852 ab->is_reset = true; in ath12k_core_reset()
H A Dcore.h772 bool is_reset; member
H A Dmac.c4970 if (!ab->is_reset) in ath12k_mac_wait_reconfigure()
6749 if (ab->is_reset) { in ath12k_mac_op_reconfig_complete()
6759 ab->is_reset = false; in ath12k_mac_op_reconfig_complete()
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_pcie.h553 al_bool is_reset; member
H A Dal_hal_pcie.c2056 status->is_reset = !!(lane_status & PCIE_AXI_STATUS_LANE_IS_RESET); in al_pcie_lane_status_get()
2057 } while (status->is_reset != (!!(al_reg_read32(reg_ptr) & PCIE_AXI_STATUS_LANE_IS_RESET))); in al_pcie_lane_status_get()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.c1930 if (ab->is_reset) in ath11k_core_restart()
1933 if (!ab->is_reset) in ath11k_core_restart()
1986 ab->is_reset = true; in ath11k_core_reset()
H A Dcore.h966 bool is_reset; member
H A Dqmi.c3249 if (!ab->is_reset) in ath11k_qmi_driver_event_work()
H A Dmac.c6253 if (!ab->is_reset) in ath11k_mac_wait_reconfigure()
8487 if (ab->is_reset) { in ath11k_mac_op_reconfig_complete()
8497 ab->is_reset = false; in ath11k_mac_op_reconfig_complete()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416.h88 HAL_BOOL is_reset);