Searched refs:reset_cause (Results 1 – 9 of 9) sorted by relevance
1315 if (!dev->reset_cause[RESET_CAUSE_RESET_FAILED]) in mt7603_pse_reset()1324 dev->reset_cause[RESET_CAUSE_RESET_FAILED]++; in mt7603_pse_reset()1327 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()1331 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] >= 3) in mt7603_pse_reset()1332 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()1430 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] || in mt7603_mac_watchdog_reset()1436 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED]) in mt7603_mac_watchdog_reset()1598 dev->reset_cause[cause]++; in mt7603_watchdog_check()1855 dev->reset_cause[RESET_CAUSE_RESET_FAILED]) { in mt7603_mac_work()
25 dev->reset_cause[i]); in mt7603_reset_read()
161 unsigned int reset_cause[__RESET_CAUSE_MAX]; member
1283 int reset_cause = atomic_read(&dev->sram_ecc_flag) ? in kfd_signal_reset_event() local1290 hw_exception_data.reset_cause = reset_cause; in kfd_signal_reset_event()1317 reset_cause == KFD_HW_EXCEPTION_ECC) { in kfd_signal_reset_event()1352 hw_exception_data.reset_cause = KFD_HW_EXCEPTION_ECC; in kfd_signal_poison_consumed_event()
550 __u8 reset_cause; member
290 __u32 reset_cause; member
753 static const char * const reset_cause[__RESET_TYPE_MAX] = { in read_file_reset() local771 for (i = 0; i < ARRAY_SIZE(reset_cause); i++) { in read_file_reset()772 if (!reset_cause[i]) in read_file_reset()775 seq_printf(file, "%17s: %2d\n", reset_cause[i], in read_file_reset()
5406 uint16_t reset_cause; member
2453 msg.reset_cause = *(__u8 *) data; in hl_fw_dynamic_send_msg()